Détails de la ressource

Nom du fichier : RUBAN - Offre temps-réel au format GTFS-RT (PB)
Format : gtfs-rt

Données temps-réel du réseau RUBAN suivant la structure GTFS-RT au format Protocol Buffers.

Cette ressource fait partie du jeu de données Réseau urbain Ruban.

Disponibilité au téléchargement

01/11/2025
100%
02/11/2025
99%
03/11/2025
100%
04/11/2025
99%
05/11/2025
98.7%
06/11/2025
98.8%
07/11/2025
99%
08/11/2025
99.6%
09/11/2025
99%
10/11/2025
98.9%
11/11/2025
98.8%
12/11/2025
98.9%
13/11/2025
98.9%
14/11/2025
98.9%
15/11/2025
99.6%
16/11/2025
98.9%
17/11/2025
98.8%
18/11/2025
98.2%
19/11/2025
98.8%
20/11/2025
98.2%
21/11/2025
98.1%
22/11/2025
98.8%
23/11/2025
97.4%
24/11/2025
97.5%
25/11/2025
92.1%
26/11/2025
98.8%
27/11/2025
98.1%
28/11/2025
98.1%
29/11/2025
100%
30/11/2025
98.3%
01/12/2025
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

563 erreurs, 22 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 01/12/2025 à 08h14 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

Sequential stop_time_update times are not increasing E022 160 erreurs

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Exemples d'erreurs
  • trip_id 1136-38765 stop_sequence 35 arrival_time 06:43:34 (1764567814) is equal to previous stop departure_time 06:43:34 (1764567814) - times must increase between two sequential stops
  • trip_id 922-38815 stop_sequence 27 arrival_time 08:31:10 (1764574270) is equal to previous stop arrival_time 08:31:10 (1764574270) - times must increase between two sequential stops
  • trip_id 922-38815 stop_sequence 27 arrival_time 08:31:10 (1764574270) is equal to previous stop departure_time 08:31:10 (1764574270) - times must increase between two sequential stops
  • trip_id 922-38815 stop_sequence 27 departure_time 08:31:10 (1764574270) is equal to previous stop departure_time 08:31:10 (1764574270) - times must increase between two sequential stops
  • trip_id 922-38815 stop_sequence 27 departure_time 08:31:10 (1764574270) is equal to previous stop arrival_time 08:31:10 (1764574270) - times must increase between two sequential stops

stop_time_update doesn't have arrival or departure E043 217 erreurs

If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided

Exemples d'erreurs
  • trip_id 922-38815 stop_sequence 0 doesn't have arrival or departure
  • trip_id 922-38815 stop_sequence 4 doesn't have arrival or departure
  • trip_id 922-38815 stop_sequence 6 doesn't have arrival or departure
  • trip_id 922-38815 stop_sequence 7 doesn't have arrival or departure
  • trip_id 922-38815 stop_sequence 8 doesn't have arrival or departure

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 186 erreurs

If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt

Exemples d'erreurs
  • GTFS-rt trip_id 926-36334 stop_sequence 9 has stop_id BJEMARI2 but GTFS stop_sequence 9 has stop_id BJGARE1 - stop_ids should be the same
  • GTFS-rt trip_id 926-36334 stop_sequence 10 has stop_id BJZOLA2 but GTFS stop_sequence 10 has stop_id BJEMARI2 - stop_ids should be the same
  • GTFS-rt trip_id 926-36334 stop_sequence 11 has stop_id BJPCURI2 but GTFS stop_sequence 11 has stop_id BJZOLA2 - stop_ids should be the same
  • GTFS-rt trip_id 926-36334 stop_sequence 12 has stop_id BJJCURI2 but GTFS stop_sequence 12 has stop_id BJPCURI2 - stop_ids should be the same
  • GTFS-rt trip_id 926-36334 stop_sequence 13 has stop_id BJPAPIN2 but GTFS stop_sequence 13 has stop_id BJJCURI2 - stop_ids should be the same

Avertissements

ID in one feed missing from the other W003 22 erreurs

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

