FlightSegment

defining a flight segment; including both operating and marketing details when applicable

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
departure object
arrival object
carrierCode string providing the airline / carrier code
number string the flight number as assigned by the carrier
aircraft object
operating object
duration string stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M
stops array information regarding the different stops composing the flight segment. E.g. technical stop, change of gauge...
bookingStatus string booking status of the segment
segmentType string type of the segment
isFlown boolean indicator set to true if segment is flown
View JSON Schema on GitHub