Resource details
Données temps-réel du réseau RUBAN suivant la structure GTFS-RT au format Protocol Buffers.
This resource file is part of the dataset Réseau urbain Ruban.
Download availability
Learn more
HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌278 errors, 29 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-01-06 at 08:02 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 error
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Sample errors
- vehicle_id 692eb419854524dd276e1744 trip_id TEST-19 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 error
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Sample errors
- vehicle_id 692eb419854524dd276e1744 route_id TEST1 does not exist in the GTFS data routes.txt
Sequential stop_time_update times are not increasing E022 199 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 932-38857 stop_sequence 9 arrival_time 08:06:20 (1767683180) is equal to previous stop arrival_time 08:06:20 (1767683180) - times must increase between two sequential stops
- trip_id 932-38857 stop_sequence 9 arrival_time 08:06:20 (1767683180) is equal to previous stop departure_time 08:06:20 (1767683180) - times must increase between two sequential stops
- trip_id 932-38857 stop_sequence 9 departure_time 08:06:20 (1767683180) is equal to previous stop departure_time 08:06:20 (1767683180) - times must increase between two sequential stops
- trip_id 932-38857 stop_sequence 9 departure_time 08:06:20 (1767683180) is equal to previous stop arrival_time 08:06:20 (1767683180) - times must increase between two sequential stops
- trip_id 932-38857 stop_sequence 19 arrival_time 08:20:20 (1767684020) is equal to previous stop arrival_time 08:20:20 (1767684020) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 2 errors
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Sample errors
- trip_id 1137-38315 stop_sequence 0 departure_time 04:56:49 (1767671809) is less than the same stop arrival_time 05:10:38 (1767672638) - departure time must be equal to or greater than arrival time
- trip_id 924-38029 stop_sequence 0 departure_time 07:59:22 (1767682762) is less than the same stop arrival_time 08:01:05 (1767682865) - departure time must be equal to or greater than arrival time
stop_time_update doesn't have arrival or departure E043 73 errors
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Sample errors
- trip_id 935-38027 stop_sequence 0 doesn't have arrival or departure
- trip_id 935-38027 stop_sequence 1 doesn't have arrival or departure
- trip_id 935-38027 stop_sequence 2 doesn't have arrival or departure
- trip_id 935-38027 stop_sequence 3 doesn't have arrival or departure
- trip_id 935-38027 stop_sequence 4 doesn't have arrival or departure
VehiclePosition and TripUpdate ID pairing mismatch E047 2 errors
If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.
Sample errors
- trip_id 3-1 and vehicle_id 6929c96df112f41d2c6811a3 pairing in VehiclePositions does not match trip_id 42317{MOZAS_3}-Période Scolaire Sep 2024-2025_5_LMWJV and vehicle_id 6929c96df112f41d2c6811a3 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id 42133{1141_2}-Période Scolaire Sep 2024-2025_5_LMWJV and vehicle_id 68dba0cd7ea32b9cf17ad3f0 pairing in VehiclePositions does not match trip_id 42013{1021_2}-Période Scolaire Sep 2024-2025_5_LMWJV and vehicle_id 68dba0cd7ea32b9cf17ad3f0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
Warnings
ID in one feed missing from the other W003 28 errors
a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed
Sample errors
- trip_id 1137-38326 is in TripUpdates but not in VehiclePositions feed
- trip_id 1139-38708 is in TripUpdates but not in VehiclePositions feed
- trip_id 935-38027 is in TripUpdates but not in VehiclePositions feed
- trip_id 924-38056 is in TripUpdates but not in VehiclePositions feed
- trip_id 1136-38765 is in TripUpdates but not in VehiclePositions feed
schedule_relationship not populated W009 1 error
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Sample errors
- trip_id TEST-19 does not have a schedule_relationship
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
| Error ID | Description | Errors count | Number of occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3,686 | 24 times (80 % of validations) |
| W003 | a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed | 686 | 24 times (80 % of validations) |
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 756 | 23 times (77 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 4,473 | 23 times (77 % of validations) |
| E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 22 | 12 times (40 % of validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 24 | 9 times (30 % of validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 4 | 4 times (13 % of validations) |
| E029 | The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. | 3 | 3 times (10 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 times (3 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 1 | 1 times (3 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-01-07 at 06:33 Europe/Paris.
trip_updates (15) vehicle_positions (10) service_alerts (0)Entities seen in the last 7 days.
trip_updates vehicle_positionsDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-01-07 at 06:33 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "vehicle:64aec41cde26085277efc57c",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 22,
"position": {
"latitude": 45.632537841796875,
"longitude": 5.11055850982666
},
"stopId": "QFMAIRI1",
"timestamp": "1767763990",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1160-38765"
},
"vehicle": {
"id": "64aec41cde26085277efc57c",
"label": "1335",
"licensePlate": "GP-860-RB"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e23a",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 18,
"position": {
"latitude": 45.64391326904297,
"longitude": 5.11154317855835
},
"stopId": "QFLAFA2",
"timestamp": "1767763990",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38356"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "vehicle:63c518f7e70e2cf76f8f8063",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 14,
"position": {
"latitude": 45.589454650878906,
"longitude": 5.257236480712891
},
"stopId": "BJPAPIN2",
"timestamp": "1767763989",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "953-36332"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e5cd",
"vehicle": {
"currentStopSequence": 13,
"position": {
"latitude": 45.58961868286133,
"longitude": 5.273051738739014
},
"stopId": "BJLYCEE1",
"timestamp": "1767763989",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38055"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e5cd",
"label": "1319",
"licensePlate": "CV-568-DN"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e06e",
"vehicle": {
"currentStopSequence": 1,
"position": {
"latitude": 45.60910415649414,
"longitude": 5.15663480758667
},
"stopId": "VFBERTH1",
"timestamp": "1767763989",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1162-38750"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e06e",
"label": "1313",
"licensePlate": "BT-441-SF"
}
}
},
{
"id": "vehicle:668f9b480ca0aead54276bac",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 14,
"position": {
"latitude": 45.61947250366211,
"longitude": 5.2408599853515625
},
"stopId": "IDRASPE1",
"timestamp": "1767763989",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38827"
},
"vehicle": {
"id": "668f9b480ca0aead54276bac",
"label": "1336",
"licensePlate": "GX-700-KG"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e208",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 1,
"position": {
"latitude": 45.62247848510742,
"longitude": 5.219851493835449
},
"stopId": "IDDELOR2",
"timestamp": "1767763986",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "961-38026"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e208",
"label": "1320",
"licensePlate": "DQ-905-PT"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e634",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 12,
"position": {
"latitude": 45.597808837890625,
"longitude": 5.244691848754883
},
"stopId": "BJMEDHO1",
"timestamp": "1767763985",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "957-36243"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e50d",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 31,
"position": {
"latitude": 45.57822799682617,
"longitude": 5.303736686706543
},
"stopId": "BJBOUSS1",
"timestamp": "1767763985",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38813"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e455",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 26,
"position": {
"latitude": 45.59771728515625,
"longitude": 5.18071985244751
},
"stopId": "VFQUINC2",
"timestamp": "1767763932",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38326"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e455",
"label": "1324",
"licensePlate": "EN-183-MD"
}
}
},
{
"id": "trip:1160-38765",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767761249"
},
"departure": {
"time": "1767762132"
},
"stopId": "VFSTBC5",
"stopSequence": 0
},
{
"arrival": {
"time": "1767762183"
},
"departure": {
"time": "1767762202"
},
"stopId": "VFSECU1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767762226"
},
"departure": {
"time": "1767762247"
},
"stopId": "VFAILLA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767762290"
},
"departure": {
"time": "1767762319"
},
"stopId": "VFPONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767762343"
},
"departure": {
"time": "1767762350"
},
"stopId": "VFMUISS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767762458"
},
"departure": {
"time": "1767762475"
},
"stopId": "VFTECHO1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767762622"
},
"departure": {
"time": "1767762634"
},
"stopId": "VPALPES2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767762676"
},
"departure": {
"time": "1767762730"
},
"stopId": "VPHPOST2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767762741"
},
"departure": {
"time": "1767762752"
},
"stopId": "VPPISCI2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767762780"
},
"departure": {
"time": "1767762797"
},
"stopId": "VPGENDA2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767762853"
},
"departure": {
"time": "1767762882"
},
"stopId": "VPLIBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767762910"
},
"departure": {
"time": "1767762922"
},
"stopId": "VPPICAR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767762992"
},
"departure": {
"time": "1767763000"
},
"stopId": "VPMALA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1767763095"
},
"departure": {
"time": "1767763104"
},
"stopId": "QFGARI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767763165"
},
"departure": {
"time": "1767763174"
},
"stopId": "QFRP4R2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767763404"
},
"departure": {
"time": "1767763425"
},
"stopId": "QFA43ZI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767763572"
},
"departure": {
"time": "1767763612"
},
"stopId": "QFDAUPH2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767763630"
},
"departure": {
"time": "1767763635"
},
"stopId": "QFRUMO2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767763660"
},
"departure": {
"time": "1767763671"
},
"stopId": "QFRURUI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767763817"
},
"departure": {
"time": "1767763825"
},
"stopId": "QFGARE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767763842"
},
"departure": {
"time": "1767763856"
},
"stopId": "QFMONUM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767763912"
},
"departure": {
"time": "1767763927"
},
"stopId": "QFFURIN1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767763948"
},
"stopId": "QFMAIRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767764100"
},
"departure": {
"time": "1767764100"
},
"stopId": "QFLIEUS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767764160"
},
"departure": {
"time": "1767764160"
},
"stopId": "QFALLIN1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767764220"
},
"departure": {
"time": "1767764220"
},
"stopId": "QFCOCHE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767764280"
},
"departure": {
"time": "1767764280"
},
"stopId": "QFCHARR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767764340"
},
"departure": {
"time": "1767764340"
},
"stopId": "QFGARGU1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767764460"
},
"departure": {
"time": "1767764460"
},
"stopId": "VFMRAZ1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767764520"
},
"departure": {
"time": "1767764520"
},
"stopId": "VFCHAR2",
"stopSequence": 29
},
{
"arrival": {
"time": "1767764580"
},
"departure": {
"time": "1767764580"
},
"stopId": "VFVELLE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1767764640"
},
"departure": {
"time": "1767764640"
},
"stopId": "VFGINET2",
"stopSequence": 31
},
{
"arrival": {
"time": "1767764640"
},
"departure": {
"time": "1767764640"
},
"stopId": "VFNOYER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1767764700"
},
"departure": {
"time": "1767764700"
},
"stopId": "VFPASTE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1767764760"
},
"departure": {
"time": "1767764760"
},
"stopId": "VFPINED2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767764760"
},
"departure": {
"time": "1767764760"
},
"stopId": "VFBERTH2",
"stopSequence": 35
},
{
"arrival": {
"time": "1767764940"
},
"departure": {
"time": "1767764940"
},
"stopId": "VFSTBC6",
"stopSequence": 36
}
],
"timestamp": "1767763990",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1160-38765"
},
"vehicle": {
"id": "64aec41cde26085277efc57c",
"label": "1335",
"licensePlate": "GP-860-RB"
}
}
},
{
"id": "trip:1165-38316",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "VFSTBC1",
"stopSequence": 0
},
{
"arrival": {
"time": "1767762108"
},
"departure": {
"time": "1767762121"
},
"stopId": "VFSTADE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767762157"
},
"departure": {
"time": "1767762172"
},
"stopId": "VFFOUGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767762188"
},
"departure": {
"time": "1767762208"
},
"stopId": "VFEUROP1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767762322"
},
"departure": {
"time": "1767762352"
},
"stopId": "VFHUDSO2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767762386"
},
"departure": {
"time": "1767762416"
},
"stopId": "VFQUINC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767762458"
},
"departure": {
"time": "1767762490"
},
"stopId": "VFFOUGH2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767762494"
},
"departure": {
"time": "1767762525"
},
"stopId": "VFESSAR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767762541"
},
"departure": {
"time": "1767762555"
},
"stopId": "VFCHENE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767762559"
},
"departure": {
"time": "1767762567"
},
"stopId": "VFAUBEP2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767762588"
},
"departure": {
"time": "1767762600"
},
"stopId": "VFHALLE2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767762621"
},
"stopId": "VFEUROP2",
"stopSequence": 11
}
],
"timestamp": "1767763990",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38316"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:1160-38764",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767758686"
},
"departure": {
"time": "1767758750"
},
"stopId": "VFSTBC5",
"stopSequence": 0
},
{
"arrival": {
"time": "1767758795"
},
"departure": {
"time": "1767758822"
},
"stopId": "VFSECU1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767758841"
},
"departure": {
"time": "1767758881"
},
"stopId": "VFAILLA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767758919"
},
"departure": {
"time": "1767758956"
},
"stopId": "VFPONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767758981"
},
"departure": {
"time": "1767759006"
},
"stopId": "VFMUISS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767759105"
},
"departure": {
"time": "1767759116"
},
"stopId": "VFTECHO1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767759242"
},
"departure": {
"time": "1767759279"
},
"stopId": "VPALPES2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767759323"
},
"departure": {
"time": "1767759356"
},
"stopId": "VPHPOST2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767759363"
},
"departure": {
"time": "1767759372"
},
"stopId": "VPPISCI2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767759398"
},
"departure": {
"time": "1767759405"
},
"stopId": "VPGENDA2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767759452"
},
"departure": {
"time": "1767759460"
},
"stopId": "VPLIBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767759480"
},
"departure": {
"time": "1767759519"
},
"stopId": "VPPICAR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767759610"
},
"departure": {
"time": "1767759625"
},
"stopId": "VPMALA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1767759711"
},
"departure": {
"time": "1767759722"
},
"stopId": "QFGARI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767759776"
},
"departure": {
"time": "1767759813"
},
"stopId": "QFRP4R2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767760016"
},
"departure": {
"time": "1767760033"
},
"stopId": "QFA43ZI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767760151"
},
"departure": {
"time": "1767760163"
},
"stopId": "QFDAUPH2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767760180"
},
"departure": {
"time": "1767760210"
},
"stopId": "QFRUMO2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767760233"
},
"departure": {
"time": "1767760240"
},
"stopId": "QFRURUI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767760385"
},
"departure": {
"time": "1767760393"
},
"stopId": "QFGARE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767760412"
},
"departure": {
"time": "1767760429"
},
"stopId": "QFMONUM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767760484"
},
"departure": {
"time": "1767760517"
},
"stopId": "QFFURIN1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767760532"
},
"departure": {
"time": "1767760557"
},
"stopId": "QFMAIRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767760615"
},
"departure": {
"time": "1767760634"
},
"stopId": "QFLIEUS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767760661"
},
"departure": {
"time": "1767760675"
},
"stopId": "QFALLIN1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767760752"
},
"departure": {
"time": "1767760763"
},
"stopId": "QFCOCHE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767760790"
},
"departure": {
"time": "1767760806"
},
"stopId": "QFCHARR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767760833"
},
"departure": {
"time": "1767760843"
},
"stopId": "QFGARGU1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767760914"
},
"departure": {
"time": "1767760923"
},
"stopId": "VFMRAZ1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767760944"
},
"departure": {
"time": "1767760951"
},
"stopId": "VFCHAR2",
"stopSequence": 29
},
{
"arrival": {
"time": "1767760982"
},
"departure": {
"time": "1767760995"
},
"stopId": "VFVELLE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1767761009"
},
"departure": {
"time": "1767761023"
},
"stopId": "VFGINET2",
"stopSequence": 31
},
{
"arrival": {
"time": "1767761041"
},
"departure": {
"time": "1767761050"
},
"stopId": "VFNOYER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1767761061"
},
"departure": {
"time": "1767761073"
},
"stopId": "VFPASTE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1767761081"
},
"departure": {
"time": "1767761112"
},
"stopId": "VFPINED2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767761121"
},
"departure": {
"time": "1767761127"
},
"stopId": "VFBERTH2",
"stopSequence": 35
},
{
"arrival": {
"time": "1767761241"
},
"stopId": "VFSTBC6",
"stopSequence": 36
}
],
"timestamp": "1767763990",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1160-38764"
},
"vehicle": {
"id": "64aec41cde26085277efc57c",
"label": "1335",
"licensePlate": "GP-860-RB"
}
}
},
{
"id": "trip:1165-38356",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767762626"
},
"departure": {
"time": "1767762677"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767762713"
},
"departure": {
"time": "1767762730"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1767762768"
},
"departure": {
"time": "1767762783"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1767762984"
},
"departure": {
"time": "1767763052"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1767763097"
},
"departure": {
"time": "1767763130"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767763176"
},
"departure": {
"time": "1767763198"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767763258"
},
"departure": {
"time": "1767763293"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767763374"
},
"departure": {
"time": "1767763412"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767763464"
},
"departure": {
"time": "1767763474"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767763512"
},
"departure": {
"time": "1767763544"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767763591"
},
"departure": {
"time": "1767763605"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767763648"
},
"departure": {
"time": "1767763663"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767763707"
},
"departure": {
"time": "1767763737"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1767763775"
},
"departure": {
"time": "1767763783"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767763833"
},
"departure": {
"time": "1767763873"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767763900"
},
"departure": {
"time": "1767763907"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1767763929"
},
"departure": {
"time": "1767763935"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767763955"
},
"departure": {
"time": "1767763962"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767764010"
},
"departure": {
"time": "1767764010"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767764070"
},
"departure": {
"time": "1767764070"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767764130"
},
"departure": {
"time": "1767764130"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1767764190"
},
"departure": {
"time": "1767764190"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767764190"
},
"departure": {
"time": "1767764190"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767764250"
},
"departure": {
"time": "1767764250"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767764370"
},
"departure": {
"time": "1767764370"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1767763990",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38356"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:961-38026",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767763936"
},
"departure": {
"time": "1767763971"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767764020"
},
"departure": {
"time": "1767764020"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1767764080"
},
"departure": {
"time": "1767764080"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1767764080"
},
"departure": {
"time": "1767764080"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1767764140"
},
"departure": {
"time": "1767764140"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767764200"
},
"departure": {
"time": "1767764200"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767764260"
},
"departure": {
"time": "1767764260"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767764380"
},
"departure": {
"time": "1767764380"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767764560"
},
"departure": {
"time": "1767764560"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767764740"
},
"departure": {
"time": "1767764740"
},
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767764740"
},
"departure": {
"time": "1767764740"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767764920"
},
"departure": {
"time": "1767764920"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767765100"
},
"departure": {
"time": "1767765100"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767765220"
},
"departure": {
"time": "1767765220"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1767765280"
},
"departure": {
"time": "1767765280"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767765400"
},
"departure": {
"time": "1767765400"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767765520"
},
"departure": {
"time": "1767765520"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1767765580"
},
"departure": {
"time": "1767765580"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1767765700"
},
"departure": {
"time": "1767765700"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767765760"
},
"departure": {
"time": "1767765760"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767765820"
},
"departure": {
"time": "1767765820"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1767765940"
},
"departure": {
"time": "1767765940"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1767766060"
},
"departure": {
"time": "1767766060"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767766120"
},
"departure": {
"time": "1767766120"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767766180"
},
"departure": {
"time": "1767766180"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1767766240"
},
"departure": {
"time": "1767766240"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1767766300"
},
"departure": {
"time": "1767766300"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1767766300"
},
"departure": {
"time": "1767766300"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1767766360"
},
"departure": {
"time": "1767766360"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1767766420"
},
"departure": {
"time": "1767766420"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1767766540"
},
"departure": {
"time": "1767766540"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1767766540"
},
"departure": {
"time": "1767766540"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1767766660"
},
"departure": {
"time": "1767766660"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1767763986",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "961-38026"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e208",
"label": "1320",
"licensePlate": "DQ-905-PT"
}
}
},
{
"id": "trip:957-36243",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767762972"
},
"departure": {
"time": "1767762987"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767763020"
},
"departure": {
"time": "1767763062"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1767763098"
},
"departure": {
"time": "1767763110"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1767763122"
},
"departure": {
"time": "1767763136"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1767763140"
},
"departure": {
"time": "1767763159"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767763194"
},
"departure": {
"time": "1767763221"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767763252"
},
"departure": {
"time": "1767763297"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767763381"
},
"departure": {
"time": "1767763391"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767763586"
},
"departure": {
"time": "1767763594"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767763659"
},
"departure": {
"time": "1767763673"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767763705"
},
"departure": {
"time": "1767763738"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767763934"
},
"departure": {
"time": "1767763969"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767764010"
},
"departure": {
"time": "1767764010"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767764130"
},
"departure": {
"time": "1767764130"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1767764190"
},
"departure": {
"time": "1767764190"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767764250"
},
"departure": {
"time": "1767764250"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767764370"
},
"departure": {
"time": "1767764370"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1767764430"
},
"departure": {
"time": "1767764430"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1767764550"
},
"departure": {
"time": "1767764550"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767764670"
},
"departure": {
"time": "1767764670"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1767764730"
},
"departure": {
"time": "1767764730"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767764850"
},
"departure": {
"time": "1767764850"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767764970"
},
"departure": {
"time": "1767764970"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767765090"
},
"departure": {
"time": "1767765090"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767765150"
},
"departure": {
"time": "1767765150"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1767765330"
},
"departure": {
"time": "1767765330"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1767765330"
},
"departure": {
"time": "1767765330"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1767765390"
},
"departure": {
"time": "1767765390"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767765450"
},
"departure": {
"time": "1767765450"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767765510"
},
"departure": {
"time": "1767765510"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767765510"
},
"departure": {
"time": "1767765510"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767765570"
},
"departure": {
"time": "1767765570"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1767763985",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "957-36243"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:953-36332",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767763040"
},
"departure": {
"time": "1767763085"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767763100"
},
"departure": {
"time": "1767763141"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1767763155"
},
"departure": {
"time": "1767763166"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1767763191"
},
"departure": {
"time": "1767763213"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1767763251"
},
"departure": {
"time": "1767763277"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767763342"
},
"departure": {
"time": "1767763359"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767763383"
},
"departure": {
"time": "1767763419"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767763515"
},
"departure": {
"time": "1767763533"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767763549"
},
"departure": {
"time": "1767763584"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767763637"
},
"departure": {
"time": "1767763708"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767763812"
},
"departure": {
"time": "1767763824"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767763838"
},
"departure": {
"time": "1767763864"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767763886"
},
"departure": {
"time": "1767763891"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1767763940"
},
"departure": {
"time": "1767763946"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767764000"
},
"departure": {
"time": "1767764000"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767764060"
},
"departure": {
"time": "1767764060"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1767764060"
},
"departure": {
"time": "1767764060"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767764120"
},
"departure": {
"time": "1767764120"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767764180"
},
"departure": {
"time": "1767764180"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767764300"
},
"departure": {
"time": "1767764300"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767764360"
},
"departure": {
"time": "1767764360"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1767764600"
},
"departure": {
"time": "1767764600"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1767764660"
},
"departure": {
"time": "1767764660"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767764780"
},
"departure": {
"time": "1767764780"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767765020"
},
"departure": {
"time": "1767765020"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1767765140"
},
"departure": {
"time": "1767765140"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1767765200"
},
"departure": {
"time": "1767765200"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767765260"
},
"departure": {
"time": "1767765260"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767765320"
},
"departure": {
"time": "1767765320"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767765320"
},
"departure": {
"time": "1767765320"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767765440"
},
"departure": {
"time": "1767765440"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767765500"
},
"departure": {
"time": "1767765500"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1767763989",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "953-36332"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:1161-38326",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767762055"
},
"departure": {
"time": "1767762063"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767762077"
},
"departure": {
"time": "1767762106"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767762169"
},
"departure": {
"time": "1767762191"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767762214"
},
"departure": {
"time": "1767762235"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767762281"
},
"departure": {
"time": "1767762289"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767762391"
},
"departure": {
"time": "1767762403"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767762419"
},
"departure": {
"time": "1767762426"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1767762447"
},
"departure": {
"time": "1767762453"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767762495"
},
"departure": {
"time": "1767762506"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767762521"
},
"departure": {
"time": "1767762530"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767762558"
},
"departure": {
"time": "1767762565"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767762590"
},
"departure": {
"time": "1767762603"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767762621"
},
"departure": {
"time": "1767762651"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767762666"
},
"departure": {
"time": "1767762676"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1767762720"
},
"departure": {
"time": "1767762751"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767762803"
},
"departure": {
"time": "1767762819"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767762867"
},
"departure": {
"time": "1767762881"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1767762971"
},
"departure": {
"time": "1767763008"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1767763107"
},
"departure": {
"time": "1767763131"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767763231"
},
"departure": {
"time": "1767763246"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1767763277"
},
"departure": {
"time": "1767763293"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767763340"
},
"departure": {
"time": "1767763383"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767763609"
},
"departure": {
"time": "1767763617"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767763653"
},
"departure": {
"time": "1767763667"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767763691"
},
"departure": {
"time": "1767763717"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767763835"
},
"departure": {
"time": "1767763856"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1767763898"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1767763930"
},
"departure": {
"time": "1767763930"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1767763990"
},
"departure": {
"time": "1767763990"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1767763990"
},
"departure": {
"time": "1767763990"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1767764050"
},
"departure": {
"time": "1767764050"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1767764110"
},
"departure": {
"time": "1767764110"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1767764170"
},
"departure": {
"time": "1767764170"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1767763932",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38326"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e455",
"label": "1324",
"licensePlate": "EN-183-MD"
}
}
},
{
"id": "trip:958-38827",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767763096"
},
"departure": {
"time": "1767763239"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1767763273"
},
"departure": {
"time": "1767763281"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767763300"
},
"departure": {
"time": "1767763311"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767763345"
},
"departure": {
"time": "1767763411"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767763444"
},
"departure": {
"time": "1767763482"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767763488"
},
"departure": {
"time": "1767763499"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767763537"
},
"departure": {
"time": "1767763551"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767763570"
},
"departure": {
"time": "1767763587"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767763688"
},
"departure": {
"time": "1767763701"
},
"stopId": "IDBRANC1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767763735"
},
"departure": {
"time": "1767763748"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767763791"
},
"departure": {
"time": "1767763808"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767763837"
},
"departure": {
"time": "1767763851"
},
"stopId": "IDRIMBA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767763874"
},
"departure": {
"time": "1767763893"
},
"stopId": "IDAPOLL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767763930"
},
"departure": {
"time": "1767763945"
},
"stopId": "IDMISTR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1767764000"
},
"departure": {
"time": "1767764000"
},
"stopId": "IDRASPE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767764060"
},
"departure": {
"time": "1767764060"
},
"stopId": "IDALICA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767764120"
},
"departure": {
"time": "1767764120"
},
"stopId": "IDAPOLL2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767764180"
},
"departure": {
"time": "1767764180"
},
"stopId": "IDRIMBA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767764240"
},
"departure": {
"time": "1767764240"
},
"stopId": "BJZACHA1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767764360"
},
"departure": {
"time": "1767764360"
},
"stopId": "BJCHFLE3",
"stopSequence": 19
},
{
"arrival": {
"time": "1767764420"
},
"departure": {
"time": "1767764420"
},
"stopId": "BJCHARM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767764480"
},
"departure": {
"time": "1767764480"
},
"stopId": "BJROSTA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767764540"
},
"departure": {
"time": "1767764540"
},
"stopId": "BJCHANT1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767764600"
},
"departure": {
"time": "1767764600"
},
"stopId": "BJSTRAU1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767764660"
},
"departure": {
"time": "1767764660"
},
"stopId": "BJVSCOT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767764720"
},
"departure": {
"time": "1767764720"
},
"stopId": "BJHBARB1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767764780"
},
"departure": {
"time": "1767764780"
},
"stopId": "BJEBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767764960"
},
"departure": {
"time": "1767764960"
},
"stopId": "BJVAUCA1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767765080"
},
"departure": {
"time": "1767765080"
},
"stopId": "BJPMICH2",
"stopSequence": 28
},
{
"arrival": {
"time": "1767765140"
},
"departure": {
"time": "1767765140"
},
"stopId": "BJFOLAT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1767765200"
},
"departure": {
"time": "1767765200"
},
"stopId": "BJEPARG1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767765320"
},
"departure": {
"time": "1767765320"
},
"stopId": "BJPROYA1",
"stopSequence": 31
},
{
"arrival": {
"time": "1767765380"
},
"departure": {
"time": "1767765380"
},
"stopId": "BJCFA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1767765440"
},
"departure": {
"time": "1767765440"
},
"stopId": "RMTILLE1",
"stopSequence": 33
},
{
"arrival": {
"time": "1767765500"
},
"departure": {
"time": "1767765500"
},
"stopId": "RMPHARM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767765560"
},
"departure": {
"time": "1767765560"
},
"stopId": "RMRPLAC2",
"stopSequence": 35
},
{
"arrival": {
"time": "1767765560"
},
"departure": {
"time": "1767765560"
},
"stopId": "RMHOTLV2",
"stopSequence": 36
},
{
"arrival": {
"time": "1767765620"
},
"departure": {
"time": "1767765620"
},
"stopId": "RMHALLS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1767765680"
},
"departure": {
"time": "1767765680"
},
"stopId": "RMLAVAI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1767765800"
},
"departure": {
"time": "1767765800"
},
"stopId": "RMZAPER2",
"stopSequence": 39
}
],
"timestamp": "1767763989",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38827"
},
"vehicle": {
"id": "668f9b480ca0aead54276bac",
"label": "1336",
"licensePlate": "GX-700-KG"
}
}
},
{
"id": "trip:1162-38749",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767760365"
},
"departure": {
"time": "1767760492"
},
"stopId": "VFSTBC5",
"stopSequence": 0
},
{
"arrival": {
"time": "1767760628"
},
"departure": {
"time": "1767760633"
},
"stopId": "VFBERTH1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767760648"
},
"departure": {
"time": "1767760680"
},
"stopId": "VFPINED1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767760683"
},
"departure": {
"time": "1767760690"
},
"stopId": "VFPASTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767760704"
},
"departure": {
"time": "1767760714"
},
"stopId": "VFNOYER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767760731"
},
"departure": {
"time": "1767760742"
},
"stopId": "VFGINET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767760757"
},
"departure": {
"time": "1767760771"
},
"stopId": "VFVELLE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767760843"
},
"departure": {
"time": "1767760851"
},
"stopId": "VFCHAR1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767760860"
},
"departure": {
"time": "1767760867"
},
"stopId": "VFMRAZ2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767760960"
},
"departure": {
"time": "1767760971"
},
"stopId": "QFGARGU2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767760997"
},
"departure": {
"time": "1767761015"
},
"stopId": "QFCHARR2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767761030"
},
"departure": {
"time": "1767761042"
},
"stopId": "QFCOCHE2",
"stopSequence": 11
},
{
"stopId": "QFALLIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767761137"
},
"stopId": "QFLIEUS2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767761155"
},
"departure": {
"time": "1767761192"
},
"stopId": "QFMAIRI2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767761257"
},
"departure": {
"time": "1767761285"
},
"stopId": "QFMUGUE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1767761300"
},
"departure": {
"time": "1767761330"
},
"stopId": "QFFURIN2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767761360"
},
"departure": {
"time": "1767761376"
},
"stopId": "QFMONUM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767761403"
},
"departure": {
"time": "1767761413"
},
"stopId": "QFGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767761564"
},
"departure": {
"time": "1767761570"
},
"stopId": "QFRURUI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1767761602"
},
"departure": {
"time": "1767761626"
},
"stopId": "QFRUMO1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767761645"
},
"departure": {
"time": "1767761647"
},
"stopId": "QFDAUPH1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767761704"
},
"departure": {
"time": "1767761717"
},
"stopId": "QFA43ZI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767761997"
},
"departure": {
"time": "1767762052"
},
"stopId": "QFRP4R1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767762100"
},
"departure": {
"time": "1767762110"
},
"stopId": "QFGARI1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767762219"
},
"departure": {
"time": "1767762271"
},
"stopId": "VPMALA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767762367"
},
"departure": {
"time": "1767762392"
},
"stopId": "VPPICAR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767762421"
},
"departure": {
"time": "1767762433"
},
"stopId": "VPLIBER1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767762476"
},
"departure": {
"time": "1767762489"
},
"stopId": "VPGENDA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767762509"
},
"departure": {
"time": "1767762519"
},
"stopId": "VPPISCI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767762535"
},
"departure": {
"time": "1767762549"
},
"stopId": "VPHPOST1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767762629"
},
"departure": {
"time": "1767762714"
},
"stopId": "VPGARE3",
"stopSequence": 31
},
{
"arrival": {
"time": "1767762866"
},
"departure": {
"time": "1767762873"
},
"stopId": "VFTECHO2",
"stopSequence": 32
},
{
"arrival": {
"time": "1767762966"
},
"departure": {
"time": "1767762976"
},
"stopId": "VFMUISS2",
"stopSequence": 33
},
{
"arrival": {
"time": "1767763006"
},
"departure": {
"time": "1767763032"
},
"stopId": "VFPONT2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767763068"
},
"departure": {
"time": "1767763086"
},
"stopId": "VFAILLA2",
"stopSequence": 35
},
{
"arrival": {
"time": "1767763110"
},
"departure": {
"time": "1767763135"
},
"stopId": "VFSECU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1767763162"
},
"stopId": "VFSTBC6",
"stopSequence": 37
}
],
"timestamp": "1767763989",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1162-38749"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e06e",
"label": "1313",
"licensePlate": "BT-441-SF"
}
}
},
{
"id": "trip:1161-38315",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767758721"
},
"departure": {
"time": "1767759053"
},
"stopId": "VFSTBC1",
"stopSequence": 0
},
{
"arrival": {
"time": "1767759259"
},
"departure": {
"time": "1767759270"
},
"stopId": "VFSTADE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767759309"
},
"departure": {
"time": "1767759322"
},
"stopId": "VFFOUGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767759340"
},
"departure": {
"time": "1767759355"
},
"stopId": "VFEUROP1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767759468"
},
"departure": {
"time": "1767759503"
},
"stopId": "VFHUDSO2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767759548"
},
"departure": {
"time": "1767759575"
},
"stopId": "VFQUINC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767759621"
},
"departure": {
"time": "1767759647"
},
"stopId": "VFFOUGH2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767759651"
},
"departure": {
"time": "1767759665"
},
"stopId": "VFESSAR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767759682"
},
"departure": {
"time": "1767759694"
},
"stopId": "VFCHENE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767759700"
},
"departure": {
"time": "1767759717"
},
"stopId": "VFAUBEP2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767759734"
},
"departure": {
"time": "1767759748"
},
"stopId": "VFHALLE2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767759777"
},
"stopId": "VFEUROP2",
"stopSequence": 11
}
],
"timestamp": "1767763932",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38315"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e455",
"label": "1324",
"licensePlate": "EN-183-MD"
}
}
},
{
"id": "trip:1161-38357",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767759781"
},
"departure": {
"time": "1767759930"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1767759973"
},
"departure": {
"time": "1767759998"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1767760034"
},
"departure": {
"time": "1767760046"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1767760222"
},
"departure": {
"time": "1767760297"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1767760344"
},
"departure": {
"time": "1767760376"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1767760406"
},
"departure": {
"time": "1767760425"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1767760474"
},
"departure": {
"time": "1767760518"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1767760601"
},
"departure": {
"time": "1767760627"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1767760677"
},
"departure": {
"time": "1767760688"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767760721"
},
"departure": {
"time": "1767760750"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767760798"
},
"departure": {
"time": "1767760837"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767760895"
},
"departure": {
"time": "1767760916"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767760970"
},
"departure": {
"time": "1767760993"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1767761031"
},
"departure": {
"time": "1767761042"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767761102"
},
"departure": {
"time": "1767761139"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767761166"
},
"departure": {
"time": "1767761174"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1767761201"
},
"departure": {
"time": "1767761237"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767761256"
},
"departure": {
"time": "1767761263"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767761306"
},
"departure": {
"time": "1767761350"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767761383"
},
"departure": {
"time": "1767761426"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767761475"
},
"departure": {
"time": "1767761515"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1767761557"
},
"departure": {
"time": "1767761585"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767761615"
},
"departure": {
"time": "1767761632"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767761662"
},
"departure": {
"time": "1767761676"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767761699"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1767763932",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38357"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e455",
"label": "1324",
"licensePlate": "EN-183-MD"
}
}
},
{
"id": "trip:954-38813",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767761452"
},
"departure": {
"time": "1767761500"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1767761530"
},
"departure": {
"time": "1767761540"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767761566"
},
"departure": {
"time": "1767761598"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767761638"
},
"departure": {
"time": "1767761650"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767761685"
},
"departure": {
"time": "1767761718"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767761723"
},
"departure": {
"time": "1767761738"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767761775"
},
"departure": {
"time": "1767761790"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767761807"
},
"departure": {
"time": "1767761824"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767761929"
},
"departure": {
"time": "1767761938"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767762122"
},
"departure": {
"time": "1767762134"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767762208"
},
"departure": {
"time": "1767762356"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767762390"
},
"departure": {
"time": "1767762431"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767762542"
},
"departure": {
"time": "1767762556"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767762617"
},
"departure": {
"time": "1767762633"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1767762659"
},
"departure": {
"time": "1767762735"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767762752"
},
"departure": {
"time": "1767762761"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767762791"
},
"departure": {
"time": "1767762807"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1767762837"
},
"departure": {
"time": "1767762854"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1767762876"
},
"departure": {
"time": "1767762913"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767762948"
},
"departure": {
"time": "1767762956"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1767762988"
},
"departure": {
"time": "1767763112"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767763166"
},
"departure": {
"time": "1767763286"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767763374"
},
"departure": {
"time": "1767763392"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767763422"
},
"departure": {
"time": "1767763442"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767763476"
},
"departure": {
"time": "1767763488"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767763530"
},
"departure": {
"time": "1767763539"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767763556"
},
"departure": {
"time": "1767763630"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767763640"
},
"departure": {
"time": "1767763651"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767763677"
},
"departure": {
"time": "1767763723"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767763813"
},
"departure": {
"time": "1767763831"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767763887"
},
"departure": {
"time": "1767763898"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767763929"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1767764170"
},
"departure": {
"time": "1767764170"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1767764410"
},
"departure": {
"time": "1767764410"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1767764410"
},
"departure": {
"time": "1767764410"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767764530"
},
"departure": {
"time": "1767764530"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1767763985",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38813"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:960-38055",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767763166"
},
"departure": {
"time": "1767763253"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1767763313"
},
"departure": {
"time": "1767763328"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767763341"
},
"departure": {
"time": "1767763369"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767763418"
},
"departure": {
"time": "1767763430"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767763480"
},
"departure": {
"time": "1767763493"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767763527"
},
"departure": {
"time": "1767763578"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767763596"
},
"departure": {
"time": "1767763628"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767763655"
},
"departure": {
"time": "1767763667"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767763702"
},
"departure": {
"time": "1767763716"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1767763749"
},
"departure": {
"time": "1767763767"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1767763791"
},
"departure": {
"time": "1767763801"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1767763828"
},
"departure": {
"time": "1767763840"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1767763901"
},
"departure": {
"time": "1767763969"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767764020"
},
"departure": {
"time": "1767764020"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1767764080"
},
"departure": {
"time": "1767764080"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1767764320"
},
"departure": {
"time": "1767764320"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1767764380"
},
"departure": {
"time": "1767764380"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767764500"
},
"departure": {
"time": "1767764500"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767764620"
},
"departure": {
"time": "1767764620"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1767764680"
},
"departure": {
"time": "1767764680"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1767764740"
},
"departure": {
"time": "1767764740"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1767764920"
},
"departure": {
"time": "1767764920"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1767765040"
},
"departure": {
"time": "1767765040"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1767765100"
},
"departure": {
"time": "1767765100"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1767765220"
},
"departure": {
"time": "1767765220"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767765340"
},
"departure": {
"time": "1767765340"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1767765460"
},
"departure": {
"time": "1767765460"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1767765520"
},
"departure": {
"time": "1767765520"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767765580"
},
"departure": {
"time": "1767765580"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767765580"
},
"departure": {
"time": "1767765580"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767765640"
},
"departure": {
"time": "1767765640"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767765700"
},
"departure": {
"time": "1767765700"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1767765760"
},
"departure": {
"time": "1767765760"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1767763989",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38055"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e5cd",
"label": "1319",
"licensePlate": "CV-568-DN"
}
}
},
{
"id": "trip:1162-38750",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1767763771"
},
"departure": {
"time": "1767763937"
},
"stopId": "VFSTBC5",
"stopSequence": 0
},
{
"arrival": {
"time": "1767764100"
},
"departure": {
"time": "1767764100"
},
"stopId": "VFBERTH1",
"stopSequence": 1
},
{
"arrival": {
"time": "1767764160"
},
"departure": {
"time": "1767764160"
},
"stopId": "VFPINED1",
"stopSequence": 2
},
{
"arrival": {
"time": "1767764220"
},
"departure": {
"time": "1767764220"
},
"stopId": "VFPASTE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1767764280"
},
"departure": {
"time": "1767764280"
},
"stopId": "VFNOYER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1767764280"
},
"departure": {
"time": "1767764280"
},
"stopId": "VFGINET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1767764340"
},
"departure": {
"time": "1767764340"
},
"stopId": "VFVELLE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1767764400"
},
"departure": {
"time": "1767764400"
},
"stopId": "VFCHAR1",
"stopSequence": 7
},
{
"arrival": {
"time": "1767764400"
},
"departure": {
"time": "1767764400"
},
"stopId": "VFMRAZ2",
"stopSequence": 8
},
{
"arrival": {
"time": "1767764580"
},
"departure": {
"time": "1767764580"
},
"stopId": "QFGARGU2",
"stopSequence": 9
},
{
"arrival": {
"time": "1767764640"
},
"departure": {
"time": "1767764640"
},
"stopId": "QFCHARR2",
"stopSequence": 10
},
{
"arrival": {
"time": "1767764640"
},
"departure": {
"time": "1767764640"
},
"stopId": "QFCOCHE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1767764760"
},
"departure": {
"time": "1767764760"
},
"stopId": "QFALLIN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1767764820"
},
"departure": {
"time": "1767764820"
},
"stopId": "QFLIEUS2",
"stopSequence": 13
},
{
"arrival": {
"time": "1767764820"
},
"departure": {
"time": "1767764820"
},
"stopId": "QFMAIRI2",
"stopSequence": 14
},
{
"arrival": {
"time": "1767764880"
},
"departure": {
"time": "1767764880"
},
"stopId": "QFMUGUE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1767764940"
},
"departure": {
"time": "1767764940"
},
"stopId": "QFFURIN2",
"stopSequence": 16
},
{
"arrival": {
"time": "1767764940"
},
"departure": {
"time": "1767764940"
},
"stopId": "QFMONUM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1767765120"
},
"departure": {
"time": "1767765120"
},
"stopId": "QFGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1767765360"
},
"departure": {
"time": "1767765360"
},
"stopId": "QFRURUI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1767765360"
},
"departure": {
"time": "1767765360"
},
"stopId": "QFRUMO1",
"stopSequence": 20
},
{
"arrival": {
"time": "1767765420"
},
"departure": {
"time": "1767765420"
},
"stopId": "QFDAUPH1",
"stopSequence": 21
},
{
"arrival": {
"time": "1767765540"
},
"departure": {
"time": "1767765540"
},
"stopId": "QFA43ZI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1767765780"
},
"departure": {
"time": "1767765780"
},
"stopId": "QFRP4R1",
"stopSequence": 23
},
{
"arrival": {
"time": "1767765840"
},
"departure": {
"time": "1767765840"
},
"stopId": "QFGARI1",
"stopSequence": 24
},
{
"arrival": {
"time": "1767766020"
},
"departure": {
"time": "1767766020"
},
"stopId": "VPMALA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1767766080"
},
"departure": {
"time": "1767766080"
},
"stopId": "VPPICAR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1767766140"
},
"departure": {
"time": "1767766140"
},
"stopId": "VPLIBER1",
"stopSequence": 27
},
{
"arrival": {
"time": "1767766200"
},
"departure": {
"time": "1767766200"
},
"stopId": "VPGENDA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1767766260"
},
"departure": {
"time": "1767766260"
},
"stopId": "VPPISCI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1767766260"
},
"departure": {
"time": "1767766260"
},
"stopId": "VPHPOST1",
"stopSequence": 30
},
{
"arrival": {
"time": "1767766440"
},
"departure": {
"time": "1767766440"
},
"stopId": "VPGARE3",
"stopSequence": 31
},
{
"arrival": {
"time": "1767766680"
},
"departure": {
"time": "1767766680"
},
"stopId": "VFTECHO2",
"stopSequence": 32
},
{
"arrival": {
"time": "1767766860"
},
"departure": {
"time": "1767766860"
},
"stopId": "VFMUISS2",
"stopSequence": 33
},
{
"arrival": {
"time": "1767766860"
},
"departure": {
"time": "1767766860"
},
"stopId": "VFPONT2",
"stopSequence": 34
},
{
"arrival": {
"time": "1767766980"
},
"departure": {
"time": "1767766980"
},
"stopId": "VFAILLA2",
"stopSequence": 35
},
{
"arrival": {
"time": "1767766980"
},
"departure": {
"time": "1767766980"
},
"stopId": "VFSECU2",
"stopSequence": 36
},
{
"arrival": {
"time": "1767767040"
},
"departure": {
"time": "1767767040"
},
"stopId": "VFSTBC6",
"stopSequence": 37
}
],
"timestamp": "1767763989",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1162-38750"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e06e",
"label": "1313",
"licensePlate": "BT-441-SF"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1767763991"
}
}