Exemples d'erreurs
  • trip_id 1146-38738 is in TripUpdates but not in VehiclePositions feed
  • trip_id 1140-38709 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 929-38055 is in TripUpdates but not in VehiclePositions feed
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 3 980 24 fois (80 % des 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 1 819 24 fois (80 % des 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 674 24 fois (80 % des 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 5 120 23 fois (77 % des 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. 22 11 fois (37 % des 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. 2 1 fois (3 % des validations)
E047 If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. 1 1 fois (3 % des validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 1 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 01/12/2025 à 09h31 Europe/Paris.

trip_updates (63) vehicle_positions (15) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates vehicle_positions

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 01/12/2025 à 09h31 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "vehicle:636a2e23c520d5a13c77e731", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.60062789916992, "longitude": 5.22294807434082 }, "stopId": "IDGBUIS1", "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38712" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "vehicle:63c518b8f141914e2488cfa8", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 19, "position": { "latitude": 45.58971405029297, "longitude": 5.273168087005615 }, "stopId": "BJVAUCA2", "timestamp": "1764577911", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "935-38031" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "vehicle:636a2e22c520d5a13c77e41e", "vehicle": { "currentStopSequence": 11, "position": { "latitude": 45.612823486328125, "longitude": 5.242473125457764 }, "stopId": "BJMEDCL1", "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "925-36249" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "vehicle:636a2e22c520d5a13c77e4f3", "vehicle": { "currentStopSequence": 28, "position": { "latitude": 45.59713363647461, "longitude": 5.17779016494751 }, "stopId": "VFQUINC2", "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38332" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "vehicle:636a2e22c520d5a13c77e455", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 12, "position": { "latitude": 45.58893585205078, "longitude": 5.261476516723633 }, "stopId": "BJJCURI2", "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "926-36338" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "vehicle:668f9b480ca0aead54276bac", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 6, "position": { "latitude": 45.58828353881836, "longitude": 5.3049750328063965 }, "stopId": "RMTILLE2", "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "927-38844" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "vehicle:636a2e22c520d5a13c77e657", "vehicle": { "currentStopSequence": 5, "position": { "latitude": 45.589012145996094, "longitude": 5.273803234100342 }, "stopId": "BJPMICH2", "timestamp": "1764577911", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "933-37619" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "vehicle:636a2e22c520d5a13c77e37c", "vehicle": { "currentStopSequence": 30, "position": { "latitude": 45.580928802490234, "longitude": 5.298698425292969 }, "stopId": "BJMBLAN1", "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "932-38816" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "vehicle:64aec41cde26085277efc57c", "vehicle": { "currentStopSequence": 19, "position": { "latitude": 45.63880157470703, "longitude": 5.096261501312256 }, "stopId": "QFGARE2", "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38768" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "vehicle:636a2e22c520d5a13c77e208", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 7, "position": { "latitude": 45.60483169555664, "longitude": 5.270206928253174 }, "stopId": "BJCHANT1", "timestamp": "1764577910", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "930-38061" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "vehicle:636a2e22c520d5a13c77e50d", "vehicle": { "currentStopSequence": 28, "position": { "latitude": 45.61442947387695, "longitude": 5.2241902351379395 }, "stopId": "IDADMIN2", "timestamp": "1764577910", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "922-38858" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "vehicle:636a2e22c520d5a13c77e618", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 1, "position": { "latitude": 45.609981536865234, "longitude": 5.27318000793457 }, "stopId": "BJBUGEY1", "timestamp": "1764577909", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_25" }, "vehicle": { "id": "636a2e22c520d5a13c77e618", "label": "1524", "licensePlate": "DH-568-HA" } } }, { "id": "vehicle:636a2e22c520d5a13c77e532", "vehicle": { "currentStopSequence": 2, "position": { "latitude": 45.6224365234375, "longitude": 5.215861797332764 }, "stopId": "IDATLAN2", "timestamp": "1764577907", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "929-38032" }, "vehicle": { "id": "636a2e22c520d5a13c77e532", "label": "1311", "licensePlate": "AV-984-XB" } } }, { "id": "vehicle:636a2e22c520d5a13c77e290", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 33, "position": { "latitude": 45.61842727661133, "longitude": 5.153719902038574 }, "stopId": "VFROCHE2", "timestamp": "1764577907", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1140-38711" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "vehicle:636a2e23c520d5a13c77e6c9", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.60880661010742, "longitude": 5.1570234298706055 }, "stopId": "VFSTBC4", "timestamp": "1764577906", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_4" }, "vehicle": { "id": "636a2e23c520d5a13c77e6c9", "label": "1312", "licensePlate": "AZ-715-MJ" } } }, { "id": "trip:1137-38332", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764575701" }, "departure": { "time": "1764575711" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764575723" }, "departure": { "time": "1764575752" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764575828" }, "departure": { "time": "1764575852" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764575866" }, "departure": { "time": "1764575883" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764575921" }, "departure": { "time": "1764575933" }, "stopId": "QFLIEUS1", "stopSequence": 4 }, { "arrival": { "time": "1764575958" }, "departure": { "time": "1764575998" }, "stopId": "QFALLIN1", "stopSequence": 5 }, { "stopId": "QFMUGUE2", "stopSequence": 6 }, { "arrival": { "time": "1764576442" }, "departure": { "time": "1764576453" }, "stopId": "QFNOIRE1", "stopSequence": 7 }, { "arrival": { "time": "1764576473" }, "departure": { "time": "1764576513" }, "stopId": "QFANJOU3", "stopSequence": 8 }, { "arrival": { "time": "1764576535" }, "departure": { "time": "1764576559" }, "stopId": "QFLAFA1", "stopSequence": 9 }, { "arrival": { "time": "1764576590" }, "departure": { "time": "1764576601" }, "stopId": "QFBRET1", "stopSequence": 10 }, { "arrival": { "time": "1764576616" }, "departure": { "time": "1764576618" }, "stopId": "QFMAINE1", "stopSequence": 11 }, { "arrival": { "time": "1764576645" }, "departure": { "time": "1764576648" }, "stopId": "QFARRI1", "stopSequence": 12 }, { "arrival": { "time": "1764576672" }, "departure": { "time": "1764576683" }, "stopId": "QFMALA1", "stopSequence": 13 }, { "arrival": { "time": "1764576712" }, "departure": { "time": "1764576744" }, "stopId": "VPARTOI1", "stopSequence": 14 }, { "arrival": { "time": "1764576757" }, "departure": { "time": "1764576764" }, "stopId": "VPLOIPE1", "stopSequence": 15 }, { "arrival": { "time": "1764576797" }, "departure": { "time": "1764576838" }, "stopId": "VPRIANT1", "stopSequence": 16 }, { "arrival": { "time": "1764576873" }, "departure": { "time": "1764576883" }, "stopId": "VPJMOUL1", "stopSequence": 17 }, { "arrival": { "time": "1764576928" }, "departure": { "time": "1764576953" }, "stopId": "VPMAIRI1", "stopSequence": 18 }, { "arrival": { "time": "1764577036" }, "departure": { "time": "1764577065" }, "stopId": "VPGARE1", "stopSequence": 19 }, { "arrival": { "time": "1764577129" }, "departure": { "time": "1764577183" }, "stopId": "VFROCHE1", "stopSequence": 20 }, { "arrival": { "time": "1764577287" }, "departure": { "time": "1764577303" }, "stopId": "VFBOURG1", "stopSequence": 21 }, { "arrival": { "time": "1764577332" }, "departure": { "time": "1764577393" }, "stopId": "VFREPUB1", "stopSequence": 22 }, { "arrival": { "time": "1764577430" }, "departure": { "time": "1764577477" }, "stopId": "VFSTBC1", "stopSequence": 23 }, { "arrival": { "time": "1764577670" }, "departure": { "time": "1764577677" }, "stopId": "VFSTADE1", "stopSequence": 24 }, { "arrival": { "time": "1764577708" }, "departure": { "time": "1764577718" }, "stopId": "VFFOUGE1", "stopSequence": 25 }, { "arrival": { "time": "1764577734" }, "departure": { "time": "1764577784" }, "stopId": "VFEUROP1", "stopSequence": 26 }, { "arrival": { "time": "1764577867" }, "departure": { "time": "1764577904" }, "stopId": "VFHUDSO2", "stopSequence": 27 }, { "arrival": { "time": "1764577960" }, "departure": { "time": "1764577960" }, "stopId": "VFQUINC2", "stopSequence": 28 }, { "arrival": { "time": "1764577960" }, "departure": { "time": "1764577960" }, "stopId": "VFFOUGH2", "stopSequence": 29 }, { "arrival": { "time": "1764578020" }, "departure": { "time": "1764578020" }, "stopId": "VFESSAR2", "stopSequence": 30 }, { "arrival": { "time": "1764578020" }, "departure": { "time": "1764578020" }, "stopId": "VFCHENE2", "stopSequence": 31 }, { "arrival": { "time": "1764578080" }, "departure": { "time": "1764578080" }, "stopId": "VFAUBEP2", "stopSequence": 32 }, { "arrival": { "time": "1764578140" }, "departure": { "time": "1764578140" }, "stopId": "VFHALLE2", "stopSequence": 33 }, { "arrival": { "time": "1764578200" }, "departure": { "time": "1764578200" }, "stopId": "VFEUROP2", "stopSequence": 34 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38332" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:933-37619", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577451" }, "departure": { "time": "1764577471" }, "stopId": "BJMAUBE1", "stopSequence": 0 }, { "arrival": { "time": "1764577523" }, "departure": { "time": "1764577599" }, "stopId": "MBHLM1", "stopSequence": 1 }, { "arrival": { "time": "1764577624" }, "departure": { "time": "1764577649" }, "stopId": "BJCHARG2", "stopSequence": 2 }, { "arrival": { "time": "1764577770" }, "departure": { "time": "1764577811" }, "stopId": "BJPOSTE2", "stopSequence": 3 }, { "arrival": { "time": "1764577825" }, "departure": { "time": "1764577850" }, "stopId": "BJLYCEE2", "stopSequence": 4 }, { "arrival": { "time": "1764577990" }, "departure": { "time": "1764577990" }, "stopId": "BJPMICH2", "stopSequence": 5 }, { "arrival": { "time": "1764578050" }, "departure": { "time": "1764578050" }, "stopId": "BJFOLAT2", "stopSequence": 6 }, { "arrival": { "time": "1764578110" }, "departure": { "time": "1764578110" }, "stopId": "BJEPARG1", "stopSequence": 7 }, { "arrival": { "time": "1764578170" }, "departure": { "time": "1764578170" }, "stopId": "BJPISCI1", "stopSequence": 8 }, { "arrival": { "time": "1764578230" }, "departure": { "time": "1764578230" }, "stopId": "BJCOPRE1", "stopSequence": 9 }, { "arrival": { "time": "1764578290" }, "departure": { "time": "1764578290" }, "stopId": "BJPREBE1", "stopSequence": 10 }, { "arrival": { "time": "1764578350" }, "departure": { "time": "1764578350" }, "stopId": "BJMARS2", "stopSequence": 11 }, { "arrival": { "time": "1764578410" }, "departure": { "time": "1764578410" }, "stopId": "BJTONKI1", "stopSequence": 12 }, { "arrival": { "time": "1764578530" }, "departure": { "time": "1764578530" }, "stopId": "BJBELRI1", "stopSequence": 13 }, { "arrival": { "time": "1764578530" }, "departure": { "time": "1764578530" }, "stopId": "BJPMONT2", "stopSequence": 14 }, { "arrival": { "time": "1764578590" }, "departure": { "time": "1764578590" }, "stopId": "BJCHPAG2", "stopSequence": 15 }, { "arrival": { "time": "1764578590" }, "departure": { "time": "1764578590" }, "stopId": "BJLOUP1", "stopSequence": 16 }, { "arrival": { "time": "1764578590" }, "departure": { "time": "1764578590" }, "stopId": "BJALBIZ2", "stopSequence": 17 }, { "arrival": { "time": "1764578650" }, "departure": { "time": "1764578650" }, "stopId": "BJBERNA2", "stopSequence": 18 }, { "arrival": { "time": "1764578770" }, "departure": { "time": "1764578770" }, "stopId": "SSMOLLA2", "stopSequence": 19 }, { "arrival": { "time": "1764578830" }, "departure": { "time": "1764578830" }, "stopId": "SSDEMPT2", "stopSequence": 20 }, { "arrival": { "time": "1764578890" }, "departure": { "time": "1764578890" }, "stopId": "SSDEMPT1", "stopSequence": 21 }, { "arrival": { "time": "1764579250" }, "departure": { "time": "1764579250" }, "stopId": "SSTRUIT2", "stopSequence": 22 }, { "arrival": { "time": "1764579310" }, "departure": { "time": "1764579310" }, "stopId": "SSEGLIS2", "stopSequence": 23 }, { "arrival": { "time": "1764579430" }, "departure": { "time": "1764579430" }, "stopId": "SSPRECH2", "stopSequence": 24 }, { "arrival": { "time": "1764579550" }, "departure": { "time": "1764579550" }, "stopId": "SSZONEA2", "stopSequence": 25 }, { "arrival": { "time": "1764579670" }, "departure": { "time": "1764579670" }, "stopId": "SSSMART2", "stopSequence": 26 }, { "arrival": { "time": "1764579730" }, "departure": { "time": "1764579730" }, "stopId": "SSFLOS2", "stopSequence": 27 } ], "timestamp": "1764577911", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "933-37619" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:1137-38357", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764562949" }, "departure": { "time": "1764563121" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764563152" }, "departure": { "time": "1764563188" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764563226" }, "departure": { "time": "1764563234" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764563440" }, "departure": { "time": "1764563487" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764563532" }, "departure": { "time": "1764563565" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764563596" }, "departure": { "time": "1764563603" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764563649" }, "departure": { "time": "1764563694" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764563846" }, "departure": { "time": "1764563872" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764563927" }, "departure": { "time": "1764563932" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764563967" }, "departure": { "time": "1764564002" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764564041" }, "departure": { "time": "1764564055" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764564111" }, "departure": { "time": "1764564132" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764564170" }, "departure": { "time": "1764564191" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764564210" }, "departure": { "time": "1764564252" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "arrival": { "time": "1764564266" }, "departure": { "time": "1764564293" }, "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764564326" }, "departure": { "time": "1764564351" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "arrival": { "time": "1764564371" }, "departure": { "time": "1764564406" }, "stopId": "QFMAINE2", "stopSequence": 16 }, { "arrival": { "time": "1764564426" }, "departure": { "time": "1764564451" }, "stopId": "QFBRET2", "stopSequence": 17 }, { "arrival": { "time": "1764564483" }, "departure": { "time": "1764564521" }, "stopId": "QFLAFA2", "stopSequence": 18 }, { "arrival": { "time": "1764564551" }, "departure": { "time": "1764564581" }, "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764564601" }, "departure": { "time": "1764564626" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764564655" }, "departure": { "time": "1764564686" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "arrival": { "time": "1764564705" }, "departure": { "time": "1764564721" }, "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764564744" }, "departure": { "time": "1764564752" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764564775" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38357" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:935-38027", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764569313" }, "departure": { "time": "1764569363" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764569394" }, "departure": { "time": "1764569458" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764569495" }, "departure": { "time": "1764569528" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764569537" }, "departure": { "time": "1764569570" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764569576" }, "departure": { "time": "1764569604" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764569635" }, "departure": { "time": "1764569667" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764569695" }, "departure": { "time": "1764570167" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "stopId": "IDCECOM1", "stopSequence": 7 }, { "stopId": "IDGARE1", "stopSequence": 8 }, { "stopId": "BJXBLAN1", "stopSequence": 9 }, { "stopId": "BJGRIVE1", "stopSequence": 10 }, { "stopId": "BJGRSOL1", "stopSequence": 11 }, { "stopId": "BJMALBR1", "stopSequence": 12 }, { "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764570496" }, "departure": { "time": "1764570527" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "stopId": "BJCLESP1", "stopSequence": 15 }, { "stopId": "BJALORR1", "stopSequence": 16 }, { "stopId": "BJPOSTE2", "stopSequence": 17 }, { "stopId": "BJLYCEE2", "stopSequence": 18 }, { "stopId": "BJVAUCA2", "stopSequence": 19 }, { "stopId": "BJEBARB2", "stopSequence": 20 }, { "stopId": "BJHBARB2", "stopSequence": 21 }, { "stopId": "BJVSCOT2", "stopSequence": 22 }, { "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764571381" }, "departure": { "time": "1764571479" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "stopId": "BJROSTA2", "stopSequence": 25 }, { "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764571550" }, "departure": { "time": "1764571584" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764571633" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764571790" }, "departure": { "time": "1764571790" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764571759" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764571910" }, "departure": { "time": "1764571910" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577911", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "935-38027" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:1137-38385", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764572797" }, "departure": { "time": "1764573285" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "stopId": "VFFOUGE2", "stopSequence": 1 }, { "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764573299" }, "departure": { "time": "1764573377" }, "stopId": "VFSORBI2", "stopSequence": 3 }, { "stopId": "VFCSDEL2", "stopSequence": 4 }, { "arrival": { "time": "1764573391" }, "departure": { "time": "1764573492" }, "stopId": "VFETANG2", "stopSequence": 5 }, { "arrival": { "time": "1764573513" }, "departure": { "time": "1764573581" }, "stopId": "VFSTBC2", "stopSequence": 6 }, { "arrival": { "time": "1764573630" }, "departure": { "time": "1764573662" }, "stopId": "VFREPUB2", "stopSequence": 7 }, { "stopId": "VFBOURG2", "stopSequence": 8 }, { "arrival": { "time": "1764573771" }, "departure": { "time": "1764573801" }, "stopId": "VFROCHE2", "stopSequence": 9 }, { "arrival": { "time": "1764573972" }, "departure": { "time": "1764574014" }, "stopId": "VPGARE2", "stopSequence": 10 }, { "arrival": { "time": "1764574063" }, "departure": { "time": "1764574073" }, "stopId": "VPALPES2", "stopSequence": 11 }, { "arrival": { "time": "1764574120" }, "departure": { "time": "1764574149" }, "stopId": "VPMAIRI2", "stopSequence": 12 }, { "arrival": { "time": "1764574185" }, "departure": { "time": "1764574198" }, "stopId": "VPJMOUL2", "stopSequence": 13 }, { "arrival": { "time": "1764574252" }, "departure": { "time": "1764574276" }, "stopId": "VPRIANT2", "stopSequence": 14 }, { "arrival": { "time": "1764574318" }, "departure": { "time": "1764574327" }, "stopId": "VPLOIPE2", "stopSequence": 15 }, { "arrival": { "time": "1764574343" }, "departure": { "time": "1764574372" }, "stopId": "VPARTOI2", "stopSequence": 16 }, { "arrival": { "time": "1764574396" }, "departure": { "time": "1764574428" }, "stopId": "QFMALA2", "stopSequence": 17 }, { "arrival": { "time": "1764574454" }, "departure": { "time": "1764574460" }, "stopId": "QFARRI2", "stopSequence": 18 }, { "arrival": { "time": "1764574473" }, "stopId": "QFMAINE2", "stopSequence": 19 }, { "arrival": { "time": "1764574473" }, "departure": { "time": "1764574525" }, "stopId": "QFBRET2", "stopSequence": 20 }, { "arrival": { "time": "1764574556" }, "departure": { "time": "1764574587" }, "stopId": "QFLAFA2", "stopSequence": 21 }, { "arrival": { "time": "1764574619" }, "departure": { "time": "1764574645" }, "stopId": "QFANJOU2", "stopSequence": 22 }, { "arrival": { "time": "1764574722" }, "departure": { "time": "1764574731" }, "stopId": "QFNOIRE2", "stopSequence": 23 }, { "arrival": { "time": "1764574766" }, "departure": { "time": "1764574775" }, "stopId": "QFMUGUE1", "stopSequence": 24 }, { "arrival": { "time": "1764574800" }, "departure": { "time": "1764574827" }, "stopId": "QFFURIN2", "stopSequence": 25 }, { "arrival": { "time": "1764574847" }, "departure": { "time": "1764574859" }, "stopId": "QFMONUM2", "stopSequence": 26 }, { "arrival": { "time": "1764574876" }, "stopId": "QFGARE1", "stopSequence": 27 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38385" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:927-38827", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDPISCI1", "stopSequence": 0 }, { "stopId": "IDDOISN1", "stopSequence": 1 }, { "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764566600" }, "departure": { "time": "1764566618" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764566657" }, "departure": { "time": "1764566667" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764566679" }, "departure": { "time": "1764566692" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764566730" }, "departure": { "time": "1764566767" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764566788" }, "departure": { "time": "1764566816" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764566893" }, "departure": { "time": "1764566901" }, "stopId": "IDBRANC1", "stopSequence": 8 }, { "arrival": { "time": "1764566934" }, "departure": { "time": "1764566945" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764566981" }, "departure": { "time": "1764566998" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764567017" }, "departure": { "time": "1764567104" }, "stopId": "IDRIMBA1", "stopSequence": 11 }, { "arrival": { "time": "1764567123" }, "departure": { "time": "1764567136" }, "stopId": "IDAPOLL1", "stopSequence": 12 }, { "arrival": { "time": "1764567157" }, "departure": { "time": "1764567173" }, "stopId": "IDMISTR1", "stopSequence": 13 }, { "arrival": { "time": "1764567225" }, "departure": { "time": "1764567323" }, "stopId": "IDRASPE1", "stopSequence": 14 }, { "arrival": { "time": "1764567396" }, "departure": { "time": "1764567409" }, "stopId": "IDALICA1", "stopSequence": 15 }, { "arrival": { "time": "1764567468" }, "departure": { "time": "1764567484" }, "stopId": "IDAPOLL2", "stopSequence": 16 }, { "arrival": { "time": "1764567497" }, "departure": { "time": "1764567502" }, "stopId": "IDRIMBA2", "stopSequence": 17 }, { "arrival": { "time": "1764567660" }, "departure": { "time": "1764567687" }, "stopId": "BJZACHA1", "stopSequence": 18 }, { "arrival": { "time": "1764567745" }, "departure": { "time": "1764567763" }, "stopId": "BJCHFLE3", "stopSequence": 19 }, { "arrival": { "time": "1764567792" }, "departure": { "time": "1764567847" }, "stopId": "BJCHARM1", "stopSequence": 20 }, { "arrival": { "time": "1764567865" }, "departure": { "time": "1764567876" }, "stopId": "BJROSTA1", "stopSequence": 21 }, { "arrival": { "time": "1764567921" }, "departure": { "time": "1764567940" }, "stopId": "BJCHANT1", "stopSequence": 22 }, { "arrival": { "time": "1764567984" }, "departure": { "time": "1764568002" }, "stopId": "BJSTRAU1", "stopSequence": 23 }, { "arrival": { "time": "1764568029" }, "departure": { "time": "1764568047" }, "stopId": "BJVSCOT1", "stopSequence": 24 }, { "arrival": { "time": "1764568077" }, "departure": { "time": "1764568088" }, "stopId": "BJHBARB1", "stopSequence": 25 }, { "arrival": { "time": "1764568116" }, "departure": { "time": "1764568214" }, "stopId": "BJEBARB1", "stopSequence": 26 }, { "arrival": { "time": "1764568280" }, "departure": { "time": "1764568321" }, "stopId": "BJVAUCA1", "stopSequence": 27 }, { "arrival": { "time": "1764568440" }, "departure": { "time": "1764568485" }, "stopId": "BJPMICH2", "stopSequence": 28 }, { "arrival": { "time": "1764568515" }, "departure": { "time": "1764568536" }, "stopId": "BJFOLAT2", "stopSequence": 29 }, { "arrival": { "time": "1764568571" }, "departure": { "time": "1764568581" }, "stopId": "BJEPARG1", "stopSequence": 30 }, { "arrival": { "time": "1764568634" }, "departure": { "time": "1764568669" }, "stopId": "BJPROYA1", "stopSequence": 31 }, { "arrival": { "time": "1764568697" }, "departure": { "time": "1764568705" }, "stopId": "BJCFA1", "stopSequence": 32 }, { "arrival": { "time": "1764568741" }, "departure": { "time": "1764568750" }, "stopId": "RMTILLE1", "stopSequence": 33 }, { "arrival": { "time": "1764568788" }, "departure": { "time": "1764568797" }, "stopId": "RMPHARM2", "stopSequence": 34 }, { "arrival": { "time": "1764568846" }, "departure": { "time": "1764568860" }, "stopId": "RMRPLAC2", "stopSequence": 35 }, { "arrival": { "time": "1764568875" }, "departure": { "time": "1764568894" }, "stopId": "RMHOTLV2", "stopSequence": 36 }, { "stopId": "RMHALLS2", "stopSequence": 37 }, { "stopId": "RMLAVAI2", "stopSequence": 38 }, { "arrival": { "time": "1764569090" }, "departure": { "time": "1764569090" }, "stopId": "RMZAPER2", "stopSequence": 39 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "927-38827" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:1139-38694", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567056" }, "departure": { "time": "1764567930" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764567977" }, "departure": { "time": "1764568041" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "arrival": { "time": "1764568111" }, "departure": { "time": "1764568124" }, "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764568181" }, "departure": { "time": "1764568216" }, "stopId": "VFARMIE1", "stopSequence": 3 }, { "arrival": { "time": "1764568232" }, "departure": { "time": "1764568243" }, "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764568259" }, "departure": { "time": "1764568301" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "arrival": { "time": "1764568337" }, "departure": { "time": "1764568378" }, "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764568462" }, "departure": { "time": "1764568497" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764568529" }, "departure": { "time": "1764568576" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764568624" }, "departure": { "time": "1764568655" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764568692" }, "departure": { "time": "1764568722" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764568744" }, "departure": { "time": "1764568782" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764568825" }, "departure": { "time": "1764568864" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764568887" }, "departure": { "time": "1764568913" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764569020" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764569089" }, "departure": { "time": "1764569096" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "stopId": "VMGUING1", "stopSequence": 17 }, { "stopId": "VMCHATE2", "stopSequence": 18 }, { "stopId": "VMILOTS2", "stopSequence": 19 }, { "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764569505" }, "departure": { "time": "1764569526" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764569609" }, "departure": { "time": "1764569623" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "stopId": "IDSEIGL1", "stopSequence": 24 }, { "stopId": "IDGERMA1", "stopSequence": 25 }, { "stopId": "IDDOISN1", "stopSequence": 26 }, { "stopId": "IDATLAN1", "stopSequence": 27 }, { "arrival": { "time": "1764569950" }, "departure": { "time": "1764570092" }, "stopId": "IDDELOR1", "stopSequence": 28 }, { "stopId": "IDHUBER1", "stopSequence": 29 }, { "stopId": "IDTRUFF1", "stopSequence": 30 }, { "stopId": "IDHOTEL1", "stopSequence": 31 }, { "stopId": "IDADMIN1", "stopSequence": 32 }, { "stopId": "IDCECOM1", "stopSequence": 33 }, { "stopId": "IDGARE1", "stopSequence": 34 }, { "arrival": { "time": "1764570630" }, "departure": { "time": "1764570640" }, "stopId": "IDCHAMP2", "stopSequence": 35 }, { "arrival": { "time": "1764570656" }, "departure": { "time": "1764570669" }, "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764570709" }, "departure": { "time": "1764570715" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764570727" }, "departure": { "time": "1764570748" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764570773" }, "departure": { "time": "1764570799" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764570960" }, "departure": { "time": "1764570960" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38694" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:927-38829", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764573674" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764573745" }, "departure": { "time": "1764573785" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764573811" }, "departure": { "time": "1764573844" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764573942" }, "departure": { "time": "1764573983" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764574061" }, "departure": { "time": "1764574102" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764574135" }, "departure": { "time": "1764574146" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764574164" }, "departure": { "time": "1764574199" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764574285" }, "departure": { "time": "1764574293" }, "stopId": "IDBRANC1", "stopSequence": 8 }, { "arrival": { "time": "1764574322" }, "departure": { "time": "1764574333" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764574364" }, "departure": { "time": "1764574378" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764574391" }, "departure": { "time": "1764574400" }, "stopId": "IDRIMBA1", "stopSequence": 11 }, { "arrival": { "time": "1764574439" }, "departure": { "time": "1764574451" }, "stopId": "IDAPOLL1", "stopSequence": 12 }, { "arrival": { "time": "1764574473" }, "departure": { "time": "1764574487" }, "stopId": "IDMISTR1", "stopSequence": 13 }, { "arrival": { "time": "1764574528" }, "departure": { "time": "1764574534" }, "stopId": "IDRASPE1", "stopSequence": 14 }, { "arrival": { "time": "1764574592" }, "departure": { "time": "1764574603" }, "stopId": "IDALICA1", "stopSequence": 15 }, { "arrival": { "time": "1764574665" }, "departure": { "time": "1764574682" }, "stopId": "IDAPOLL2", "stopSequence": 16 }, { "arrival": { "time": "1764574694" }, "departure": { "time": "1764574705" }, "stopId": "IDRIMBA2", "stopSequence": 17 }, { "arrival": { "time": "1764574850" }, "departure": { "time": "1764574887" }, "stopId": "BJZACHA1", "stopSequence": 18 }, { "arrival": { "time": "1764574969" }, "departure": { "time": "1764574996" }, "stopId": "BJCHFLE3", "stopSequence": 19 }, { "arrival": { "time": "1764575020" }, "departure": { "time": "1764575063" }, "stopId": "BJCHARM1", "stopSequence": 20 }, { "arrival": { "time": "1764575077" }, "departure": { "time": "1764575119" }, "stopId": "BJROSTA1", "stopSequence": 21 }, { "arrival": { "time": "1764575151" }, "departure": { "time": "1764575187" }, "stopId": "BJCHANT1", "stopSequence": 22 }, { "arrival": { "time": "1764575219" }, "departure": { "time": "1764575257" }, "stopId": "BJSTRAU1", "stopSequence": 23 }, { "arrival": { "time": "1764575277" }, "departure": { "time": "1764575343" }, "stopId": "BJVSCOT1", "stopSequence": 24 }, { "arrival": { "time": "1764575363" }, "departure": { "time": "1764575370" }, "stopId": "BJHBARB1", "stopSequence": 25 }, { "arrival": { "time": "1764575402" }, "departure": { "time": "1764575441" }, "stopId": "BJEBARB1", "stopSequence": 26 }, { "arrival": { "time": "1764575489" }, "departure": { "time": "1764575548" }, "stopId": "BJVAUCA1", "stopSequence": 27 }, { "arrival": { "time": "1764575699" }, "departure": { "time": "1764575704" }, "stopId": "BJPMICH2", "stopSequence": 28 }, { "arrival": { "time": "1764575729" }, "departure": { "time": "1764575764" }, "stopId": "BJFOLAT2", "stopSequence": 29 }, { "arrival": { "time": "1764575802" }, "departure": { "time": "1764575831" }, "stopId": "BJEPARG1", "stopSequence": 30 }, { "arrival": { "time": "1764575860" }, "departure": { "time": "1764575902" }, "stopId": "BJPROYA1", "stopSequence": 31 }, { "arrival": { "time": "1764575947" }, "departure": { "time": "1764575989" }, "stopId": "BJCFA1", "stopSequence": 32 }, { "arrival": { "time": "1764576022" }, "departure": { "time": "1764576034" }, "stopId": "RMTILLE1", "stopSequence": 33 }, { "arrival": { "time": "1764576069" }, "departure": { "time": "1764576099" }, "stopId": "RMPHARM2", "stopSequence": 34 }, { "arrival": { "time": "1764576151" }, "departure": { "time": "1764576166" }, "stopId": "RMRPLAC2", "stopSequence": 35 }, { "arrival": { "time": "1764576175" }, "departure": { "time": "1764576192" }, "stopId": "RMHOTLV2", "stopSequence": 36 }, { "arrival": { "time": "1764576223" }, "departure": { "time": "1764576234" }, "stopId": "RMHALLS2", "stopSequence": 37 }, { "arrival": { "time": "1764576254" }, "departure": { "time": "1764576262" }, "stopId": "RMLAVAI2", "stopSequence": 38 }, { "arrival": { "time": "1764576340" }, "stopId": "RMZAPER2", "stopSequence": 39 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "927-38829" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:1159-38797", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764571954" }, "departure": { "time": "1764572055" }, "stopId": "FOMOLLE1", "stopSequence": 0 }, { "arrival": { "time": "1764572180" }, "departure": { "time": "1764572211" }, "stopId": "FOMOLLA2", "stopSequence": 1 }, { "stopId": "FOMAIRI2", "stopSequence": 2 }, { "stopId": "FOMOULI2", "stopSequence": 3 }, { "stopId": "VFHUDSO2", "stopSequence": 4 }, { "stopId": "VFQUINC2", "stopSequence": 5 }, { "stopId": "VFFOUGH2", "stopSequence": 6 }, { "stopId": "VFESSAR2", "stopSequence": 7 }, { "stopId": "VFCHENE2", "stopSequence": 8 }, { "arrival": { "time": "1764572891" }, "departure": { "time": "1764572905" }, "stopId": "VFAUBEP2", "stopSequence": 9 }, { "arrival": { "time": "1764572930" }, "departure": { "time": "1764572948" }, "stopId": "VFHALLE2", "stopSequence": 10 }, { "arrival": { "time": "1764572974" }, "departure": { "time": "1764573056" }, "stopId": "VFEUROP2", "stopSequence": 11 }, { "stopId": "VFFOUGE2", "stopSequence": 12 }, { "stopId": "VFSTADE2", "stopSequence": 13 }, { "arrival": { "time": "1764573304" }, "departure": { "time": "1764573337" }, "stopId": "VFSORBI2", "stopSequence": 14 }, { "arrival": { "time": "1764573355" }, "stopId": "VFCSDEL2", "stopSequence": 15 }, { "arrival": { "time": "1764573399" }, "departure": { "time": "1764573450" }, "stopId": "VFETANG2", "stopSequence": 16 }, { "arrival": { "time": "1764573585" }, "stopId": "VFSTBC3", "stopSequence": 17 } ], "timestamp": "1764577907", "trip": { "routeId": "DELVIN", "scheduleRelationship": "SCHEDULED", "tripId": "1159-38797" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:922-38813", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764563923" }, "departure": { "time": "1764564566" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764564608" }, "departure": { "time": "1764564646" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764564676" }, "departure": { "time": "1764564686" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764564737" }, "departure": { "time": "1764564750" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764564790" }, "departure": { "time": "1764564858" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764564866" }, "departure": { "time": "1764564883" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764564920" }, "departure": { "time": "1764564933" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764564953" }, "departure": { "time": "1764564969" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764565089" }, "departure": { "time": "1764565096" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764565327" }, "departure": { "time": "1764565343" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764565416" }, "departure": { "time": "1764565434" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764565472" }, "departure": { "time": "1764565510" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764565664" }, "departure": { "time": "1764565679" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764565759" }, "departure": { "time": "1764565782" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "arrival": { "time": "1764565816" }, "departure": { "time": "1764565887" }, "stopId": "BJCHARM1", "stopSequence": 14 }, { "arrival": { "time": "1764565904" }, "departure": { "time": "1764565928" }, "stopId": "BJROSTA1", "stopSequence": 15 }, { "arrival": { "time": "1764565965" }, "departure": { "time": "1764565997" }, "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764566039" }, "departure": { "time": "1764566065" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "arrival": { "time": "1764566100" }, "departure": { "time": "1764566124" }, "stopId": "BJVSCOT1", "stopSequence": 18 }, { "arrival": { "time": "1764566153" }, "departure": { "time": "1764566181" }, "stopId": "BJHBARB1", "stopSequence": 19 }, { "arrival": { "time": "1764566211" }, "departure": { "time": "1764566247" }, "stopId": "BJEBARB1", "stopSequence": 20 }, { "arrival": { "time": "1764566314" }, "departure": { "time": "1764566382" }, "stopId": "BJVAUCA1", "stopSequence": 21 }, { "arrival": { "time": "1764566471" }, "departure": { "time": "1764566491" }, "stopId": "BJPMICH2", "stopSequence": 22 }, { "arrival": { "time": "1764566522" }, "departure": { "time": "1764566555" }, "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764566593" }, "departure": { "time": "1764566627" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764566665" }, "departure": { "time": "1764566676" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764566696" }, "departure": { "time": "1764566712" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "arrival": { "time": "1764566725" }, "departure": { "time": "1764566738" }, "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764566761" }, "departure": { "time": "1764566780" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "arrival": { "time": "1764566905" }, "departure": { "time": "1764566918" }, "stopId": "BJRIVET1", "stopSequence": 29 }, { "arrival": { "time": "1764567158" }, "departure": { "time": "1764567163" }, "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764567045" }, "departure": { "time": "1764567092" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "arrival": { "time": "1764567229" }, "departure": { "time": "1764567263" }, "stopId": "NVRUFF2", "stopSequence": 32 }, { "arrival": { "time": "1764567334" }, "departure": { "time": "1764567346" }, "stopId": "NVPONTA2", "stopSequence": 33 }, { "arrival": { "time": "1764567391" }, "departure": { "time": "1764567402" }, "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764567470" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764577910", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "922-38813" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:926-36243", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764566020" }, "departure": { "time": "1764566119" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764566155" }, "departure": { "time": "1764566172" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764566214" }, "departure": { "time": "1764566221" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764566233" }, "departure": { "time": "1764566265" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764566270" }, "departure": { "time": "1764566324" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764566355" }, "departure": { "time": "1764566363" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764566392" }, "departure": { "time": "1764566444" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764566526" }, "departure": { "time": "1764566538" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764566739" }, "departure": { "time": "1764566752" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764566821" }, "departure": { "time": "1764566835" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764566866" }, "departure": { "time": "1764566899" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764567093" }, "departure": { "time": "1764567127" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764567152" }, "departure": { "time": "1764567184" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764567284" }, "departure": { "time": "1764567317" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764567339" }, "departure": { "time": "1764567353" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764567413" }, "departure": { "time": "1764567428" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764567464" }, "departure": { "time": "1764567476" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764567520" }, "departure": { "time": "1764567530" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764567571" }, "departure": { "time": "1764567583" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764567636" }, "departure": { "time": "1764567644" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764567681" }, "departure": { "time": "1764567928" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764567953" }, "departure": { "time": "1764567993" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764568060" }, "departure": { "time": "1764568202" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764568213" }, "departure": { "time": "1764568231" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764568282" }, "departure": { "time": "1764568303" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764568324" }, "departure": { "time": "1764568338" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764568412" }, "departure": { "time": "1764568419" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764568477" }, "departure": { "time": "1764568508" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764568526" }, "departure": { "time": "1764568536" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764568561" }, "departure": { "time": "1764568572" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764568595" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "926-36243" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:1137-38315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764562071" }, "stopId": "VFSTBC1", "stopSequence": 0 }, { "arrival": { "time": "1764562399" }, "departure": { "time": "1764562405" }, "stopId": "VFSTADE1", "stopSequence": 1 }, { "arrival": { "time": "1764562441" }, "departure": { "time": "1764562456" }, "stopId": "VFFOUGE1", "stopSequence": 2 }, { "arrival": { "time": "1764562473" }, "departure": { "time": "1764562509" }, "stopId": "VFEUROP1", "stopSequence": 3 }, { "arrival": { "time": "1764562602" }, "departure": { "time": "1764562641" }, "stopId": "VFHUDSO2", "stopSequence": 4 }, { "arrival": { "time": "1764562677" }, "departure": { "time": "1764562725" }, "stopId": "VFQUINC2", "stopSequence": 5 }, { "arrival": { "time": "1764562766" }, "departure": { "time": "1764562805" }, "stopId": "VFFOUGH2", "stopSequence": 6 }, { "arrival": { "time": "1764562808" }, "departure": { "time": "1764562823" }, "stopId": "VFESSAR2", "stopSequence": 7 }, { "arrival": { "time": "1764562836" }, "departure": { "time": "1764562848" }, "stopId": "VFCHENE2", "stopSequence": 8 }, { "arrival": { "time": "1764562851" }, "departure": { "time": "1764562888" }, "stopId": "VFAUBEP2", "stopSequence": 9 }, { "arrival": { "time": "1764562912" }, "departure": { "time": "1764562925" }, "stopId": "VFHALLE2", "stopSequence": 10 }, { "arrival": { "time": "1764562945" }, "stopId": "VFEUROP2", "stopSequence": 11 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38315" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:8_0_4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577897" }, "stopId": "VFSTBC4", "stopSequence": 0 }, { "arrival": { "time": "1764577970" }, "departure": { "time": "1764577970" }, "stopId": "VFREPUB2", "stopSequence": 1 }, { "arrival": { "time": "1764577970" }, "departure": { "time": "1764577970" }, "stopId": "VFBOURG2", "stopSequence": 2 }, { "arrival": { "time": "1764578090" }, "departure": { "time": "1764578090" }, "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764578270" }, "departure": { "time": "1764578270" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "arrival": { "time": "1764578570" }, "departure": { "time": "1764578570" }, "stopId": "VFTECHO2", "stopSequence": 5 }, { "arrival": { "time": "1764578690" }, "departure": { "time": "1764578690" }, "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764578750" }, "departure": { "time": "1764578750" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764578750" }, "departure": { "time": "1764578750" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764578810" }, "departure": { "time": "1764578810" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764578870" }, "departure": { "time": "1764578870" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764578930" }, "departure": { "time": "1764578930" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764578930" }, "departure": { "time": "1764578930" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764578990" }, "departure": { "time": "1764578990" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764579110" }, "departure": { "time": "1764579110" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764579230" }, "departure": { "time": "1764579230" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "arrival": { "time": "1764579350" }, "departure": { "time": "1764579350" }, "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764579470" }, "departure": { "time": "1764579470" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "arrival": { "time": "1764579710" }, "departure": { "time": "1764579710" }, "stopId": "BJGRIPR1", "stopSequence": 18 }, { "arrival": { "time": "1764580010" }, "departure": { "time": "1764580010" }, "stopId": "BJMEDHO2", "stopSequence": 19 }, { "arrival": { "time": "1764580070" }, "departure": { "time": "1764580070" }, "stopId": "BJMEDCL2", "stopSequence": 20 }, { "arrival": { "time": "1764580130" }, "departure": { "time": "1764580130" }, "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764580250" }, "departure": { "time": "1764580250" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "arrival": { "time": "1764580310" }, "departure": { "time": "1764580310" }, "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764580370" }, "departure": { "time": "1764580370" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764580430" }, "departure": { "time": "1764580430" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764580490" }, "departure": { "time": "1764580490" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764580550" }, "departure": { "time": "1764580550" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764580670" }, "departure": { "time": "1764580670" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "arrival": { "time": "1764580730" }, "departure": { "time": "1764580730" }, "stopId": "BJCHARM1", "stopSequence": 29 }, { "arrival": { "time": "1764580790" }, "departure": { "time": "1764580790" }, "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764580850" }, "departure": { "time": "1764580850" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764580970" }, "departure": { "time": "1764580970" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764577906", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_4" }, "vehicle": { "id": "636a2e23c520d5a13c77e6c9", "label": "1312", "licensePlate": "AZ-715-MJ" } } }, { "id": "trip:933-37605", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "SSFLOS1", "stopSequence": 0 }, { "stopId": "SSSMART1", "stopSequence": 1 }, { "arrival": { "time": "1764568108" }, "departure": { "time": "1764568143" }, "stopId": "SSZONEA1", "stopSequence": 2 }, { "arrival": { "time": "1764568209" }, "departure": { "time": "1764568219" }, "stopId": "SSPRECH1", "stopSequence": 3 }, { "arrival": { "time": "1764568359" }, "departure": { "time": "1764568427" }, "stopId": "SSEGLIS1", "stopSequence": 4 }, { "arrival": { "time": "1764568509" }, "departure": { "time": "1764568540" }, "stopId": "SSTRUIT1", "stopSequence": 5 }, { "arrival": { "time": "1764568756" }, "departure": { "time": "1764568773" }, "stopId": "SSDEMPT2", "stopSequence": 6 }, { "arrival": { "time": "1764568897" }, "departure": { "time": "1764569032" }, "stopId": "SSECOLC1", "stopSequence": 7 }, { "stopId": "SSDEMPT1", "stopSequence": 8 }, { "stopId": "SSMOLLA1", "stopSequence": 9 }, { "stopId": "BJBERNA1", "stopSequence": 10 }, { "stopId": "BJMTBER1", "stopSequence": 11 }, { "stopId": "BJLOUP3", "stopSequence": 12 }, { "stopId": "BJPLATE1", "stopSequence": 13 }, { "stopId": "BJRIVOI1", "stopSequence": 14 }, { "stopId": "BJBELVE1", "stopSequence": 15 }, { "arrival": { "time": "1764569845" }, "departure": { "time": "1764569912" }, "stopId": "BJBELRI2", "stopSequence": 16 }, { "stopId": "BJMAS1", "stopSequence": 17 }, { "stopId": "BJTONKI2", "stopSequence": 18 }, { "arrival": { "time": "1764570000" }, "departure": { "time": "1764570137" }, "stopId": "BJSQUAR2", "stopSequence": 19 }, { "stopId": "BJPREBE2", "stopSequence": 20 }, { "stopId": "BJCOPRE2", "stopSequence": 21 }, { "stopId": "BJPISCI2", "stopSequence": 22 }, { "arrival": { "time": "1764570276" }, "departure": { "time": "1764570391" }, "stopId": "BJEPARG2", "stopSequence": 23 }, { "stopId": "BJFOLAT1", "stopSequence": 24 }, { "stopId": "BJPMICH1", "stopSequence": 25 }, { "stopId": "BJLYCEE1", "stopSequence": 26 }, { "stopId": "BJPOSTE1", "stopSequence": 27 }, { "arrival": { "time": "1764570750" }, "stopId": "BJJARDI2", "stopSequence": 28 }, { "arrival": { "time": "1764571031" }, "stopId": "BJPLANB1", "stopSequence": 29 } ], "timestamp": "1764577911", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "933-37605" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:1144-38245", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567595" }, "departure": { "time": "1764567652" }, "stopId": "VFSTBC4", "stopSequence": 0 }, { "arrival": { "time": "1764567696" }, "departure": { "time": "1764567719" }, "stopId": "VFREPUB2", "stopSequence": 1 }, { "arrival": { "time": "1764567751" }, "departure": { "time": "1764567802" }, "stopId": "VFBOURG2", "stopSequence": 2 }, { "arrival": { "time": "1764567868" }, "departure": { "time": "1764567903" }, "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764567986" }, "departure": { "time": "1764568027" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "arrival": { "time": "1764568168" }, "departure": { "time": "1764568175" }, "stopId": "VFTECHO2", "stopSequence": 5 }, { "arrival": { "time": "1764568264" }, "departure": { "time": "1764568274" }, "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764568319" }, "departure": { "time": "1764568327" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764568377" }, "departure": { "time": "1764568405" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764568417" }, "departure": { "time": "1764568427" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764568469" }, "departure": { "time": "1764568477" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764568509" }, "departure": { "time": "1764568526" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764568543" }, "departure": { "time": "1764568557" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764568599" }, "departure": { "time": "1764568747" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764568761" }, "departure": { "time": "1764568768" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764568933" }, "departure": { "time": "1764569163" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "stopId": "BJGRIPR1", "stopSequence": 18 }, { "stopId": "BJMEDHO2", "stopSequence": 19 }, { "stopId": "BJMEDCL2", "stopSequence": 20 }, { "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764569584" }, "departure": { "time": "1764569592" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "stopId": "BJPALAI2", "stopSequence": 23 }, { "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764569730" }, "departure": { "time": "1764569804" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764569845" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764569891" }, "departure": { "time": "1764569902" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "stopId": "BJCHARM1", "stopSequence": 29 }, { "stopId": "BJROSTA1", "stopSequence": 30 }, { "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764570152" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764577909", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "1144-38245" }, "vehicle": { "id": "636a2e22c520d5a13c77e618", "label": "1524", "licensePlate": "DH-568-HA" } } }, { "id": "trip:1139-38710", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764571265" }, "departure": { "time": "1764571280" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "stopId": "IDPVINC1", "stopSequence": 2 }, { "stopId": "IDVICAT1", "stopSequence": 3 }, { "stopId": "IDCHAMP1", "stopSequence": 4 }, { "stopId": "IDGARE1", "stopSequence": 5 }, { "stopId": "IDCECOM2", "stopSequence": 6 }, { "stopId": "IDADMIN2", "stopSequence": 7 }, { "stopId": "IDHOTEL2", "stopSequence": 8 }, { "stopId": "IDTRUFF2", "stopSequence": 9 }, { "stopId": "IDHUBER2", "stopSequence": 10 }, { "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764572308" }, "departure": { "time": "1764572374" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764572403" }, "departure": { "time": "1764572410" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "stopId": "IDGERMA2", "stopSequence": 14 }, { "stopId": "IDSEIGL2", "stopSequence": 15 }, { "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764572839" }, "departure": { "time": "1764572851" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764572905" }, "departure": { "time": "1764572923" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764572945" }, "departure": { "time": "1764573051" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "stopId": "VMILOTS1", "stopSequence": 20 }, { "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764573151" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764573192" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764573250" }, "departure": { "time": "1764573278" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764573340" }, "departure": { "time": "1764573456" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764573472" }, "departure": { "time": "1764573500" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764573538" }, "departure": { "time": "1764573580" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764573624" }, "departure": { "time": "1764573682" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764573715" }, "departure": { "time": "1764573748" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764573782" }, "departure": { "time": "1764573838" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764573893" }, "departure": { "time": "1764573947" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764573972" }, "departure": { "time": "1764573980" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764574061" }, "departure": { "time": "1764574134" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764574167" }, "departure": { "time": "1764574182" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764574209" }, "departure": { "time": "1764574219" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764574240" }, "departure": { "time": "1764574254" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764574283" }, "departure": { "time": "1764574329" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764574385" }, "departure": { "time": "1764574416" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764574456" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38710" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:1137-38329", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764570281" }, "departure": { "time": "1764570327" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764570344" }, "departure": { "time": "1764570381" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "stopId": "QFFURIN1", "stopSequence": 2 }, { "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764570570" }, "departure": { "time": "1764570579" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "stopId": "QFNOIRE1", "stopSequence": 5 }, { "stopId": "QFANJOU3", "stopSequence": 6 }, { "stopId": "QFLAFA1", "stopSequence": 7 }, { "arrival": { "time": "1764570802" }, "departure": { "time": "1764570877" }, "stopId": "QFBRET1", "stopSequence": 8 }, { "stopId": "QFMAINE1", "stopSequence": 9 }, { "stopId": "QFARRI1", "stopSequence": 10 }, { "arrival": { "time": "1764570897" }, "departure": { "time": "1764570905" }, "stopId": "QFMALA1", "stopSequence": 11 }, { "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764570971" }, "departure": { "time": "1764571087" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "stopId": "VPRIANT1", "stopSequence": 14 }, { "stopId": "VPJMOUL1", "stopSequence": 15 }, { "stopId": "VPMAIRI1", "stopSequence": 16 }, { "stopId": "VPGARE1", "stopSequence": 17 }, { "arrival": { "time": "1764571596" }, "departure": { "time": "1764571671" }, "stopId": "VFROCHE1", "stopSequence": 18 }, { "arrival": { "time": "1764571776" }, "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764571807" }, "departure": { "time": "1764571841" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "stopId": "VFSTBC1", "stopSequence": 21 }, { "stopId": "VFSTADE1", "stopSequence": 22 }, { "stopId": "VFFOUGE1", "stopSequence": 23 }, { "arrival": { "time": "1764572311" }, "stopId": "VFEUROP1", "stopSequence": 24 }, { "stopId": "VFHUDSO2", "stopSequence": 25 }, { "arrival": { "time": "1764572524" }, "departure": { "time": "1764572587" }, "stopId": "VFQUINC2", "stopSequence": 26 }, { "stopId": "VFFOUGH2", "stopSequence": 27 }, { "stopId": "VFESSAR2", "stopSequence": 28 }, { "stopId": "VFCHENE2", "stopSequence": 29 }, { "stopId": "VFAUBEP2", "stopSequence": 30 }, { "arrival": { "time": "1764572766" }, "departure": { "time": "1764572776" }, "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764572796" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38329" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:8_0_2", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC4", "stopSequence": 0 }, { "stopId": "VFREPUB2", "stopSequence": 1 }, { "stopId": "VFBOURG2", "stopSequence": 2 }, { "stopId": "VFROCHE2", "stopSequence": 3 }, { "stopId": "VPGARE2", "stopSequence": 4 }, { "stopId": "VFTECHO2", "stopSequence": 5 }, { "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764575324" }, "departure": { "time": "1764575335" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764575386" }, "departure": { "time": "1764575397" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764575409" }, "departure": { "time": "1764575419" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764575468" }, "departure": { "time": "1764575483" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764575529" }, "departure": { "time": "1764575543" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764575564" }, "departure": { "time": "1764575580" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764575615" }, "departure": { "time": "1764575623" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764575674" }, "departure": { "time": "1764575685" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764575776" }, "departure": { "time": "1764575783" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "arrival": { "time": "1764575859" }, "departure": { "time": "1764575868" }, "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764575937" }, "departure": { "time": "1764575964" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "arrival": { "time": "1764576128" }, "departure": { "time": "1764576181" }, "stopId": "BJGRIPR1", "stopSequence": 18 }, { "arrival": { "time": "1764576322" }, "departure": { "time": "1764576358" }, "stopId": "BJMEDHO2", "stopSequence": 19 }, { "arrival": { "time": "1764576372" }, "departure": { "time": "1764576403" }, "stopId": "BJMEDCL2", "stopSequence": 20 }, { "arrival": { "time": "1764576465" }, "departure": { "time": "1764576476" }, "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764576540" }, "departure": { "time": "1764576546" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "arrival": { "time": "1764576573" }, "departure": { "time": "1764576600" }, "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764576623" }, "departure": { "time": "1764576658" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764576703" }, "departure": { "time": "1764576714" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764576743" }, "departure": { "time": "1764576762" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764576802" }, "departure": { "time": "1764576811" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764576848" }, "departure": { "time": "1764576859" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "arrival": { "time": "1764576903" }, "departure": { "time": "1764576934" }, "stopId": "BJCHARM1", "stopSequence": 29 }, { "arrival": { "time": "1764576951" }, "departure": { "time": "1764576959" }, "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764577016" }, "departure": { "time": "1764577025" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764577066" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764577909", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_2" }, "vehicle": { "id": "636a2e22c520d5a13c77e618", "label": "1524", "licensePlate": "DH-568-HA" } } }, { "id": "trip:925-36332", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764566251" }, "departure": { "time": "1764566279" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764566303" }, "departure": { "time": "1764566341" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764566351" }, "departure": { "time": "1764566366" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764566405" }, "departure": { "time": "1764566437" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764566470" }, "departure": { "time": "1764566482" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764566524" }, "departure": { "time": "1764566539" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764566562" }, "departure": { "time": "1764566592" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764566681" }, "departure": { "time": "1764566689" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764566696" }, "departure": { "time": "1764566837" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764566929" }, "departure": { "time": "1764566943" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764566958" }, "departure": { "time": "1764567143" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764567164" }, "departure": { "time": "1764567212" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764567261" }, "departure": { "time": "1764567270" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764567317" }, "departure": { "time": "1764567330" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764567368" }, "departure": { "time": "1764567381" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764567410" }, "departure": { "time": "1764567447" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764567496" }, "departure": { "time": "1764567503" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764567531" }, "departure": { "time": "1764567575" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764567664" }, "departure": { "time": "1764567693" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764567724" }, "departure": { "time": "1764567737" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764567987" }, "departure": { "time": "1764567999" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764568037" }, "departure": { "time": "1764568070" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764568147" }, "departure": { "time": "1764568159" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764568261" }, "departure": { "time": "1764568276" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764568467" }, "departure": { "time": "1764568479" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764568513" }, "departure": { "time": "1764568523" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764568565" }, "departure": { "time": "1764568578" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764568579" }, "departure": { "time": "1764568602" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764568614" }, "departure": { "time": "1764568626" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764568668" }, "departure": { "time": "1764568684" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764568717" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "925-36332" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:1136-38764", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764561712" }, "departure": { "time": "1764561782" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764561827" }, "departure": { "time": "1764561840" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764561856" }, "departure": { "time": "1764561877" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764561903" }, "departure": { "time": "1764561923" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764561947" }, "departure": { "time": "1764561956" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764562059" }, "departure": { "time": "1764562073" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764562208" }, "departure": { "time": "1764562216" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764562256" }, "departure": { "time": "1764562291" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764562301" }, "departure": { "time": "1764562315" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764562343" }, "departure": { "time": "1764562350" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764562413" }, "departure": { "time": "1764562511" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764562536" }, "departure": { "time": "1764562543" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764562641" }, "departure": { "time": "1764562651" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764562751" }, "departure": { "time": "1764562759" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764562833" }, "departure": { "time": "1764562862" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764563085" }, "departure": { "time": "1764563110" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764563234" }, "departure": { "time": "1764563244" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764563271" }, "departure": { "time": "1764563308" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764563326" }, "departure": { "time": "1764563331" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764563468" }, "departure": { "time": "1764563479" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764563493" }, "departure": { "time": "1764563509" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764563561" }, "departure": { "time": "1764563606" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764563630" }, "departure": { "time": "1764563651" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764563699" }, "departure": { "time": "1764563737" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764563769" }, "departure": { "time": "1764563806" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764563862" }, "departure": { "time": "1764563874" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764563905" }, "departure": { "time": "1764563918" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764563957" }, "departure": { "time": "1764563966" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764564038" }, "departure": { "time": "1764564049" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764564071" }, "departure": { "time": "1764564079" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764564115" }, "departure": { "time": "1764564126" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764564140" }, "departure": { "time": "1764564155" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764564171" }, "departure": { "time": "1764564186" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764564196" }, "departure": { "time": "1764564228" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764564242" }, "departure": { "time": "1764564254" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764564254" }, "departure": { "time": "1764564268" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764564395" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38764" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:922-38858", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764574939" }, "departure": { "time": "1764575419" }, "stopId": "NVPLACE1", "stopSequence": 0 }, { "arrival": { "time": "1764575544" }, "departure": { "time": "1764575590" }, "stopId": "NVBASV1", "stopSequence": 1 }, { "arrival": { "time": "1764575635" }, "departure": { "time": "1764575666" }, "stopId": "NVPONTA1", "stopSequence": 2 }, { "arrival": { "time": "1764575723" }, "departure": { "time": "1764575764" }, "stopId": "NVRUFF1", "stopSequence": 3 }, { "arrival": { "time": "1764575877" }, "departure": { "time": "1764575910" }, "stopId": "BJBOUSS1", "stopSequence": 4 }, { "arrival": { "time": "1764575944" }, "departure": { "time": "1764575958" }, "stopId": "BJMBLAN2", "stopSequence": 5 }, { "arrival": { "time": "1764575990" }, "departure": { "time": "1764576069" }, "stopId": "BJRIVET2", "stopSequence": 6 }, { "arrival": { "time": "1764576191" }, "departure": { "time": "1764576231" }, "stopId": "BJCHAMP2", "stopSequence": 7 }, { "arrival": { "time": "1764576251" }, "departure": { "time": "1764576291" }, "stopId": "BJTOUR2", "stopSequence": 8 }, { "arrival": { "time": "1764576312" }, "departure": { "time": "1764576328" }, "stopId": "BJMOULI2", "stopSequence": 9 }, { "arrival": { "time": "1764576366" }, "departure": { "time": "1764576423" }, "stopId": "BJPROYA2", "stopSequence": 10 }, { "arrival": { "time": "1764576462" }, "departure": { "time": "1764576512" }, "stopId": "BJEPARG2", "stopSequence": 11 }, { "arrival": { "time": "1764576562" }, "departure": { "time": "1764576626" }, "stopId": "BJFOLAT1", "stopSequence": 12 }, { "arrival": { "time": "1764576653" }, "departure": { "time": "1764576697" }, "stopId": "BJPMICH1", "stopSequence": 13 }, { "arrival": { "time": "1764576764" }, "departure": { "time": "1764576824" }, "stopId": "BJVAUCA2", "stopSequence": 14 }, { "arrival": { "time": "1764576885" }, "departure": { "time": "1764576929" }, "stopId": "BJEBARB2", "stopSequence": 15 }, { "arrival": { "time": "1764576961" }, "departure": { "time": "1764576967" }, "stopId": "BJHBARB2", "stopSequence": 16 }, { "arrival": { "time": "1764577000" }, "departure": { "time": "1764577031" }, "stopId": "BJVSCOT2", "stopSequence": 17 }, { "arrival": { "time": "1764577063" }, "departure": { "time": "1764577075" }, "stopId": "BJSTRAU2", "stopSequence": 18 }, { "arrival": { "time": "1764577106" }, "departure": { "time": "1764577142" }, "stopId": "BJCHANT2", "stopSequence": 19 }, { "arrival": { "time": "1764577171" }, "departure": { "time": "1764577202" }, "stopId": "BJROSTA2", "stopSequence": 20 }, { "arrival": { "time": "1764577220" }, "departure": { "time": "1764577249" }, "stopId": "BJCHARM2", "stopSequence": 21 }, { "arrival": { "time": "1764577270" }, "departure": { "time": "1764577288" }, "stopId": "BJCHFLE2", "stopSequence": 22 }, { "arrival": { "time": "1764577452" }, "departure": { "time": "1764577462" }, "stopId": "BJZACHA2", "stopSequence": 23 }, { "arrival": { "time": "1764577605" }, "departure": { "time": "1764577619" }, "stopId": "IDPLOUV2", "stopSequence": 24 }, { "arrival": { "time": "1764577652" }, "departure": { "time": "1764577693" }, "stopId": "IDCHASS2", "stopSequence": 25 }, { "arrival": { "time": "1764577765" }, "departure": { "time": "1764577795" }, "stopId": "IDSAYES2", "stopSequence": 26 }, { "arrival": { "time": "1764577892" }, "departure": { "time": "1764577901" }, "stopId": "IDCECOM2", "stopSequence": 27 }, { "arrival": { "time": "1764578020" }, "departure": { "time": "1764578020" }, "stopId": "IDADMIN2", "stopSequence": 28 }, { "arrival": { "time": "1764578020" }, "departure": { "time": "1764578020" }, "stopId": "IDHOTEL2", "stopSequence": 29 }, { "arrival": { "time": "1764578140" }, "departure": { "time": "1764578140" }, "stopId": "IDTRUFF2", "stopSequence": 30 }, { "arrival": { "time": "1764578140" }, "departure": { "time": "1764578140" }, "stopId": "IDHUBER2", "stopSequence": 31 }, { "arrival": { "time": "1764578260" }, "departure": { "time": "1764578260" }, "stopId": "IDDELOR2", "stopSequence": 32 }, { "arrival": { "time": "1764578320" }, "departure": { "time": "1764578320" }, "stopId": "IDATLAN2", "stopSequence": 33 }, { "arrival": { "time": "1764578380" }, "departure": { "time": "1764578380" }, "stopId": "IDDOISN2", "stopSequence": 34 }, { "arrival": { "time": "1764578440" }, "departure": { "time": "1764578440" }, "stopId": "IDPISCI2", "stopSequence": 35 } ], "timestamp": "1764577910", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "922-38858" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:1159-38794", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764573586" }, "stopId": "VFSTBC3", "stopSequence": 0 }, { "arrival": { "time": "1764605630" }, "departure": { "time": "1764605630" }, "stopId": "VFETANG1", "stopSequence": 1 }, { "arrival": { "time": "1764605690" }, "departure": { "time": "1764605690" }, "stopId": "VFCSDEL1", "stopSequence": 2 }, { "arrival": { "time": "1764605750" }, "departure": { "time": "1764605750" }, "stopId": "VFSORBI1", "stopSequence": 3 }, { "arrival": { "time": "1764605930" }, "departure": { "time": "1764605930" }, "stopId": "VFSTADE1", "stopSequence": 4 }, { "arrival": { "time": "1764605990" }, "departure": { "time": "1764605990" }, "stopId": "VFFOUGE1", "stopSequence": 5 }, { "arrival": { "time": "1764606050" }, "departure": { "time": "1764606050" }, "stopId": "VFEUROP1", "stopSequence": 6 }, { "arrival": { "time": "1764606170" }, "departure": { "time": "1764606170" }, "stopId": "VFHUDSO2", "stopSequence": 7 }, { "arrival": { "time": "1764606230" }, "departure": { "time": "1764606230" }, "stopId": "VFQUINC2", "stopSequence": 8 }, { "arrival": { "time": "1764606350" }, "departure": { "time": "1764606350" }, "stopId": "VFCOLOM1", "stopSequence": 9 }, { "arrival": { "time": "1764606590" }, "departure": { "time": "1764606590" }, "stopId": "FOMOULI1", "stopSequence": 10 }, { "arrival": { "time": "1764606650" }, "departure": { "time": "1764606650" }, "stopId": "FOMAIRI1", "stopSequence": 11 }, { "arrival": { "time": "1764606710" }, "departure": { "time": "1764606710" }, "stopId": "FOMOLLA1", "stopSequence": 12 }, { "arrival": { "time": "1764607130" }, "departure": { "time": "1764607130" }, "stopId": "FOMOLLE1", "stopSequence": 13 } ], "timestamp": "1764577907", "trip": { "routeId": "DELVIN", "scheduleRelationship": "SCHEDULED", "tripId": "1159-38794" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:932-38857", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764571277" }, "stopId": "NVPLACE1", "stopSequence": 0 }, { "arrival": { "time": "1764571955" }, "departure": { "time": "1764571996" }, "stopId": "NVBASV1", "stopSequence": 1 }, { "arrival": { "time": "1764572053" }, "departure": { "time": "1764572105" }, "stopId": "NVPONTA1", "stopSequence": 2 }, { "arrival": { "time": "1764572173" }, "departure": { "time": "1764572204" }, "stopId": "NVRUFF1", "stopSequence": 3 }, { "arrival": { "time": "1764572334" }, "departure": { "time": "1764572468" }, "stopId": "BJBOUSS1", "stopSequence": 4 }, { "stopId": "BJMBLAN2", "stopSequence": 5 }, { "stopId": "BJRIVET2", "stopSequence": 6 }, { "arrival": { "time": "1764572659" }, "departure": { "time": "1764572706" }, "stopId": "BJCHAMP2", "stopSequence": 7 }, { "arrival": { "time": "1764572731" }, "departure": { "time": "1764572776" }, "stopId": "BJTOUR2", "stopSequence": 8 }, { "stopId": "BJMOULI2", "stopSequence": 9 }, { "stopId": "BJPROYA2", "stopSequence": 10 }, { "arrival": { "time": "1764572976" }, "stopId": "BJEPARG2", "stopSequence": 11 }, { "arrival": { "time": "1764573076" }, "stopId": "BJFOLAT1", "stopSequence": 12 }, { "arrival": { "time": "1764573157" }, "departure": { "time": "1764573195" }, "stopId": "BJPMICH1", "stopSequence": 13 }, { "stopId": "BJVAUCA2", "stopSequence": 14 }, { "arrival": { "time": "1764573347" }, "departure": { "time": "1764573450" }, "stopId": "BJEBARB2", "stopSequence": 15 }, { "arrival": { "time": "1764573489" }, "stopId": "BJHBARB2", "stopSequence": 16 }, { "arrival": { "time": "1764573534" }, "departure": { "time": "1764573617" }, "stopId": "BJVSCOT2", "stopSequence": 17 }, { "stopId": "BJSTRAU2", "stopSequence": 18 }, { "stopId": "BJCHANT2", "stopSequence": 19 }, { "arrival": { "time": "1764573743" }, "stopId": "BJROSTA2", "stopSequence": 20 }, { "arrival": { "time": "1764573804" }, "departure": { "time": "1764574018" }, "stopId": "BJCHARM2", "stopSequence": 21 }, { "stopId": "BJCHFLE2", "stopSequence": 22 }, { "arrival": { "time": "1764574031" }, "departure": { "time": "1764574042" }, "stopId": "BJZACHA2", "stopSequence": 23 }, { "arrival": { "time": "1764574193" }, "departure": { "time": "1764574204" }, "stopId": "IDRIMBA1", "stopSequence": 24 }, { "arrival": { "time": "1764574273" }, "departure": { "time": "1764574307" }, "stopId": "IDAPOLL1", "stopSequence": 25 }, { "arrival": { "time": "1764574337" }, "departure": { "time": "1764574370" }, "stopId": "IDMISTR1", "stopSequence": 26 }, { "arrival": { "time": "1764574413" }, "departure": { "time": "1764574425" }, "stopId": "IDRASPE1", "stopSequence": 27 }, { "arrival": { "time": "1764574494" }, "departure": { "time": "1764574534" }, "stopId": "IDALICA1", "stopSequence": 28 }, { "arrival": { "time": "1764574660" }, "departure": { "time": "1764574675" }, "stopId": "IDAPOLL2", "stopSequence": 29 }, { "arrival": { "time": "1764574685" }, "departure": { "time": "1764574698" }, "stopId": "IDRIMBA2", "stopSequence": 30 }, { "arrival": { "time": "1764574717" }, "departure": { "time": "1764574728" }, "stopId": "IDPLOUV2", "stopSequence": 31 }, { "arrival": { "time": "1764574770" }, "departure": { "time": "1764574811" }, "stopId": "IDCHASS2", "stopSequence": 32 }, { "arrival": { "time": "1764574838" }, "departure": { "time": "1764574852" }, "stopId": "IDBRANC2", "stopSequence": 33 }, { "arrival": { "time": "1764574934" }, "departure": { "time": "1764574955" }, "stopId": "IDADMIN2", "stopSequence": 34 }, { "arrival": { "time": "1764574977" }, "departure": { "time": "1764575005" }, "stopId": "IDHOTEL2", "stopSequence": 35 }, { "arrival": { "time": "1764575046" }, "departure": { "time": "1764575064" }, "stopId": "IDTRUFF2", "stopSequence": 36 }, { "arrival": { "time": "1764575076" }, "departure": { "time": "1764575109" }, "stopId": "IDHUBER2", "stopSequence": 37 }, { "arrival": { "time": "1764575150" }, "departure": { "time": "1764575199" }, "stopId": "IDDELOR2", "stopSequence": 38 }, { "arrival": { "time": "1764575262" }, "departure": { "time": "1764575273" }, "stopId": "IDATLAN2", "stopSequence": 39 }, { "arrival": { "time": "1764575308" }, "departure": { "time": "1764575346" }, "stopId": "IDDOISN2", "stopSequence": 40 }, { "arrival": { "time": "1764575367" }, "stopId": "IDPISCI2", "stopSequence": 41 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "932-38857" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:922-38815", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764571803" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764571875" }, "departure": { "time": "1764571903" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764571958" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764572127" }, "departure": { "time": "1764572149" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "stopId": "IDHOTEL1", "stopSequence": 6 }, { "stopId": "IDADMIN1", "stopSequence": 7 }, { "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764572659" }, "departure": { "time": "1764572671" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764572737" }, "departure": { "time": "1764572751" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764572785" }, "departure": { "time": "1764572800" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764572953" }, "departure": { "time": "1764572982" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764573115" }, "departure": { "time": "1764573154" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "arrival": { "time": "1764573182" }, "departure": { "time": "1764573251" }, "stopId": "BJCHARM1", "stopSequence": 14 }, { "arrival": { "time": "1764573263" }, "departure": { "time": "1764573314" }, "stopId": "BJROSTA1", "stopSequence": 15 }, { "arrival": { "time": "1764573346" }, "departure": { "time": "1764573381" }, "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764573419" }, "departure": { "time": "1764573439" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "arrival": { "time": "1764573474" }, "departure": { "time": "1764573510" }, "stopId": "BJVSCOT1", "stopSequence": 18 }, { "arrival": { "time": "1764573538" }, "departure": { "time": "1764573662" }, "stopId": "BJHBARB1", "stopSequence": 19 }, { "stopId": "BJEBARB1", "stopSequence": 20 }, { "arrival": { "time": "1764573675" }, "departure": { "time": "1764573755" }, "stopId": "BJVAUCA1", "stopSequence": 21 }, { "stopId": "BJPMICH2", "stopSequence": 22 }, { "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764574011" }, "departure": { "time": "1764574045" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764574088" }, "departure": { "time": "1764574133" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764574148" }, "departure": { "time": "1764574162" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "arrival": { "time": "1764574174" }, "departure": { "time": "1764574185" }, "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764574205" }, "departure": { "time": "1764574240" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "arrival": { "time": "1764574357" }, "departure": { "time": "1764574369" }, "stopId": "BJRIVET1", "stopSequence": 29 }, { "arrival": { "time": "1764574574" }, "departure": { "time": "1764574590" }, "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764574491" }, "departure": { "time": "1764574535" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "arrival": { "time": "1764574663" }, "departure": { "time": "1764574699" }, "stopId": "NVRUFF2", "stopSequence": 32 }, { "arrival": { "time": "1764574769" }, "departure": { "time": "1764574805" }, "stopId": "NVPONTA2", "stopSequence": 33 }, { "arrival": { "time": "1764574846" }, "departure": { "time": "1764574862" }, "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764574937" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764577910", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "922-38815" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:927-38844", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577574" }, "departure": { "time": "1764577582" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "arrival": { "time": "1764577665" }, "departure": { "time": "1764577680" }, "stopId": "RMLAVAI1", "stopSequence": 1 }, { "arrival": { "time": "1764577701" }, "departure": { "time": "1764577717" }, "stopId": "RMHALLS1", "stopSequence": 2 }, { "arrival": { "time": "1764577747" }, "departure": { "time": "1764577760" }, "stopId": "RMHOTLV1", "stopSequence": 3 }, { "arrival": { "time": "1764577781" }, "departure": { "time": "1764577814" }, "stopId": "RMRPLAC1", "stopSequence": 4 }, { "arrival": { "time": "1764577868" }, "departure": { "time": "1764577910" }, "stopId": "RMPHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764577901" }, "stopId": "RMTILLE2", "stopSequence": 6 }, { "arrival": { "time": "1764578030" }, "departure": { "time": "1764578030" }, "stopId": "BJCFA2", "stopSequence": 7 }, { "arrival": { "time": "1764578090" }, "departure": { "time": "1764578090" }, "stopId": "BJPROYA2", "stopSequence": 8 }, { "arrival": { "time": "1764578150" }, "departure": { "time": "1764578150" }, "stopId": "BJEPARG2", "stopSequence": 9 }, { "arrival": { "time": "1764578210" }, "departure": { "time": "1764578210" }, "stopId": "BJFOLAT1", "stopSequence": 10 }, { "arrival": { "time": "1764578330" }, "departure": { "time": "1764578330" }, "stopId": "BJPMICH1", "stopSequence": 11 }, { "arrival": { "time": "1764578390" }, "departure": { "time": "1764578390" }, "stopId": "BJVAUCA2", "stopSequence": 12 }, { "arrival": { "time": "1764578510" }, "departure": { "time": "1764578510" }, "stopId": "BJEBARB2", "stopSequence": 13 }, { "arrival": { "time": "1764578630" }, "departure": { "time": "1764578630" }, "stopId": "BJHBARB2", "stopSequence": 14 }, { "arrival": { "time": "1764578690" }, "departure": { "time": "1764578690" }, "stopId": "BJVSCOT2", "stopSequence": 15 }, { "arrival": { "time": "1764578750" }, "departure": { "time": "1764578750" }, "stopId": "BJSTRAU2", "stopSequence": 16 }, { "arrival": { "time": "1764578750" }, "departure": { "time": "1764578750" }, "stopId": "BJCHANT2", "stopSequence": 17 }, { "arrival": { "time": "1764578810" }, "departure": { "time": "1764578810" }, "stopId": "BJROSTA2", "stopSequence": 18 }, { "arrival": { "time": "1764578870" }, "departure": { "time": "1764578870" }, "stopId": "BJCHARM2", "stopSequence": 19 }, { "arrival": { "time": "1764578930" }, "departure": { "time": "1764578930" }, "stopId": "BJCHFLE2", "stopSequence": 20 }, { "arrival": { "time": "1764579050" }, "departure": { "time": "1764579050" }, "stopId": "BJZACHA2", "stopSequence": 21 }, { "arrival": { "time": "1764579110" }, "departure": { "time": "1764579110" }, "stopId": "IDRIMBA1", "stopSequence": 22 }, { "arrival": { "time": "1764579170" }, "departure": { "time": "1764579170" }, "stopId": "IDAPOLL1", "stopSequence": 23 }, { "arrival": { "time": "1764579230" }, "departure": { "time": "1764579230" }, "stopId": "IDMISTR1", "stopSequence": 24 }, { "arrival": { "time": "1764579290" }, "departure": { "time": "1764579290" }, "stopId": "IDRASPE1", "stopSequence": 25 }, { "arrival": { "time": "1764579350" }, "departure": { "time": "1764579350" }, "stopId": "IDALICA1", "stopSequence": 26 }, { "arrival": { "time": "1764579470" }, "departure": { "time": "1764579470" }, "stopId": "IDAPOLL2", "stopSequence": 27 }, { "arrival": { "time": "1764579470" }, "departure": { "time": "1764579470" }, "stopId": "IDRIMBA2", "stopSequence": 28 }, { "arrival": { "time": "1764579530" }, "departure": { "time": "1764579530" }, "stopId": "IDPLOUV2", "stopSequence": 29 }, { "arrival": { "time": "1764579590" }, "departure": { "time": "1764579590" }, "stopId": "IDCHASS2", "stopSequence": 30 }, { "arrival": { "time": "1764579710" }, "departure": { "time": "1764579710" }, "stopId": "IDSAYES2", "stopSequence": 31 }, { "arrival": { "time": "1764579950" }, "departure": { "time": "1764579950" }, "stopId": "IDCECOM2", "stopSequence": 32 }, { "arrival": { "time": "1764580070" }, "departure": { "time": "1764580070" }, "stopId": "IDADMIN2", "stopSequence": 33 }, { "arrival": { "time": "1764580130" }, "departure": { "time": "1764580130" }, "stopId": "IDHOTEL2", "stopSequence": 34 }, { "arrival": { "time": "1764580190" }, "departure": { "time": "1764580190" }, "stopId": "IDTRUFF2", "stopSequence": 35 }, { "arrival": { "time": "1764580250" }, "departure": { "time": "1764580250" }, "stopId": "IDHUBER2", "stopSequence": 36 }, { "arrival": { "time": "1764580310" }, "departure": { "time": "1764580310" }, "stopId": "IDDELOR2", "stopSequence": 37 }, { "arrival": { "time": "1764580370" }, "departure": { "time": "1764580370" }, "stopId": "IDATLAN2", "stopSequence": 38 }, { "arrival": { "time": "1764580430" }, "departure": { "time": "1764580430" }, "stopId": "IDDOISN2", "stopSequence": 39 }, { "arrival": { "time": "1764580490" }, "departure": { "time": "1764580490" }, "stopId": "IDPISCI2", "stopSequence": 40 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "927-38844" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:930-38030", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764574179" }, "departure": { "time": "1764574327" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764574359" }, "departure": { "time": "1764574398" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764574451" }, "departure": { "time": "1764574490" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764574519" }, "departure": { "time": "1764574586" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764574594" }, "departure": { "time": "1764574662" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764574694" }, "departure": { "time": "1764574725" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764574784" }, "departure": { "time": "1764574822" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764574925" }, "departure": { "time": "1764574958" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764575073" }, "departure": { "time": "1764575133" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764575222" }, "departure": { "time": "1764575272" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764575286" }, "departure": { "time": "1764575336" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764575457" }, "departure": { "time": "1764575502" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764575637" }, "departure": { "time": "1764575668" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764575705" }, "departure": { "time": "1764575720" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764575760" }, "departure": { "time": "1764575772" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764575909" }, "departure": { "time": "1764575915" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764575978" }, "departure": { "time": "1764575992" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764576025" }, "departure": { "time": "1764576249" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764576259" }, "departure": { "time": "1764576301" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764576323" }, "departure": { "time": "1764576394" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764576464" }, "departure": { "time": "1764576521" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764576571" }, "departure": { "time": "1764576582" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764576610" }, "departure": { "time": "1764576624" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764576655" }, "departure": { "time": "1764576696" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764576739" }, "departure": { "time": "1764576771" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764576813" }, "departure": { "time": "1764576850" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764576866" }, "departure": { "time": "1764576902" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764576921" }, "departure": { "time": "1764576938" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764576986" }, "departure": { "time": "1764576999" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764577044" }, "departure": { "time": "1764577055" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764577065" }, "departure": { "time": "1764577098" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764577145" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577910", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "930-38030" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:1159-38796", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764568931" }, "departure": { "time": "1764569249" }, "stopId": "FOMOLLE1", "stopSequence": 0 }, { "stopId": "FOMOLLA2", "stopSequence": 1 }, { "arrival": { "time": "1764569478" }, "departure": { "time": "1764569515" }, "stopId": "FOMAIRI2", "stopSequence": 2 }, { "stopId": "FOMOULI2", "stopSequence": 3 }, { "stopId": "VFHUDSO2", "stopSequence": 4 }, { "stopId": "VFQUINC2", "stopSequence": 5 }, { "stopId": "VFFOUGH2", "stopSequence": 6 }, { "stopId": "VFESSAR2", "stopSequence": 7 }, { "arrival": { "time": "1764570055" }, "departure": { "time": "1764570083" }, "stopId": "VFCHENE2", "stopSequence": 8 }, { "stopId": "VFAUBEP2", "stopSequence": 9 }, { "stopId": "VFHALLE2", "stopSequence": 10 }, { "stopId": "VFEUROP2", "stopSequence": 11 }, { "arrival": { "time": "1764570314" }, "departure": { "time": "1764570341" }, "stopId": "VFFOUGE2", "stopSequence": 12 }, { "arrival": { "time": "1764570387" }, "departure": { "time": "1764570398" }, "stopId": "VFSTADE2", "stopSequence": 13 }, { "stopId": "VFSORBI2", "stopSequence": 14 }, { "stopId": "VFCSDEL2", "stopSequence": 15 }, { "stopId": "VFETANG2", "stopSequence": 16 }, { "arrival": { "time": "1764570830" }, "departure": { "time": "1764570830" }, "stopId": "VFSTBC3", "stopSequence": 17 } ], "timestamp": "1764577907", "trip": { "routeId": "DELVIN", "scheduleRelationship": "SCHEDULED", "tripId": "1159-38796" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:933-37617", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764571037" }, "departure": { "time": "1764571216" }, "stopId": "BJPLANB1", "stopSequence": 0 }, { "stopId": "BJSERVE1", "stopSequence": 1 }, { "arrival": { "time": "1764571282" }, "departure": { "time": "1764571293" }, "stopId": "BJCHATI1", "stopSequence": 2 }, { "arrival": { "time": "1764571320" }, "stopId": "BJBOIS1", "stopSequence": 3 }, { "arrival": { "time": "1764571358" }, "departure": { "time": "1764571384" }, "stopId": "BJTILLA1", "stopSequence": 4 }, { "stopId": "BJSOMME1", "stopSequence": 5 }, { "arrival": { "time": "1764571677" }, "departure": { "time": "1764571688" }, "stopId": "BJJARDI1", "stopSequence": 6 }, { "arrival": { "time": "1764571725" }, "departure": { "time": "1764571751" }, "stopId": "BJCHARG1", "stopSequence": 7 }, { "arrival": { "time": "1764571784" }, "departure": { "time": "1764571787" }, "stopId": "MBHLM2", "stopSequence": 8 }, { "stopId": "BJMAUBE1", "stopSequence": 9 }, { "stopId": "MBHLM1", "stopSequence": 10 }, { "stopId": "BJCHARG2", "stopSequence": 11 }, { "stopId": "BJPOSTE2", "stopSequence": 12 }, { "stopId": "BJLYCEE2", "stopSequence": 13 }, { "arrival": { "time": "1764572901" }, "stopId": "BJPMICH2", "stopSequence": 14 }, { "arrival": { "time": "1764572963" }, "departure": { "time": "1764573034" }, "stopId": "BJFOLAT2", "stopSequence": 15 }, { "stopId": "BJEPARG1", "stopSequence": 16 }, { "stopId": "BJPISCI1", "stopSequence": 17 }, { "arrival": { "time": "1764573162" }, "departure": { "time": "1764573201" }, "stopId": "BJCOPRE1", "stopSequence": 18 }, { "arrival": { "time": "1764573261" }, "departure": { "time": "1764573274" }, "stopId": "BJPREBE1", "stopSequence": 19 }, { "stopId": "BJMARS2", "stopSequence": 20 }, { "arrival": { "time": "1764573457" }, "stopId": "BJTONKI1", "stopSequence": 21 }, { "arrival": { "time": "1764573532" }, "departure": { "time": "1764573539" }, "stopId": "BJBELRI1", "stopSequence": 22 }, { "arrival": { "time": "1764573555" }, "departure": { "time": "1764573565" }, "stopId": "BJPMONT2", "stopSequence": 23 }, { "arrival": { "time": "1764573595" }, "stopId": "BJCHPAG2", "stopSequence": 24 }, { "arrival": { "time": "1764573614" }, "stopId": "BJLOUP1", "stopSequence": 25 }, { "stopId": "BJALBIZ2", "stopSequence": 26 }, { "arrival": { "time": "1764573619" }, "departure": { "time": "1764573683" }, "stopId": "BJBERNA2", "stopSequence": 27 }, { "stopId": "SSMOLLA2", "stopSequence": 28 }, { "arrival": { "time": "1764573846" }, "departure": { "time": "1764574171" }, "stopId": "SSDEMPT2", "stopSequence": 29 }, { "stopId": "SSDEMPT1", "stopSequence": 30 }, { "arrival": { "time": "1764574185" }, "departure": { "time": "1764574194" }, "stopId": "SSTRUIT2", "stopSequence": 31 }, { "arrival": { "time": "1764574270" }, "departure": { "time": "1764574417" }, "stopId": "SSEGLIS2", "stopSequence": 32 }, { "stopId": "SSPRECH2", "stopSequence": 33 }, { "arrival": { "time": "1764574486" }, "departure": { "time": "1764574502" }, "stopId": "SSZONEA2", "stopSequence": 34 }, { "arrival": { "time": "1764574593" }, "departure": { "time": "1764574603" }, "stopId": "SSSMART2", "stopSequence": 35 }, { "arrival": { "time": "1764574644" }, "stopId": "SSFLOS2", "stopSequence": 36 } ], "timestamp": "1764577911", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "933-37617" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:1142-38231", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567329" }, "departure": { "time": "1764567390" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764567454" }, "departure": { "time": "1764567461" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "arrival": { "time": "1764567515" }, "departure": { "time": "1764567528" }, "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764567544" }, "departure": { "time": "1764567578" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "arrival": { "time": "1764567629" }, "departure": { "time": "1764567659" }, "stopId": "BJVSCOT1", "stopSequence": 4 }, { "arrival": { "time": "1764567701" }, "departure": { "time": "1764567712" }, "stopId": "BJCRROU1", "stopSequence": 5 }, { "arrival": { "time": "1764567756" }, "departure": { "time": "1764567769" }, "stopId": "BJPTJAL1", "stopSequence": 6 }, { "arrival": { "time": "1764567796" }, "departure": { "time": "1764567809" }, "stopId": "BJETISS2", "stopSequence": 7 }, { "arrival": { "time": "1764567859" }, "departure": { "time": "1764567892" }, "stopId": "BJEBARB3", "stopSequence": 8 }, { "arrival": { "time": "1764567920" }, "departure": { "time": "1764567933" }, "stopId": "BJPALAI1", "stopSequence": 9 }, { "arrival": { "time": "1764567959" }, "departure": { "time": "1764567970" }, "stopId": "BJFRERE1", "stopSequence": 10 }, { "arrival": { "time": "1764568036" }, "departure": { "time": "1764568059" }, "stopId": "BJEMMAU1", "stopSequence": 11 }, { "arrival": { "time": "1764568128" }, "departure": { "time": "1764568140" }, "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764568161" }, "departure": { "time": "1764568177" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764568359" }, "departure": { "time": "1764568407" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "arrival": { "time": "1764568581" }, "departure": { "time": "1764568615" }, "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764568676" }, "departure": { "time": "1764568684" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764568772" }, "departure": { "time": "1764568781" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "arrival": { "time": "1764568860" }, "departure": { "time": "1764568870" }, "stopId": "VMBELMO2", "stopSequence": 18 }, { "arrival": { "time": "1764568939" }, "departure": { "time": "1764568948" }, "stopId": "VMNAUTA2", "stopSequence": 19 }, { "arrival": { "time": "1764569008" }, "departure": { "time": "1764569023" }, "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764569052" }, "departure": { "time": "1764569087" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "stopId": "VMILOTS1", "stopSequence": 22 }, { "stopId": "VMCHATE1", "stopSequence": 23 }, { "stopId": "VMTECHE1", "stopSequence": 24 }, { "stopId": "VMDESCA2", "stopSequence": 25 }, { "arrival": { "time": "1764569407" }, "departure": { "time": "1764569644" }, "stopId": "VFRPMUI2", "stopSequence": 26 }, { "stopId": "VFTECHO1", "stopSequence": 27 }, { "stopId": "VPALPES2", "stopSequence": 28 }, { "stopId": "VPGARE1", "stopSequence": 29 }, { "stopId": "VFROCHE1", "stopSequence": 30 }, { "stopId": "VFBOURG1", "stopSequence": 31 }, { "arrival": { "time": "1764570164" }, "departure": { "time": "1764570184" }, "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764570170" }, "departure": { "time": "1764570170" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764577906", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "1142-38231" }, "vehicle": { "id": "636a2e23c520d5a13c77e6c9", "label": "1312", "licensePlate": "AZ-715-MJ" } } }, { "id": "trip:8_0_23", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764573915" }, "departure": { "time": "1764574260" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764574355" }, "departure": { "time": "1764574367" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764574499" }, "departure": { "time": "1764574581" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "arrival": { "time": "1764574652" }, "departure": { "time": "1764574676" }, "stopId": "BJVSCOT1", "stopSequence": 4 }, { "arrival": { "time": "1764574724" }, "departure": { "time": "1764574755" }, "stopId": "BJCRROU1", "stopSequence": 5 }, { "arrival": { "time": "1764574819" }, "departure": { "time": "1764574832" }, "stopId": "BJPTJAL1", "stopSequence": 6 }, { "arrival": { "time": "1764574869" }, "departure": { "time": "1764574941" }, "stopId": "BJETISS2", "stopSequence": 7 }, { "arrival": { "time": "1764574994" }, "departure": { "time": "1764575030" }, "stopId": "BJEBARB3", "stopSequence": 8 }, { "arrival": { "time": "1764575055" }, "departure": { "time": "1764575064" }, "stopId": "BJPALAI1", "stopSequence": 9 }, { "arrival": { "time": "1764575080" }, "departure": { "time": "1764575086" }, "stopId": "BJFRERE1", "stopSequence": 10 }, { "arrival": { "time": "1764575160" }, "departure": { "time": "1764575207" }, "stopId": "BJEMMAU1", "stopSequence": 11 }, { "arrival": { "time": "1764575305" }, "departure": { "time": "1764575336" }, "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764575363" }, "departure": { "time": "1764575404" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764575581" }, "departure": { "time": "1764575712" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "arrival": { "time": "1764575873" }, "departure": { "time": "1764575907" }, "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764575971" }, "departure": { "time": "1764575978" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764576062" }, "departure": { "time": "1764576066" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "arrival": { "time": "1764576136" }, "departure": { "time": "1764576144" }, "stopId": "VMBELMO2", "stopSequence": 18 }, { "arrival": { "time": "1764576208" }, "departure": { "time": "1764576220" }, "stopId": "VMNAUTA2", "stopSequence": 19 }, { "arrival": { "time": "1764576273" }, "departure": { "time": "1764576282" }, "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764576313" }, "departure": { "time": "1764576339" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "arrival": { "time": "1764576376" }, "departure": { "time": "1764576381" }, "stopId": "VMILOTS1", "stopSequence": 22 }, { "arrival": { "time": "1764576434" }, "departure": { "time": "1764576449" }, "stopId": "VMCHATE1", "stopSequence": 23 }, { "arrival": { "time": "1764576511" }, "departure": { "time": "1764576517" }, "stopId": "VMTECHE1", "stopSequence": 24 }, { "arrival": { "time": "1764576556" }, "departure": { "time": "1764576563" }, "stopId": "VMDESCA2", "stopSequence": 25 }, { "arrival": { "time": "1764576616" }, "departure": { "time": "1764576643" }, "stopId": "VFRPMUI2", "stopSequence": 26 }, { "arrival": { "time": "1764576720" }, "departure": { "time": "1764576757" }, "stopId": "VFTECHO1", "stopSequence": 27 }, { "arrival": { "time": "1764576891" }, "departure": { "time": "1764576902" }, "stopId": "VPALPES2", "stopSequence": 28 }, { "arrival": { "time": "1764577016" }, "departure": { "time": "1764577081" }, "stopId": "VPGARE1", "stopSequence": 29 }, { "arrival": { "time": "1764577165" }, "departure": { "time": "1764577189" }, "stopId": "VFROCHE1", "stopSequence": 30 }, { "arrival": { "time": "1764577296" }, "departure": { "time": "1764577332" }, "stopId": "VFBOURG1", "stopSequence": 31 }, { "arrival": { "time": "1764577371" }, "departure": { "time": "1764577427" }, "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764577479" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764577906", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_23" }, "vehicle": { "id": "636a2e23c520d5a13c77e6c9", "label": "1312", "licensePlate": "AZ-715-MJ" } } }, { "id": "trip:925-36336", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764572770" }, "departure": { "time": "1764573398" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764573510" }, "departure": { "time": "1764573527" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "stopId": "BJPROYA2", "stopSequence": 3 }, { "stopId": "BJEPARG2", "stopSequence": 4 }, { "stopId": "BJFOLAT1", "stopSequence": 5 }, { "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764573984" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764574068" }, "departure": { "time": "1764574120" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764574179" }, "departure": { "time": "1764574257" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764574278" }, "departure": { "time": "1764574484" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764574505" }, "departure": { "time": "1764574514" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764574560" }, "departure": { "time": "1764574569" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764574632" }, "departure": { "time": "1764574664" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764574701" }, "departure": { "time": "1764574707" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764574736" }, "departure": { "time": "1764574769" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764574825" }, "departure": { "time": "1764574880" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764574902" }, "departure": { "time": "1764574938" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764575093" }, "departure": { "time": "1764575132" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764575158" }, "departure": { "time": "1764575192" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764575480" }, "departure": { "time": "1764575496" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764575530" }, "departure": { "time": "1764575572" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764575650" }, "departure": { "time": "1764575662" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764575779" }, "departure": { "time": "1764575785" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764575965" }, "departure": { "time": "1764576003" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764576040" }, "departure": { "time": "1764576067" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764576136" }, "departure": { "time": "1764576166" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764576171" }, "departure": { "time": "1764576191" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764576201" }, "departure": { "time": "1764576212" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764576254" }, "departure": { "time": "1764576270" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764576300" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "925-36336" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:1139-38712", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577798" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764578760" }, "departure": { "time": "1764578760" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764578820" }, "departure": { "time": "1764578820" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764578880" }, "departure": { "time": "1764578880" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764578940" }, "departure": { "time": "1764578940" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764579180" }, "departure": { "time": "1764579180" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764579420" }, "departure": { "time": "1764579420" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764579540" }, "departure": { "time": "1764579540" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764579600" }, "departure": { "time": "1764579600" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764579660" }, "departure": { "time": "1764579660" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764579660" }, "departure": { "time": "1764579660" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764579720" }, "departure": { "time": "1764579720" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764579780" }, "departure": { "time": "1764579780" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764579840" }, "departure": { "time": "1764579840" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764579900" }, "departure": { "time": "1764579900" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764580020" }, "departure": { "time": "1764580020" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764580140" }, "departure": { "time": "1764580140" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764580260" }, "departure": { "time": "1764580260" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764580320" }, "departure": { "time": "1764580320" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764580320" }, "departure": { "time": "1764580320" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764580380" }, "departure": { "time": "1764580380" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764580440" }, "departure": { "time": "1764580440" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764580560" }, "departure": { "time": "1764580560" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764580620" }, "departure": { "time": "1764580620" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764580620" }, "departure": { "time": "1764580620" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764580680" }, "departure": { "time": "1764580680" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764580800" }, "departure": { "time": "1764580800" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764580860" }, "departure": { "time": "1764580860" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764580920" }, "departure": { "time": "1764580920" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764580980" }, "departure": { "time": "1764580980" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764581100" }, "departure": { "time": "1764581100" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764581160" }, "departure": { "time": "1764581160" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764581220" }, "departure": { "time": "1764581220" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764581340" }, "departure": { "time": "1764581340" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764581400" }, "departure": { "time": "1764581400" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764581400" }, "departure": { "time": "1764581400" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764581460" }, "departure": { "time": "1764581460" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764581520" }, "departure": { "time": "1764581520" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764581580" }, "departure": { "time": "1764581580" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764581640" }, "departure": { "time": "1764581640" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38712" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:929-38028", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764569699" }, "departure": { "time": "1764570622" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764570661" }, "departure": { "time": "1764570718" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764570764" }, "departure": { "time": "1764570809" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764570869" }, "departure": { "time": "1764570963" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764571028" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764571185" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764571329" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764571478" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764571512" }, "departure": { "time": "1764571546" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "stopId": "BJGRSOL1", "stopSequence": 11 }, { "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764571956" }, "departure": { "time": "1764571968" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764572016" }, "departure": { "time": "1764572279" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764572327" }, "departure": { "time": "1764572365" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764572493" }, "departure": { "time": "1764572507" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764572550" }, "departure": { "time": "1764572623" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764572635" }, "departure": { "time": "1764572731" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764572746" }, "departure": { "time": "1764572858" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764572871" }, "departure": { "time": "1764572898" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764572940" }, "departure": { "time": "1764572949" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764572981" }, "departure": { "time": "1764573012" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764573043" }, "departure": { "time": "1764573074" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764573113" }, "departure": { "time": "1764573126" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "stopId": "BJROSTA2", "stopSequence": 25 }, { "stopId": "BJCHARM2", "stopSequence": 26 }, { "stopId": "BJCHFLE2", "stopSequence": 27 }, { "stopId": "BJPREPO2", "stopSequence": 28 }, { "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764573464" }, "departure": { "time": "1764573491" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764573543" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577907", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "929-38028" }, "vehicle": { "id": "636a2e22c520d5a13c77e532", "label": "1311", "licensePlate": "AV-984-XB" } } }, { "id": "trip:8_0_25", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577776" }, "departure": { "time": "1764577823" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764577889" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "arrival": { "time": "1764577980" }, "departure": { "time": "1764577980" }, "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764578040" }, "departure": { "time": "1764578040" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "arrival": { "time": "1764578100" }, "departure": { "time": "1764578100" }, "stopId": "BJVSCOT1", "stopSequence": 4 }, { "arrival": { "time": "1764578220" }, "departure": { "time": "1764578220" }, "stopId": "BJCRROU1", "stopSequence": 5 }, { "arrival": { "time": "1764578280" }, "departure": { "time": "1764578280" }, "stopId": "BJPTJAL1", "stopSequence": 6 }, { "arrival": { "time": "1764578340" }, "departure": { "time": "1764578340" }, "stopId": "BJETISS2", "stopSequence": 7 }, { "arrival": { "time": "1764578400" }, "departure": { "time": "1764578400" }, "stopId": "BJEBARB3", "stopSequence": 8 }, { "arrival": { "time": "1764578460" }, "departure": { "time": "1764578460" }, "stopId": "BJPALAI1", "stopSequence": 9 }, { "arrival": { "time": "1764578520" }, "departure": { "time": "1764578520" }, "stopId": "BJFRERE1", "stopSequence": 10 }, { "arrival": { "time": "1764578580" }, "departure": { "time": "1764578580" }, "stopId": "BJEMMAU1", "stopSequence": 11 }, { "arrival": { "time": "1764578760" }, "departure": { "time": "1764578760" }, "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764578820" }, "departure": { "time": "1764578820" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764579120" }, "departure": { "time": "1764579120" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "arrival": { "time": "1764579300" }, "departure": { "time": "1764579300" }, "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764579360" }, "departure": { "time": "1764579360" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764579480" }, "departure": { "time": "1764579480" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "arrival": { "time": "1764579600" }, "departure": { "time": "1764579600" }, "stopId": "VMBELMO2", "stopSequence": 18 }, { "arrival": { "time": "1764579660" }, "departure": { "time": "1764579660" }, "stopId": "VMNAUTA2", "stopSequence": 19 }, { "arrival": { "time": "1764579720" }, "departure": { "time": "1764579720" }, "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764579780" }, "departure": { "time": "1764579780" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "arrival": { "time": "1764579840" }, "departure": { "time": "1764579840" }, "stopId": "VMILOTS1", "stopSequence": 22 }, { "arrival": { "time": "1764579900" }, "departure": { "time": "1764579900" }, "stopId": "VMCHATE1", "stopSequence": 23 }, { "arrival": { "time": "1764579960" }, "departure": { "time": "1764579960" }, "stopId": "VMTECHE1", "stopSequence": 24 }, { "arrival": { "time": "1764580020" }, "departure": { "time": "1764580020" }, "stopId": "VMDESCA2", "stopSequence": 25 }, { "arrival": { "time": "1764580080" }, "departure": { "time": "1764580080" }, "stopId": "VFRPMUI2", "stopSequence": 26 }, { "arrival": { "time": "1764580200" }, "departure": { "time": "1764580200" }, "stopId": "VFTECHO1", "stopSequence": 27 }, { "arrival": { "time": "1764580380" }, "departure": { "time": "1764580380" }, "stopId": "VPALPES2", "stopSequence": 28 }, { "arrival": { "time": "1764580560" }, "departure": { "time": "1764580560" }, "stopId": "VPGARE1", "stopSequence": 29 }, { "arrival": { "time": "1764580680" }, "departure": { "time": "1764580680" }, "stopId": "VFROCHE1", "stopSequence": 30 }, { "arrival": { "time": "1764580800" }, "departure": { "time": "1764580800" }, "stopId": "VFBOURG1", "stopSequence": 31 }, { "arrival": { "time": "1764580800" }, "departure": { "time": "1764580800" }, "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764580860" }, "departure": { "time": "1764580860" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764577909", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_25" }, "vehicle": { "id": "636a2e22c520d5a13c77e618", "label": "1524", "licensePlate": "DH-568-HA" } } }, { "id": "trip:1136-38768", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764576072" }, "departure": { "time": "1764576126" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764576187" }, "departure": { "time": "1764576203" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764576225" }, "departure": { "time": "1764576259" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764576287" }, "departure": { "time": "1764576307" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764576330" }, "departure": { "time": "1764576341" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764576451" }, "departure": { "time": "1764576484" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764576643" }, "departure": { "time": "1764576689" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764576732" }, "departure": { "time": "1764576742" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764576753" }, "departure": { "time": "1764576764" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764576792" }, "departure": { "time": "1764576804" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764576848" }, "departure": { "time": "1764576878" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764576910" }, "departure": { "time": "1764576938" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764577035" }, "departure": { "time": "1764577043" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764577127" }, "departure": { "time": "1764577138" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764577196" }, "departure": { "time": "1764577228" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764577519" }, "departure": { "time": "1764577544" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764577699" }, "departure": { "time": "1764577708" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764577751" }, "departure": { "time": "1764577804" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764577824" }, "departure": { "time": "1764577841" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764578000" }, "departure": { "time": "1764578000" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764578060" }, "departure": { "time": "1764578060" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764578180" }, "departure": { "time": "1764578180" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764578240" }, "departure": { "time": "1764578240" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764578360" }, "departure": { "time": "1764578360" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764578480" }, "departure": { "time": "1764578480" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764578540" }, "departure": { "time": "1764578540" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764578600" }, "departure": { "time": "1764578600" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764578660" }, "departure": { "time": "1764578660" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764578780" }, "departure": { "time": "1764578780" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764578840" }, "departure": { "time": "1764578840" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764578900" }, "departure": { "time": "1764578900" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764578960" }, "departure": { "time": "1764578960" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764578960" }, "departure": { "time": "1764578960" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764579020" }, "departure": { "time": "1764579020" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764579080" }, "departure": { "time": "1764579080" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764579080" }, "departure": { "time": "1764579080" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764579260" }, "departure": { "time": "1764579260" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38768" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:1136-38767", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764572466" }, "departure": { "time": "1764572526" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764572579" }, "departure": { "time": "1764572616" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764572695" }, "departure": { "time": "1764572783" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "stopId": "VFPONT1", "stopSequence": 3 }, { "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764572982" }, "departure": { "time": "1764573013" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764573224" }, "departure": { "time": "1764573254" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764573297" }, "departure": { "time": "1764573333" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764573344" }, "departure": { "time": "1764573357" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764573381" }, "departure": { "time": "1764573396" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764573448" }, "departure": { "time": "1764573481" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764573500" }, "departure": { "time": "1764573510" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764573586" }, "departure": { "time": "1764573594" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764573704" }, "departure": { "time": "1764573739" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764573797" }, "departure": { "time": "1764573827" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764574244" }, "departure": { "time": "1764574265" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764574397" }, "departure": { "time": "1764574403" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764574416" }, "departure": { "time": "1764574423" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764574465" }, "departure": { "time": "1764574495" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764574653" }, "departure": { "time": "1764574661" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764574673" }, "departure": { "time": "1764574705" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764574763" }, "departure": { "time": "1764574789" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764574797" }, "departure": { "time": "1764574843" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764574893" }, "departure": { "time": "1764574932" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764574955" }, "departure": { "time": "1764574992" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764575055" }, "departure": { "time": "1764575065" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764575091" }, "departure": { "time": "1764575107" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764575137" }, "departure": { "time": "1764575145" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764575202" }, "departure": { "time": "1764575209" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764575253" }, "departure": { "time": "1764575259" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764575295" }, "departure": { "time": "1764575315" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764575328" }, "departure": { "time": "1764575333" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764575356" }, "departure": { "time": "1764575362" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764575374" }, "departure": { "time": "1764575410" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764575422" }, "departure": { "time": "1764575428" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764575434" }, "departure": { "time": "1764575445" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764575588" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38767" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:1137-38326", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764565265" }, "departure": { "time": "1764565278" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764565292" }, "departure": { "time": "1764565311" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764565352" }, "departure": { "time": "1764565378" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764565391" }, "departure": { "time": "1764565415" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764565450" }, "departure": { "time": "1764565502" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "arrival": { "time": "1764565585" }, "departure": { "time": "1764565591" }, "stopId": "QFNOIRE1", "stopSequence": 5 }, { "arrival": { "time": "1764565613" }, "departure": { "time": "1764565645" }, "stopId": "QFANJOU3", "stopSequence": 6 }, { "arrival": { "time": "1764565657" }, "departure": { "time": "1764565665" }, "stopId": "QFLAFA1", "stopSequence": 7 }, { "arrival": { "time": "1764565695" }, "departure": { "time": "1764565705" }, "stopId": "QFBRET1", "stopSequence": 8 }, { "arrival": { "time": "1764565716" }, "departure": { "time": "1764565721" }, "stopId": "QFMAINE1", "stopSequence": 9 }, { "arrival": { "time": "1764565743" }, "departure": { "time": "1764565750" }, "stopId": "QFARRI1", "stopSequence": 10 }, { "arrival": { "time": "1764565770" }, "departure": { "time": "1764565779" }, "stopId": "QFMALA1", "stopSequence": 11 }, { "arrival": { "time": "1764565835" }, "departure": { "time": "1764565868" }, "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764565880" }, "departure": { "time": "1764565903" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "arrival": { "time": "1764565941" }, "departure": { "time": "1764565969" }, "stopId": "VPRIANT1", "stopSequence": 14 }, { "arrival": { "time": "1764566002" }, "departure": { "time": "1764566013" }, "stopId": "VPJMOUL1", "stopSequence": 15 }, { "arrival": { "time": "1764566052" }, "departure": { "time": "1764566083" }, "stopId": "VPMAIRI1", "stopSequence": 16 }, { "arrival": { "time": "1764566156" }, "departure": { "time": "1764566198" }, "stopId": "VPGARE1", "stopSequence": 17 }, { "arrival": { "time": "1764566271" }, "departure": { "time": "1764566299" }, "stopId": "VFROCHE1", "stopSequence": 18 }, { "arrival": { "time": "1764566375" }, "departure": { "time": "1764566379" }, "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764566403" }, "departure": { "time": "1764566471" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "arrival": { "time": "1764566499" }, "departure": { "time": "1764566803" }, "stopId": "VFSTBC1", "stopSequence": 21 }, { "arrival": { "time": "1764566983" }, "departure": { "time": "1764566991" }, "stopId": "VFSTADE1", "stopSequence": 22 }, { "arrival": { "time": "1764567024" }, "departure": { "time": "1764567183" }, "stopId": "VFFOUGE1", "stopSequence": 23 }, { "arrival": { "time": "1764567202" }, "departure": { "time": "1764567217" }, "stopId": "VFEUROP1", "stopSequence": 24 }, { "arrival": { "time": "1764567312" }, "departure": { "time": "1764567326" }, "stopId": "VFHUDSO2", "stopSequence": 25 }, { "arrival": { "time": "1764567357" }, "departure": { "time": "1764567406" }, "stopId": "VFQUINC2", "stopSequence": 26 }, { "arrival": { "time": "1764567441" }, "departure": { "time": "1764567485" }, "stopId": "VFFOUGH2", "stopSequence": 27 }, { "arrival": { "time": "1764567490" }, "departure": { "time": "1764567515" }, "stopId": "VFESSAR2", "stopSequence": 28 }, { "arrival": { "time": "1764567529" }, "departure": { "time": "1764567539" }, "stopId": "VFCHENE2", "stopSequence": 29 }, { "arrival": { "time": "1764567544" }, "departure": { "time": "1764567553" }, "stopId": "VFAUBEP2", "stopSequence": 30 }, { "arrival": { "time": "1764567570" }, "departure": { "time": "1764567577" }, "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764567596" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38326" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:935-38031", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764576242" }, "departure": { "time": "1764576262" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764576288" }, "departure": { "time": "1764576322" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764576363" }, "departure": { "time": "1764576411" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764576422" }, "departure": { "time": "1764576435" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764576441" }, "departure": { "time": "1764576449" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764576487" }, "departure": { "time": "1764576521" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764576555" }, "departure": { "time": "1764576606" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764576687" }, "departure": { "time": "1764576718" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764576860" }, "departure": { "time": "1764576909" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764576985" }, "departure": { "time": "1764576998" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764577010" }, "departure": { "time": "1764577046" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764577141" }, "departure": { "time": "1764577172" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764577278" }, "departure": { "time": "1764577316" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764577349" }, "departure": { "time": "1764577358" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764577398" }, "departure": { "time": "1764577409" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764577516" }, "departure": { "time": "1764577523" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764577591" }, "departure": { "time": "1764577630" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764577724" }, "departure": { "time": "1764577803" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764577812" }, "departure": { "time": "1764577910" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764577910" }, "departure": { "time": "1764577910" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764578030" }, "departure": { "time": "1764578030" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764578090" }, "departure": { "time": "1764578090" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764578150" }, "departure": { "time": "1764578150" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764578210" }, "departure": { "time": "1764578210" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764578270" }, "departure": { "time": "1764578270" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764578330" }, "departure": { "time": "1764578330" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764578330" }, "departure": { "time": "1764578330" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764578390" }, "departure": { "time": "1764578390" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764578450" }, "departure": { "time": "1764578450" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764578570" }, "departure": { "time": "1764578570" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764578570" }, "departure": { "time": "1764578570" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764578690" }, "departure": { "time": "1764578690" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577911", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "935-38031" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:925-36245", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764569797" }, "departure": { "time": "1764569930" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764569977" }, "departure": { "time": "1764570129" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "stopId": "IDPPLAT2", "stopSequence": 3 }, { "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764570165" }, "departure": { "time": "1764570174" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "stopId": "IDLANS1", "stopSequence": 6 }, { "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764570568" }, "departure": { "time": "1764570645" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764570738" }, "departure": { "time": "1764570751" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "stopId": "BJMEDCL1", "stopSequence": 11 }, { "stopId": "BJMEDHO1", "stopSequence": 12 }, { "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764571360" }, "departure": { "time": "1764571374" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764571500" }, "departure": { "time": "1764571573" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "stopId": "BJPAPIN1", "stopSequence": 17 }, { "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764571714" }, "departure": { "time": "1764571786" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "stopId": "BJZOLA1", "stopSequence": 20 }, { "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764572003" }, "departure": { "time": "1764572070" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "stopId": "BJLYCEE2", "stopSequence": 23 }, { "stopId": "BJPMICH2", "stopSequence": 24 }, { "stopId": "BJFOLAT2", "stopSequence": 25 }, { "stopId": "BJEPARG1", "stopSequence": 26 }, { "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764572623" }, "departure": { "time": "1764572750" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764572769" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "925-36245" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:1136-38765", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764565234" }, "departure": { "time": "1764565261" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764565303" }, "departure": { "time": "1764565320" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764565336" }, "departure": { "time": "1764565357" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764565387" }, "departure": { "time": "1764565438" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764565461" }, "departure": { "time": "1764565472" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764565585" }, "departure": { "time": "1764565602" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764565748" }, "departure": { "time": "1764565762" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764565799" }, "departure": { "time": "1764565840" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764565850" }, "departure": { "time": "1764565861" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764565888" }, "departure": { "time": "1764565904" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764565992" }, "departure": { "time": "1764566031" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764566056" }, "departure": { "time": "1764566071" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764566162" }, "departure": { "time": "1764566175" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764566270" }, "departure": { "time": "1764566282" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764566353" }, "departure": { "time": "1764566361" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764566601" }, "departure": { "time": "1764566625" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764566769" }, "departure": { "time": "1764566801" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764566815" }, "departure": { "time": "1764566826" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764566862" }, "departure": { "time": "1764566870" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764567015" }, "departure": { "time": "1764567025" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764567044" }, "departure": { "time": "1764567062" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764567127" }, "departure": { "time": "1764567139" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764567159" }, "departure": { "time": "1764567197" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764567250" }, "departure": { "time": "1764567269" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764567297" }, "departure": { "time": "1764567318" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764567383" }, "departure": { "time": "1764567396" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764567430" }, "departure": { "time": "1764567441" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764567485" }, "departure": { "time": "1764567500" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764567584" }, "departure": { "time": "1764567597" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764567620" }, "departure": { "time": "1764567632" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764567669" }, "departure": { "time": "1764567700" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764567715" }, "departure": { "time": "1764567727" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764567743" }, "departure": { "time": "1764567756" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764567766" }, "departure": { "time": "1764567793" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764567804" }, "departure": { "time": "1764567814" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764567814" }, "departure": { "time": "1764567826" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764567961" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38765" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:926-36247", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764572619" }, "departure": { "time": "1764572622" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "stopId": "IDDELOR2", "stopSequence": 1 }, { "stopId": "IDATLAN2", "stopSequence": 2 }, { "stopId": "IDPPLAT2", "stopSequence": 3 }, { "stopId": "IDFAUVE2", "stopSequence": 4 }, { "stopId": "IDPLANT2", "stopSequence": 5 }, { "stopId": "IDLANS1", "stopSequence": 6 }, { "stopId": "IDCECOM2", "stopSequence": 7 }, { "stopId": "IDSAYES1", "stopSequence": 8 }, { "stopId": "IDCHASS1", "stopSequence": 9 }, { "stopId": "IDPLOUV1", "stopSequence": 10 }, { "stopId": "BJMEDCL1", "stopSequence": 11 }, { "stopId": "BJMEDHO1", "stopSequence": 12 }, { "stopId": "BJPOLER1", "stopSequence": 13 }, { "stopId": "BJLBRAI1", "stopSequence": 14 }, { "stopId": "BJMALBR1", "stopSequence": 15 }, { "stopId": "BJMALAS1", "stopSequence": 16 }, { "stopId": "BJPAPIN1", "stopSequence": 17 }, { "stopId": "BJJCURI1", "stopSequence": 18 }, { "stopId": "BJPCURI1", "stopSequence": 19 }, { "stopId": "BJZOLA1", "stopSequence": 20 }, { "stopId": "BJEMARI1", "stopSequence": 21 }, { "stopId": "BJPOSTE2", "stopSequence": 22 }, { "stopId": "BJLYCEE2", "stopSequence": 23 }, { "stopId": "BJPMICH2", "stopSequence": 24 }, { "stopId": "BJFOLAT2", "stopSequence": 25 }, { "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764575852" }, "departure": { "time": "1764575892" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764575906" }, "departure": { "time": "1764575921" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764575936" }, "departure": { "time": "1764575952" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764575970" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "926-36247" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:1139-38708", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764564396" }, "departure": { "time": "1764564437" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764564469" }, "departure": { "time": "1764564485" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764564497" }, "departure": { "time": "1764564509" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764564534" }, "departure": { "time": "1764564549" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764564567" }, "departure": { "time": "1764564578" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764564707" }, "departure": { "time": "1764564756" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764564893" }, "departure": { "time": "1764564917" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764565034" }, "departure": { "time": "1764565063" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764565082" }, "departure": { "time": "1764565089" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764565121" }, "departure": { "time": "1764565135" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764565145" }, "departure": { "time": "1764565178" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764565215" }, "departure": { "time": "1764565238" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764565277" }, "departure": { "time": "1764565289" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764565316" }, "departure": { "time": "1764565368" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764565418" }, "departure": { "time": "1764565428" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764565484" }, "departure": { "time": "1764565496" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764565570" }, "departure": { "time": "1764565587" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764565663" }, "departure": { "time": "1764565679" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764565760" }, "departure": { "time": "1764565782" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764565806" }, "departure": { "time": "1764565827" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764565865" }, "departure": { "time": "1764565878" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764565932" }, "departure": { "time": "1764565968" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764566046" }, "departure": { "time": "1764566048" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764566082" }, "departure": { "time": "1764566086" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764566110" }, "departure": { "time": "1764566121" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764566176" }, "departure": { "time": "1764566207" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764566307" }, "departure": { "time": "1764566317" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764566348" }, "departure": { "time": "1764566377" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764566414" }, "departure": { "time": "1764566441" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764566468" }, "departure": { "time": "1764566505" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764566535" }, "departure": { "time": "1764566559" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764566613" }, "departure": { "time": "1764566653" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764566695" }, "departure": { "time": "1764566707" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764566771" }, "departure": { "time": "1764566792" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764566827" }, "departure": { "time": "1764566841" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764566851" }, "departure": { "time": "1764566863" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764566885" }, "departure": { "time": "1764566897" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764566937" }, "departure": { "time": "1764566952" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764566999" }, "departure": { "time": "1764567009" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764567051" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38708" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:929-38055", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764566463" }, "departure": { "time": "1764566573" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764566652" }, "departure": { "time": "1764566680" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764566689" }, "departure": { "time": "1764566700" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764566749" }, "departure": { "time": "1764566774" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764566830" }, "departure": { "time": "1764566862" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764566888" }, "departure": { "time": "1764566935" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764566952" }, "departure": { "time": "1764566964" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764566996" }, "departure": { "time": "1764567009" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764567040" }, "departure": { "time": "1764567074" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764567104" }, "departure": { "time": "1764567123" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764567151" }, "departure": { "time": "1764567163" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764567196" }, "departure": { "time": "1764567229" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764567291" }, "departure": { "time": "1764567303" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764567342" }, "departure": { "time": "1764567390" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764567415" }, "departure": { "time": "1764567643" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764567717" }, "departure": { "time": "1764567728" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764567779" }, "departure": { "time": "1764567789" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764567891" }, "departure": { "time": "1764567905" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764567946" }, "departure": { "time": "1764567955" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764567989" }, "departure": { "time": "1764568250" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764568362" }, "departure": { "time": "1764568387" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764568465" }, "departure": { "time": "1764568533" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764568565" }, "departure": { "time": "1764568576" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764568689" }, "departure": { "time": "1764568745" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764568879" }, "departure": { "time": "1764568900" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764568978" }, "departure": { "time": "1764568993" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764569023" }, "departure": { "time": "1764569032" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764569071" }, "departure": { "time": "1764569085" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764569086" }, "departure": { "time": "1764569107" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764569120" }, "departure": { "time": "1764569134" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764569175" }, "departure": { "time": "1764569190" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764569223" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764577907", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "929-38055" }, "vehicle": { "id": "636a2e22c520d5a13c77e532", "label": "1311", "licensePlate": "AV-984-XB" } } }, { "id": "trip:927-38855", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764570455" }, "departure": { "time": "1764570465" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "arrival": { "time": "1764570536" }, "stopId": "RMLAVAI1", "stopSequence": 1 }, { "arrival": { "time": "1764570589" }, "stopId": "RMHALLS1", "stopSequence": 2 }, { "arrival": { "time": "1764570650" }, "departure": { "time": "1764570679" }, "stopId": "RMHOTLV1", "stopSequence": 3 }, { "arrival": { "time": "1764570700" }, "departure": { "time": "1764570790" }, "stopId": "RMRPLAC1", "stopSequence": 4 }, { "arrival": { "time": "1764570802" }, "departure": { "time": "1764570923" }, "stopId": "RMPHARM1", "stopSequence": 5 }, { "stopId": "RMTILLE2", "stopSequence": 6 }, { "arrival": { "time": "1764570960" }, "departure": { "time": "1764570966" }, "stopId": "BJCFA2", "stopSequence": 7 }, { "arrival": { "time": "1764571031" }, "departure": { "time": "1764571081" }, "stopId": "BJPROYA2", "stopSequence": 8 }, { "stopId": "BJEPARG2", "stopSequence": 9 }, { "stopId": "BJFOLAT1", "stopSequence": 10 }, { "stopId": "BJPMICH1", "stopSequence": 11 }, { "arrival": { "time": "1764571435" }, "departure": { "time": "1764571514" }, "stopId": "BJVAUCA2", "stopSequence": 12 }, { "arrival": { "time": "1764571591" }, "departure": { "time": "1764571642" }, "stopId": "BJEBARB2", "stopSequence": 13 }, { "arrival": { "time": "1764571670" }, "departure": { "time": "1764571679" }, "stopId": "BJHBARB2", "stopSequence": 14 }, { "arrival": { "time": "1764571713" }, "stopId": "BJVSCOT2", "stopSequence": 15 }, { "stopId": "BJSTRAU2", "stopSequence": 16 }, { "arrival": { "time": "1764571827" }, "departure": { "time": "1764572010" }, "stopId": "BJCHANT2", "stopSequence": 17 }, { "stopId": "BJROSTA2", "stopSequence": 18 }, { "stopId": "BJCHARM2", "stopSequence": 19 }, { "stopId": "BJCHFLE2", "stopSequence": 20 }, { "stopId": "BJZACHA2", "stopSequence": 21 }, { "arrival": { "time": "1764572329" }, "departure": { "time": "1764572373" }, "stopId": "IDRIMBA1", "stopSequence": 22 }, { "arrival": { "time": "1764572419" }, "departure": { "time": "1764572471" }, "stopId": "IDAPOLL1", "stopSequence": 23 }, { "arrival": { "time": "1764572490" }, "departure": { "time": "1764572530" }, "stopId": "IDMISTR1", "stopSequence": 24 }, { "stopId": "IDRASPE1", "stopSequence": 25 }, { "stopId": "IDALICA1", "stopSequence": 26 }, { "stopId": "IDAPOLL2", "stopSequence": 27 }, { "stopId": "IDRIMBA2", "stopSequence": 28 }, { "stopId": "IDPLOUV2", "stopSequence": 29 }, { "arrival": { "time": "1764572918" }, "departure": { "time": "1764572975" }, "stopId": "IDCHASS2", "stopSequence": 30 }, { "stopId": "IDBRANC2", "stopSequence": 31 }, { "stopId": "IDADMIN2", "stopSequence": 32 }, { "stopId": "IDHOTEL2", "stopSequence": 33 }, { "arrival": { "time": "1764573234" }, "departure": { "time": "1764573366" }, "stopId": "IDTRUFF2", "stopSequence": 34 }, { "stopId": "IDHUBER2", "stopSequence": 35 }, { "stopId": "IDDELOR2", "stopSequence": 36 }, { "stopId": "IDATLAN2", "stopSequence": 37 }, { "arrival": { "time": "1764573589" }, "departure": { "time": "1764573636" }, "stopId": "IDDOISN2", "stopSequence": 38 }, { "arrival": { "time": "1764573653" }, "stopId": "IDPISCI2", "stopSequence": 39 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "927-38855" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:935-38058", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "BJMOZAB1", "stopSequence": 0 }, { "stopId": "BJCHPIN1", "stopSequence": 1 }, { "stopId": "BJLINNE1", "stopSequence": 2 }, { "stopId": "BJPREPO1", "stopSequence": 3 }, { "stopId": "BJCHFLE1", "stopSequence": 4 }, { "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764572576" }, "departure": { "time": "1764572613" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764572643" }, "departure": { "time": "1764572672" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764572707" }, "departure": { "time": "1764572746" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "stopId": "BJVSCOT1", "stopSequence": 9 }, { "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764572899" }, "departure": { "time": "1764573022" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764573078" }, "departure": { "time": "1764573392" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764573430" }, "departure": { "time": "1764573497" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764573709" }, "departure": { "time": "1764573742" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764573778" }, "departure": { "time": "1764573794" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764573822" }, "departure": { "time": "1764573962" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764574099" }, "departure": { "time": "1764574106" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764574151" }, "departure": { "time": "1764574184" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764574215" }, "departure": { "time": "1764574255" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764574367" }, "departure": { "time": "1764574422" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764574530" }, "departure": { "time": "1764574560" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764574632" }, "departure": { "time": "1764574664" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764574695" }, "departure": { "time": "1764574703" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764574736" }, "departure": { "time": "1764574746" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764574747" }, "departure": { "time": "1764574764" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764574775" }, "departure": { "time": "1764574804" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764574909" }, "departure": { "time": "1764574921" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764574959" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764577911", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "935-38058" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:930-38026", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567123" }, "departure": { "time": "1764567147" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764567182" }, "departure": { "time": "1764567216" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764567265" }, "departure": { "time": "1764567276" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764567286" }, "departure": { "time": "1764567329" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764567334" }, "departure": { "time": "1764567384" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764567423" }, "departure": { "time": "1764567461" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764567515" }, "departure": { "time": "1764567564" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764567661" }, "departure": { "time": "1764567700" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764567833" }, "departure": { "time": "1764567942" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764568051" }, "departure": { "time": "1764568102" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764568115" }, "departure": { "time": "1764568137" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764568246" }, "departure": { "time": "1764568294" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764568426" }, "departure": { "time": "1764568439" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764568477" }, "departure": { "time": "1764568489" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764568535" }, "departure": { "time": "1764568548" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764568666" }, "departure": { "time": "1764568676" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764568755" }, "departure": { "time": "1764568790" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764568865" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764568978" }, "departure": { "time": "1764569010" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764569034" }, "departure": { "time": "1764569118" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764569201" }, "departure": { "time": "1764569211" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764569239" }, "departure": { "time": "1764569253" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "stopId": "BJSTRAU2", "stopSequence": 23 }, { "stopId": "BJCHANT2", "stopSequence": 24 }, { "stopId": "BJROSTA2", "stopSequence": 25 }, { "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764569505" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764569569" }, "departure": { "time": "1764569776" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764569796" }, "departure": { "time": "1764569815" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764569870" }, "departure": { "time": "1764569870" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577910", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "930-38026" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:925-36249", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764576985" }, "departure": { "time": "1764577038" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764577071" }, "departure": { "time": "1764577098" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764577141" }, "departure": { "time": "1764577155" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764577166" }, "departure": { "time": "1764577201" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764577210" }, "departure": { "time": "1764577222" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764577275" }, "departure": { "time": "1764577312" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764577347" }, "departure": { "time": "1764577382" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764577476" }, "departure": { "time": "1764577484" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764577723" }, "departure": { "time": "1764577739" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764577811" }, "departure": { "time": "1764577853" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764577890" }, "departure": { "time": "1764577899" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764578080" }, "departure": { "time": "1764578080" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764578140" }, "departure": { "time": "1764578140" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764578260" }, "departure": { "time": "1764578260" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764578320" }, "departure": { "time": "1764578320" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764578440" }, "departure": { "time": "1764578440" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764578500" }, "departure": { "time": "1764578500" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764578620" }, "departure": { "time": "1764578620" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764578740" }, "departure": { "time": "1764578740" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764578860" }, "departure": { "time": "1764578860" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764578920" }, "departure": { "time": "1764578920" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764579040" }, "departure": { "time": "1764579040" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764579280" }, "departure": { "time": "1764579280" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764579340" }, "departure": { "time": "1764579340" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764579520" }, "departure": { "time": "1764579520" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764579520" }, "departure": { "time": "1764579520" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764579580" }, "departure": { "time": "1764579580" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764579640" }, "departure": { "time": "1764579640" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764579700" }, "departure": { "time": "1764579700" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764579700" }, "departure": { "time": "1764579700" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764579760" }, "departure": { "time": "1764579760" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "925-36249" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:930-38061", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764577178" }, "departure": { "time": "1764577362" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764577425" }, "departure": { "time": "1764577453" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764577465" }, "departure": { "time": "1764577527" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764577581" }, "departure": { "time": "1764577599" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764577658" }, "departure": { "time": "1764577700" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764577730" }, "departure": { "time": "1764577820" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764577837" }, "departure": { "time": "1764577872" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764577902" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764577970" }, "departure": { "time": "1764577970" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764578030" }, "departure": { "time": "1764578030" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764578090" }, "departure": { "time": "1764578090" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764578150" }, "departure": { "time": "1764578150" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764578210" }, "departure": { "time": "1764578210" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764578270" }, "departure": { "time": "1764578270" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764578330" }, "departure": { "time": "1764578330" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764578630" }, "departure": { "time": "1764578630" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764578750" }, "departure": { "time": "1764578750" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764578870" }, "departure": { "time": "1764578870" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764578930" }, "departure": { "time": "1764578930" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764578990" }, "departure": { "time": "1764578990" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764579170" }, "departure": { "time": "1764579170" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764579290" }, "departure": { "time": "1764579290" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764579350" }, "departure": { "time": "1764579350" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764579470" }, "departure": { "time": "1764579470" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764579590" }, "departure": { "time": "1764579590" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764579710" }, "departure": { "time": "1764579710" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764579770" }, "departure": { "time": "1764579770" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764579830" }, "departure": { "time": "1764579830" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764579830" }, "departure": { "time": "1764579830" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764579890" }, "departure": { "time": "1764579890" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764579950" }, "departure": { "time": "1764579950" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764580010" }, "departure": { "time": "1764580010" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764577910", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "930-38061" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:1140-38711", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764575410" }, "departure": { "time": "1764575423" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764575436" }, "departure": { "time": "1764575448" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764575470" }, "departure": { "time": "1764575482" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764575494" }, "departure": { "time": "1764575524" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764575681" }, "departure": { "time": "1764575716" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764575862" }, "departure": { "time": "1764575896" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764576002" }, "departure": { "time": "1764576052" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764576065" }, "departure": { "time": "1764576096" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764576130" }, "departure": { "time": "1764576155" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764576166" }, "departure": { "time": "1764576226" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764576259" }, "departure": { "time": "1764576299" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764576356" }, "departure": { "time": "1764576386" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764576415" }, "departure": { "time": "1764576479" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764576525" }, "departure": { "time": "1764576540" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764576590" }, "departure": { "time": "1764576599" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764576695" }, "departure": { "time": "1764576706" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764576783" }, "departure": { "time": "1764576796" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764576844" }, "departure": { "time": "1764576856" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764576876" }, "departure": { "time": "1764576897" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764576931" }, "departure": { "time": "1764576938" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764576985" }, "departure": { "time": "1764577005" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764577071" }, "departure": { "time": "1764577077" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764577103" }, "departure": { "time": "1764577110" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764577125" }, "departure": { "time": "1764577137" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764577177" }, "departure": { "time": "1764577212" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764577303" }, "departure": { "time": "1764577311" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764577336" }, "departure": { "time": "1764577383" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764577413" }, "departure": { "time": "1764577447" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764577464" }, "departure": { "time": "1764577498" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764577529" }, "departure": { "time": "1764577622" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764577672" }, "departure": { "time": "1764577743" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764577773" }, "departure": { "time": "1764577783" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764577874" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764577970" }, "departure": { "time": "1764577970" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764577970" }, "departure": { "time": "1764577970" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764578030" }, "departure": { "time": "1764578030" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764578090" }, "departure": { "time": "1764578090" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764578150" }, "departure": { "time": "1764578150" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764578210" }, "departure": { "time": "1764578210" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764577907", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1140-38711" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:932-38814", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764568195" }, "departure": { "time": "1764568251" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764568293" }, "departure": { "time": "1764568324" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764568349" }, "departure": { "time": "1764568361" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764568401" }, "departure": { "time": "1764568443" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764568478" }, "departure": { "time": "1764568512" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764568523" }, "departure": { "time": "1764568555" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764568621" }, "departure": { "time": "1764568656" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764568676" }, "departure": { "time": "1764568695" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764568819" }, "departure": { "time": "1764568830" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764569131" }, "departure": { "time": "1764569184" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "stopId": "IDPLOUV1", "stopSequence": 11 }, { "stopId": "BJZACHA1", "stopSequence": 12 }, { "stopId": "BJCHFLE3", "stopSequence": 13 }, { "stopId": "BJCHARM1", "stopSequence": 14 }, { "stopId": "BJROSTA1", "stopSequence": 15 }, { "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764569673" }, "departure": { "time": "1764569714" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "stopId": "BJVSCOT1", "stopSequence": 18 }, { "stopId": "BJHBARB1", "stopSequence": 19 }, { "stopId": "BJEBARB1", "stopSequence": 20 }, { "stopId": "BJVAUCA1", "stopSequence": 21 }, { "arrival": { "time": "1764570059" }, "departure": { "time": "1764570123" }, "stopId": "BJPMICH2", "stopSequence": 22 }, { "arrival": { "time": "1764570163" }, "departure": { "time": "1764570199" }, "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764570236" }, "departure": { "time": "1764570244" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764570288" }, "departure": { "time": "1764570325" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764570326" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764570412" }, "departure": { "time": "1764570615" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "stopId": "BJRIVET1", "stopSequence": 29 }, { "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764570831" }, "departure": { "time": "1764570834" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "stopId": "NVRUFF2", "stopSequence": 32 }, { "stopId": "NVPONTA2", "stopSequence": 33 }, { "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764571276" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "932-38814" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:922-38856", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567471" }, "departure": { "time": "1764568221" }, "stopId": "NVPLACE1", "stopSequence": 0 }, { "arrival": { "time": "1764568304" }, "departure": { "time": "1764568337" }, "stopId": "NVBASV1", "stopSequence": 1 }, { "arrival": { "time": "1764568385" }, "departure": { "time": "1764568420" }, "stopId": "NVPONTA1", "stopSequence": 2 }, { "arrival": { "time": "1764568483" }, "departure": { "time": "1764568519" }, "stopId": "NVRUFF1", "stopSequence": 3 }, { "arrival": { "time": "1764568646" }, "departure": { "time": "1764568686" }, "stopId": "BJBOUSS1", "stopSequence": 4 }, { "arrival": { "time": "1764568731" }, "departure": { "time": "1764568805" }, "stopId": "BJMBLAN2", "stopSequence": 5 }, { "arrival": { "time": "1764568844" }, "departure": { "time": "1764568897" }, "stopId": "BJRIVET2", "stopSequence": 6 }, { "arrival": { "time": "1764569053" }, "departure": { "time": "1764569091" }, "stopId": "BJCHAMP2", "stopSequence": 7 }, { "arrival": { "time": "1764569111" }, "departure": { "time": "1764569141" }, "stopId": "BJTOUR2", "stopSequence": 8 }, { "arrival": { "time": "1764569160" }, "departure": { "time": "1764569174" }, "stopId": "BJMOULI2", "stopSequence": 9 }, { "stopId": "BJPROYA2", "stopSequence": 10 }, { "arrival": { "time": "1764569276" }, "departure": { "time": "1764569334" }, "stopId": "BJEPARG2", "stopSequence": 11 }, { "stopId": "BJFOLAT1", "stopSequence": 12 }, { "stopId": "BJPMICH1", "stopSequence": 13 }, { "stopId": "BJVAUCA2", "stopSequence": 14 }, { "stopId": "BJEBARB2", "stopSequence": 15 }, { "stopId": "BJHBARB2", "stopSequence": 16 }, { "arrival": { "time": "1764569795" }, "departure": { "time": "1764569887" }, "stopId": "BJVSCOT2", "stopSequence": 17 }, { "stopId": "BJSTRAU2", "stopSequence": 18 }, { "stopId": "BJCHANT2", "stopSequence": 19 }, { "stopId": "BJROSTA2", "stopSequence": 20 }, { "arrival": { "time": "1764570024" }, "departure": { "time": "1764570053" }, "stopId": "BJCHARM2", "stopSequence": 21 }, { "arrival": { "time": "1764570076" }, "departure": { "time": "1764570187" }, "stopId": "BJCHFLE2", "stopSequence": 22 }, { "stopId": "BJZACHA2", "stopSequence": 23 }, { "stopId": "IDRIMBA1", "stopSequence": 24 }, { "stopId": "IDAPOLL1", "stopSequence": 25 }, { "stopId": "IDMISTR1", "stopSequence": 26 }, { "arrival": { "time": "1764570504" }, "stopId": "IDRASPE1", "stopSequence": 27 }, { "stopId": "IDALICA1", "stopSequence": 28 }, { "arrival": { "time": "1764570709" }, "departure": { "time": "1764570786" }, "stopId": "IDAPOLL2", "stopSequence": 29 }, { "stopId": "IDRIMBA2", "stopSequence": 30 }, { "stopId": "IDPLOUV2", "stopSequence": 31 }, { "stopId": "IDCHASS2", "stopSequence": 32 }, { "arrival": { "time": "1764570917" }, "departure": { "time": "1764571073" }, "stopId": "IDBRANC2", "stopSequence": 33 }, { "stopId": "IDADMIN2", "stopSequence": 34 }, { "stopId": "IDHOTEL2", "stopSequence": 35 }, { "stopId": "IDTRUFF2", "stopSequence": 36 }, { "stopId": "IDHUBER2", "stopSequence": 37 }, { "arrival": { "time": "1764571233" }, "stopId": "IDDELOR2", "stopSequence": 38 }, { "arrival": { "time": "1764571363" }, "departure": { "time": "1764571377" }, "stopId": "IDATLAN2", "stopSequence": 39 }, { "stopId": "IDDOISN2", "stopSequence": 40 }, { "arrival": { "time": "1764571060" }, "departure": { "time": "1764571060" }, "stopId": "IDPISCI2", "stopSequence": 41 } ], "timestamp": "1764577910", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "922-38856" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:929-38059", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764573552" }, "departure": { "time": "1764573668" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764573733" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "stopId": "BJLINNE1", "stopSequence": 2 }, { "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764573970" }, "departure": { "time": "1764574003" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764574035" }, "departure": { "time": "1764574087" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764574106" }, "departure": { "time": "1764574150" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764574186" }, "departure": { "time": "1764574230" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764574271" }, "departure": { "time": "1764574334" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764574365" }, "departure": { "time": "1764574407" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764574493" }, "departure": { "time": "1764574534" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764574597" }, "departure": { "time": "1764574666" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764574702" }, "departure": { "time": "1764574746" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764574753" }, "departure": { "time": "1764574894" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764574956" }, "departure": { "time": "1764575002" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764575111" }, "departure": { "time": "1764575123" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764575219" }, "departure": { "time": "1764575250" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764575289" }, "departure": { "time": "1764575299" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764575328" }, "departure": { "time": "1764575368" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764575504" }, "departure": { "time": "1764575534" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764575608" }, "departure": { "time": "1764575675" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764575704" }, "departure": { "time": "1764575748" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764575843" }, "departure": { "time": "1764575899" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764576018" }, "departure": { "time": "1764576025" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764576116" }, "departure": { "time": "1764576129" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764576167" }, "departure": { "time": "1764576176" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764576214" }, "departure": { "time": "1764576242" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764576244" }, "departure": { "time": "1764576279" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764576293" }, "departure": { "time": "1764576301" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764576343" }, "departure": { "time": "1764576373" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764576404" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764577907", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "929-38059" }, "vehicle": { "id": "636a2e22c520d5a13c77e532", "label": "1311", "licensePlate": "AV-984-XB" } } }, { "id": "trip:8_0_21", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764570636" }, "departure": { "time": "1764570750" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764570792" }, "departure": { "time": "1764570805" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "arrival": { "time": "1764570867" }, "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764570919" }, "departure": { "time": "1764571021" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "stopId": "BJVSCOT1", "stopSequence": 4 }, { "stopId": "BJCRROU1", "stopSequence": 5 }, { "arrival": { "time": "1764571135" }, "departure": { "time": "1764571146" }, "stopId": "BJPTJAL1", "stopSequence": 6 }, { "arrival": { "time": "1764571202" }, "departure": { "time": "1764571213" }, "stopId": "BJETISS2", "stopSequence": 7 }, { "arrival": { "time": "1764571261" }, "departure": { "time": "1764571334" }, "stopId": "BJEBARB3", "stopSequence": 8 }, { "stopId": "BJPALAI1", "stopSequence": 9 }, { "arrival": { "time": "1764571320" }, "departure": { "time": "1764571320" }, "stopId": "BJFRERE1", "stopSequence": 10 }, { "arrival": { "time": "1764571380" }, "departure": { "time": "1764571380" }, "stopId": "BJEMMAU1", "stopSequence": 11 }, { "arrival": { "time": "1764571560" }, "departure": { "time": "1764571560" }, "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764571620" }, "departure": { "time": "1764571620" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764571920" }, "departure": { "time": "1764571920" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "arrival": { "time": "1764572100" }, "departure": { "time": "1764572100" }, "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764572160" }, "departure": { "time": "1764572160" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764572280" }, "departure": { "time": "1764572280" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "arrival": { "time": "1764572400" }, "departure": { "time": "1764572400" }, "stopId": "VMBELMO2", "stopSequence": 18 }, { "arrival": { "time": "1764572460" }, "departure": { "time": "1764572460" }, "stopId": "VMNAUTA2", "stopSequence": 19 }, { "arrival": { "time": "1764572520" }, "departure": { "time": "1764572520" }, "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764572580" }, "departure": { "time": "1764572580" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "arrival": { "time": "1764572640" }, "departure": { "time": "1764572640" }, "stopId": "VMILOTS1", "stopSequence": 22 }, { "arrival": { "time": "1764572700" }, "departure": { "time": "1764572700" }, "stopId": "VMCHATE1", "stopSequence": 23 }, { "arrival": { "time": "1764572760" }, "departure": { "time": "1764572760" }, "stopId": "VMTECHE1", "stopSequence": 24 }, { "arrival": { "time": "1764572820" }, "departure": { "time": "1764572820" }, "stopId": "VMDESCA2", "stopSequence": 25 }, { "arrival": { "time": "1764572940" }, "departure": { "time": "1764572940" }, "stopId": "VFRPMUI2", "stopSequence": 26 }, { "arrival": { "time": "1764573060" }, "departure": { "time": "1764573060" }, "stopId": "VFTECHO1", "stopSequence": 27 }, { "arrival": { "time": "1764573240" }, "departure": { "time": "1764573240" }, "stopId": "VPALPES2", "stopSequence": 28 }, { "arrival": { "time": "1764573420" }, "departure": { "time": "1764573420" }, "stopId": "VPGARE1", "stopSequence": 29 }, { "arrival": { "time": "1764573600" }, "departure": { "time": "1764573600" }, "stopId": "VFROCHE1", "stopSequence": 30 }, { "arrival": { "time": "1764573660" }, "departure": { "time": "1764573660" }, "stopId": "VFBOURG1", "stopSequence": 31 }, { "arrival": { "time": "1764573720" }, "departure": { "time": "1764573720" }, "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764573780" }, "departure": { "time": "1764573780" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764577909", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_21" }, "vehicle": { "id": "636a2e22c520d5a13c77e618", "label": "1524", "licensePlate": "DH-568-HA" } } }, { "id": "trip:1139-38696", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764574457" }, "departure": { "time": "1764574559" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764574605" }, "departure": { "time": "1764574637" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "arrival": { "time": "1764574685" }, "departure": { "time": "1764574715" }, "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764574757" }, "departure": { "time": "1764574812" }, "stopId": "VFARMIE1", "stopSequence": 3 }, { "arrival": { "time": "1764574834" }, "departure": { "time": "1764574864" }, "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764574887" }, "departure": { "time": "1764574978" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "arrival": { "time": "1764575015" }, "departure": { "time": "1764575119" }, "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764575192" }, "departure": { "time": "1764575246" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764575278" }, "departure": { "time": "1764575445" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764575515" }, "departure": { "time": "1764575549" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764575583" }, "departure": { "time": "1764575616" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764575636" }, "departure": { "time": "1764575668" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764575708" }, "departure": { "time": "1764575742" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764575770" }, "departure": { "time": "1764575779" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764575887" }, "departure": { "time": "1764575922" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "arrival": { "time": "1764575940" }, "departure": { "time": "1764575968" }, "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764575989" }, "departure": { "time": "1764575994" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764576026" }, "departure": { "time": "1764576054" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "arrival": { "time": "1764576212" }, "departure": { "time": "1764576220" }, "stopId": "VMCHATE2", "stopSequence": 18 }, { "arrival": { "time": "1764576262" }, "departure": { "time": "1764576276" }, "stopId": "VMILOTS2", "stopSequence": 19 }, { "arrival": { "time": "1764576305" }, "departure": { "time": "1764576322" }, "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "arrival": { "time": "1764576345" }, "departure": { "time": "1764576359" }, "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764576400" }, "departure": { "time": "1764576409" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764576471" }, "departure": { "time": "1764576483" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "arrival": { "time": "1764576568" }, "departure": { "time": "1764576572" }, "stopId": "IDSEIGL1", "stopSequence": 24 }, { "arrival": { "time": "1764576637" }, "departure": { "time": "1764576653" }, "stopId": "IDGERMA1", "stopSequence": 25 }, { "arrival": { "time": "1764576699" }, "departure": { "time": "1764576741" }, "stopId": "IDDOISN1", "stopSequence": 26 }, { "arrival": { "time": "1764576766" }, "departure": { "time": "1764576771" }, "stopId": "IDATLAN1", "stopSequence": 27 }, { "arrival": { "time": "1764576816" }, "departure": { "time": "1764576831" }, "stopId": "IDDELOR1", "stopSequence": 28 }, { "arrival": { "time": "1764576865" }, "departure": { "time": "1764576877" }, "stopId": "IDHUBER1", "stopSequence": 29 }, { "arrival": { "time": "1764576888" }, "departure": { "time": "1764576921" }, "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764576954" }, "departure": { "time": "1764576964" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "arrival": { "time": "1764576985" }, "departure": { "time": "1764577002" }, "stopId": "IDADMIN1", "stopSequence": 32 }, { "arrival": { "time": "1764577123" }, "departure": { "time": "1764577182" }, "stopId": "IDCECOM1", "stopSequence": 33 }, { "arrival": { "time": "1764577318" }, "departure": { "time": "1764577381" }, "stopId": "IDGARE1", "stopSequence": 34 }, { "arrival": { "time": "1764577484" }, "departure": { "time": "1764577490" }, "stopId": "IDCHAMP2", "stopSequence": 35 }, { "arrival": { "time": "1764577511" }, "departure": { "time": "1764577538" }, "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764577577" }, "departure": { "time": "1764577592" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764577601" }, "departure": { "time": "1764577634" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764577662" }, "departure": { "time": "1764577683" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764577742" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764577912", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1139-38696" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:1137-38358", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764567602" }, "departure": { "time": "1764567718" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764567752" }, "departure": { "time": "1764567777" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764567811" }, "departure": { "time": "1764567850" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764568030" }, "departure": { "time": "1764568068" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764568127" }, "departure": { "time": "1764568166" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764568202" }, "departure": { "time": "1764568233" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764568285" }, "departure": { "time": "1764568328" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764568405" }, "departure": { "time": "1764568446" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764568497" }, "departure": { "time": "1764568505" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764568548" }, "departure": { "time": "1764568573" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764568615" }, "departure": { "time": "1764568628" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764568670" }, "departure": { "time": "1764568687" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764568727" }, "departure": { "time": "1764568734" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "stopId": "VPARTOI2", "stopSequence": 13 }, { "stopId": "QFMALA2", "stopSequence": 14 }, { "stopId": "QFARRI2", "stopSequence": 15 }, { "stopId": "QFMAINE2", "stopSequence": 16 }, { "stopId": "QFBRET2", "stopSequence": 17 }, { "stopId": "QFLAFA2", "stopSequence": 18 }, { "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764569213" }, "departure": { "time": "1764569234" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "stopId": "QFMUGUE1", "stopSequence": 21 }, { "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764569394" }, "departure": { "time": "1764569403" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764569440" }, "departure": { "time": "1764569440" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764577911", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1137-38358" }, "vehicle": { "id": "636a2e22c520d5a13c77e4f3", "label": "1316", "licensePlate": "CD-847-QX" } } }, { "id": "trip:8", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC4", "stopSequence": 0 }, { "arrival": { "time": "1764570772" }, "departure": { "time": "1764570823" }, "stopId": "VFREPUB2", "stopSequence": 1 }, { "arrival": { "time": "1764570873" }, "departure": { "time": "1764570945" }, "stopId": "VFBOURG2", "stopSequence": 2 }, { "arrival": { "time": "1764570992" }, "departure": { "time": "1764571059" }, "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764571306" }, "departure": { "time": "1764571546" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "arrival": { "time": "1764571563" }, "departure": { "time": "1764571606" }, "stopId": "VFTECHO2", "stopSequence": 5 }, { "arrival": { "time": "1764571695" }, "departure": { "time": "1764571703" }, "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764571755" }, "departure": { "time": "1764571761" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "stopId": "VMTECHE2", "stopSequence": 8 }, { "stopId": "VMCHATE2", "stopSequence": 9 }, { "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764571970" }, "departure": { "time": "1764572042" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764572065" }, "departure": { "time": "1764572092" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764572154" }, "departure": { "time": "1764572361" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "stopId": "IDSEIGL1", "stopSequence": 15 }, { "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764572429" }, "departure": { "time": "1764572459" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "stopId": "BJGRIPR1", "stopSequence": 18 }, { "arrival": { "time": "1764572899" }, "departure": { "time": "1764572930" }, "stopId": "BJMEDHO2", "stopSequence": 19 }, { "stopId": "BJMEDCL2", "stopSequence": 20 }, { "arrival": { "time": "1764573077" }, "departure": { "time": "1764573089" }, "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764573174" }, "departure": { "time": "1764573180" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764573273" }, "departure": { "time": "1764573282" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764573443" }, "departure": { "time": "1764573484" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764573538" }, "departure": { "time": "1764573564" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764573622" }, "departure": { "time": "1764573643" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "arrival": { "time": "1764573690" }, "departure": { "time": "1764573726" }, "stopId": "BJCHARM1", "stopSequence": 29 }, { "arrival": { "time": "1764573743" }, "departure": { "time": "1764573775" }, "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764573859" }, "departure": { "time": "1764573866" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764573908" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764577906", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8" }, "vehicle": { "id": "636a2e23c520d5a13c77e6c9", "label": "1312", "licensePlate": "AZ-715-MJ" } } }, { "id": "trip:932-38816", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764575368" }, "departure": { "time": "1764575421" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764575457" }, "departure": { "time": "1764575491" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764575516" }, "departure": { "time": "1764575527" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764575579" }, "departure": { "time": "1764575618" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764575656" }, "departure": { "time": "1764575689" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764575703" }, "departure": { "time": "1764575721" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764575761" }, "departure": { "time": "1764575794" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764575814" }, "departure": { "time": "1764575845" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764575968" }, "departure": { "time": "1764575976" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764576189" }, "departure": { "time": "1764576198" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764576271" }, "departure": { "time": "1764576308" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764576346" }, "departure": { "time": "1764576361" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764576479" }, "departure": { "time": "1764576498" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764576565" }, "departure": { "time": "1764576603" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "arrival": { "time": "1764576636" }, "departure": { "time": "1764576711" }, "stopId": "BJCHARM1", "stopSequence": 14 }, { "arrival": { "time": "1764576726" }, "departure": { "time": "1764576768" }, "stopId": "BJROSTA1", "stopSequence": 15 }, { "arrival": { "time": "1764576811" }, "departure": { "time": "1764576824" }, "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764576865" }, "departure": { "time": "1764576898" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "arrival": { "time": "1764576932" }, "departure": { "time": "1764576946" }, "stopId": "BJVSCOT1", "stopSequence": 18 }, { "arrival": { "time": "1764576977" }, "departure": { "time": "1764576990" }, "stopId": "BJHBARB1", "stopSequence": 19 }, { "arrival": { "time": "1764577018" }, "departure": { "time": "1764577077" }, "stopId": "BJEBARB1", "stopSequence": 20 }, { "arrival": { "time": "1764577161" }, "departure": { "time": "1764577205" }, "stopId": "BJVAUCA1", "stopSequence": 21 }, { "arrival": { "time": "1764577355" }, "departure": { "time": "1764577394" }, "stopId": "BJPMICH2", "stopSequence": 22 }, { "arrival": { "time": "1764577433" }, "departure": { "time": "1764577479" }, "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764577524" }, "departure": { "time": "1764577557" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764577598" }, "departure": { "time": "1764577615" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764577628" }, "departure": { "time": "1764577646" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "arrival": { "time": "1764577659" }, "departure": { "time": "1764577688" }, "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764577715" }, "departure": { "time": "1764577731" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "arrival": { "time": "1764577850" }, "departure": { "time": "1764577881" }, "stopId": "BJRIVET1", "stopSequence": 29 }, { "arrival": { "time": "1764577980" }, "departure": { "time": "1764577980" }, "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764578040" }, "departure": { "time": "1764578040" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "arrival": { "time": "1764578220" }, "departure": { "time": "1764578220" }, "stopId": "NVRUFF2", "stopSequence": 32 }, { "arrival": { "time": "1764578460" }, "departure": { "time": "1764578460" }, "stopId": "NVPONTA2", "stopSequence": 33 }, { "arrival": { "time": "1764578460" }, "departure": { "time": "1764578460" }, "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764578580" }, "departure": { "time": "1764578580" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764577911", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "932-38816" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:926-36334", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764569696" }, "departure": { "time": "1764569739" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764569762" }, "departure": { "time": "1764569825" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764569845" }, "departure": { "time": "1764569881" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764569906" }, "departure": { "time": "1764569917" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764569984" }, "departure": { "time": "1764570036" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764570087" }, "departure": { "time": "1764570123" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764570156" }, "departure": { "time": "1764570235" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764570325" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764570388" }, "departure": { "time": "1764570610" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "stopId": "BJEMARI2", "stopSequence": 9 }, { "stopId": "BJZOLA2", "stopSequence": 10 }, { "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764570797" }, "departure": { "time": "1764570806" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764570853" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764570920" }, "departure": { "time": "1764570930" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764571249" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "stopId": "BJPOLER2", "stopSequence": 17 }, { "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764571516" }, "departure": { "time": "1764571530" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "stopId": "IDPLOUV2", "stopSequence": 20 }, { "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764571931" }, "departure": { "time": "1764571942" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764572311" }, "departure": { "time": "1764572345" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764572376" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764572424" }, "departure": { "time": "1764572460" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764572461" }, "departure": { "time": "1764572480" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764572492" }, "departure": { "time": "1764572520" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764572557" }, "departure": { "time": "1764572589" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764572618" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "926-36334" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:1136-38766", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764568838" }, "departure": { "time": "1764568877" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764568916" }, "departure": { "time": "1764568961" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764568981" }, "departure": { "time": "1764569028" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764569058" }, "departure": { "time": "1764569097" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764569120" }, "departure": { "time": "1764569152" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764569271" }, "departure": { "time": "1764569312" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764569468" }, "departure": { "time": "1764569498" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764569539" }, "departure": { "time": "1764569575" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764569584" }, "departure": { "time": "1764569627" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764569655" }, "departure": { "time": "1764569670" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764569716" }, "departure": { "time": "1764569770" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764569796" }, "departure": { "time": "1764569833" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764569903" }, "departure": { "time": "1764569919" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764570064" }, "departure": { "time": "1764570069" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764570145" }, "departure": { "time": "1764570176" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764570647" }, "departure": { "time": "1764570665" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764570780" }, "departure": { "time": "1764570790" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764570806" }, "departure": { "time": "1764570812" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764570870" }, "departure": { "time": "1764570913" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764571098" }, "departure": { "time": "1764571112" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764571124" }, "departure": { "time": "1764571147" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764571197" }, "departure": { "time": "1764571232" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764571250" }, "departure": { "time": "1764571291" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764571351" }, "departure": { "time": "1764571398" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764571427" }, "departure": { "time": "1764571462" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764571532" }, "departure": { "time": "1764571539" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764571567" }, "departure": { "time": "1764571581" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764571610" }, "departure": { "time": "1764571618" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764571679" }, "departure": { "time": "1764571696" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764571739" }, "departure": { "time": "1764571745" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764571780" }, "departure": { "time": "1764571828" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764571841" }, "departure": { "time": "1764571849" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764571863" }, "departure": { "time": "1764571876" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764571886" }, "departure": { "time": "1764571892" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764571903" }, "departure": { "time": "1764571931" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764571939" }, "departure": { "time": "1764571948" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764572115" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764577910", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1136-38766" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:926-36338", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764576901" }, "departure": { "time": "1764576916" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764576949" }, "departure": { "time": "1764577011" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764577045" }, "departure": { "time": "1764577075" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764577127" }, "departure": { "time": "1764577159" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764577210" }, "departure": { "time": "1764577246" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764577302" }, "departure": { "time": "1764577339" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764577365" }, "departure": { "time": "1764577433" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764577538" }, "departure": { "time": "1764577551" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764577557" }, "departure": { "time": "1764577644" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764577757" }, "departure": { "time": "1764577771" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764577785" }, "departure": { "time": "1764577819" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764577837" }, "departure": { "time": "1764577868" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764577920" }, "departure": { "time": "1764577920" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764577980" }, "departure": { "time": "1764577980" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764578040" }, "departure": { "time": "1764578040" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764578040" }, "departure": { "time": "1764578040" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764578100" }, "departure": { "time": "1764578100" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764578160" }, "departure": { "time": "1764578160" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764578280" }, "departure": { "time": "1764578280" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764578340" }, "departure": { "time": "1764578340" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764578580" }, "departure": { "time": "1764578580" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764578640" }, "departure": { "time": "1764578640" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764578760" }, "departure": { "time": "1764578760" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764579000" }, "departure": { "time": "1764579000" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764579120" }, "departure": { "time": "1764579120" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764579180" }, "departure": { "time": "1764579180" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764579240" }, "departure": { "time": "1764579240" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764579300" }, "departure": { "time": "1764579300" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764579300" }, "departure": { "time": "1764579300" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764579420" }, "departure": { "time": "1764579420" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764579480" }, "departure": { "time": "1764579480" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764577911", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "926-36338" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:929-38032", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764576536" }, "departure": { "time": "1764577830" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764577872" }, "departure": { "time": "1764577890" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764577940" }, "departure": { "time": "1764577940" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764577940" }, "departure": { "time": "1764577940" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764578000" }, "departure": { "time": "1764578000" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764576466" }, "departure": { "time": "1764578060" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764578120" }, "departure": { "time": "1764578120" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764578240" }, "departure": { "time": "1764578240" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764578420" }, "departure": { "time": "1764578420" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764578600" }, "departure": { "time": "1764578600" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764578600" }, "departure": { "time": "1764578600" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764578780" }, "departure": { "time": "1764578780" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764578960" }, "departure": { "time": "1764578960" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764579080" }, "departure": { "time": "1764579080" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764579140" }, "departure": { "time": "1764579140" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764579260" }, "departure": { "time": "1764579260" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764579380" }, "departure": { "time": "1764579380" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764579620" }, "departure": { "time": "1764579620" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764579680" }, "departure": { "time": "1764579680" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764579680" }, "departure": { "time": "1764579680" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764579800" }, "departure": { "time": "1764579800" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764579860" }, "departure": { "time": "1764579860" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764579920" }, "departure": { "time": "1764579920" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764579980" }, "departure": { "time": "1764579980" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764580040" }, "departure": { "time": "1764580040" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764580100" }, "departure": { "time": "1764580100" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764580100" }, "departure": { "time": "1764580100" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764580160" }, "departure": { "time": "1764580160" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764580220" }, "departure": { "time": "1764580220" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764580340" }, "departure": { "time": "1764580340" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764580340" }, "departure": { "time": "1764580340" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764580460" }, "departure": { "time": "1764580460" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764577907", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "929-38032" }, "vehicle": { "id": "636a2e22c520d5a13c77e532", "label": "1311", "licensePlate": "AV-984-XB" } } }, { "id": "trip:930-38057", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764570170" }, "departure": { "time": "1764570201" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764570218" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "stopId": "BJPREPO1", "stopSequence": 3 }, { "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764570524" }, "departure": { "time": "1764570593" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764570720" }, "departure": { "time": "1764570773" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764570816" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764570913" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764570937" }, "departure": { "time": "1764571074" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "stopId": "BJEBARB1", "stopSequence": 11 }, { "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764571289" }, "departure": { "time": "1764571381" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764571387" }, "departure": { "time": "1764571460" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "stopId": "BJALPES2", "stopSequence": 15 }, { "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764571782" }, "departure": { "time": "1764571815" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764571897" }, "departure": { "time": "1764572051" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "stopId": "BJGRSOL2", "stopSequence": 20 }, { "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764572240" }, "departure": { "time": "1764572276" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "stopId": "IDGARE1", "stopSequence": 23 }, { "stopId": "IDCECOM2", "stopSequence": 24 }, { "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764572776" }, "departure": { "time": "1764572802" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764572848" }, "departure": { "time": "1764572873" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764572874" }, "departure": { "time": "1764572911" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764572922" }, "departure": { "time": "1764572952" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764572986" }, "departure": { "time": "1764573031" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764573071" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764577910", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "930-38057" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:933-37607", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764575005" }, "departure": { "time": "1764575106" }, "stopId": "SSFLOS1", "stopSequence": 0 }, { "arrival": { "time": "1764575163" }, "departure": { "time": "1764575184" }, "stopId": "SSSMART1", "stopSequence": 1 }, { "arrival": { "time": "1764575277" }, "departure": { "time": "1764575290" }, "stopId": "SSZONEA1", "stopSequence": 2 }, { "arrival": { "time": "1764575359" }, "departure": { "time": "1764575366" }, "stopId": "SSPRECH1", "stopSequence": 3 }, { "arrival": { "time": "1764575506" }, "departure": { "time": "1764575537" }, "stopId": "SSEGLIS1", "stopSequence": 4 }, { "arrival": { "time": "1764575612" }, "departure": { "time": "1764575642" }, "stopId": "SSTRUIT1", "stopSequence": 5 }, { "arrival": { "time": "1764575845" }, "stopId": "SSDEMPT2", "stopSequence": 6 }, { "arrival": { "time": "1764575868" }, "departure": { "time": "1764575875" }, "stopId": "SSDEMPT1", "stopSequence": 7 }, { "arrival": { "time": "1764575968" }, "departure": { "time": "1764575978" }, "stopId": "SSMOLLA1", "stopSequence": 8 }, { "arrival": { "time": "1764576102" }, "departure": { "time": "1764576112" }, "stopId": "BJALBIZ1", "stopSequence": 9 }, { "arrival": { "time": "1764576133" }, "departure": { "time": "1764576151" }, "stopId": "BJLOUP2", "stopSequence": 10 }, { "arrival": { "time": "1764576160" }, "departure": { "time": "1764576172" }, "stopId": "BJCHPAG1", "stopSequence": 11 }, { "arrival": { "time": "1764576219" }, "departure": { "time": "1764576228" }, "stopId": "BJPMONT1", "stopSequence": 12 }, { "arrival": { "time": "1764576242" }, "departure": { "time": "1764576245" }, "stopId": "BJBELRI2", "stopSequence": 13 }, { "arrival": { "time": "1764576274" }, "departure": { "time": "1764576282" }, "stopId": "BJMAS1", "stopSequence": 14 }, { "arrival": { "time": "1764576304" }, "departure": { "time": "1764576317" }, "stopId": "BJTONKI2", "stopSequence": 15 }, { "arrival": { "time": "1764576382" }, "departure": { "time": "1764576395" }, "stopId": "BJSQUAR2", "stopSequence": 16 }, { "arrival": { "time": "1764576411" }, "departure": { "time": "1764576448" }, "stopId": "BJPREBE2", "stopSequence": 17 }, { "arrival": { "time": "1764576506" }, "departure": { "time": "1764576531" }, "stopId": "BJCOPRE2", "stopSequence": 18 }, { "arrival": { "time": "1764576546" }, "departure": { "time": "1764576564" }, "stopId": "BJPISCI2", "stopSequence": 19 }, { "arrival": { "time": "1764576608" }, "departure": { "time": "1764576617" }, "stopId": "BJEPARG2", "stopSequence": 20 }, { "arrival": { "time": "1764576674" }, "departure": { "time": "1764576718" }, "stopId": "BJFOLAT1", "stopSequence": 21 }, { "arrival": { "time": "1764576796" }, "departure": { "time": "1764576825" }, "stopId": "BJPMICH1", "stopSequence": 22 }, { "arrival": { "time": "1764576920" }, "departure": { "time": "1764576975" }, "stopId": "BJLYCEE1", "stopSequence": 23 }, { "arrival": { "time": "1764577012" }, "departure": { "time": "1764577087" }, "stopId": "BJPOSTE1", "stopSequence": 24 }, { "arrival": { "time": "1764577183" }, "departure": { "time": "1764577229" }, "stopId": "BJCHARG1", "stopSequence": 25 }, { "arrival": { "time": "1764577272" }, "departure": { "time": "1764577284" }, "stopId": "MBHLM2", "stopSequence": 26 }, { "arrival": { "time": "1764577317" }, "stopId": "BJMAUBE1", "stopSequence": 27 } ], "timestamp": "1764577911", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "933-37607" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1764577912" } }