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

27/10/2025
99.1%
28/10/2025
99.7%
29/10/2025
99.7%
30/10/2025
99.1%
31/10/2025
99.7%
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
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

125 erreurs, 5 avertissements

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

Erreurs

Sequential stop_time_update times are not increasing E022 46 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 955-36335 stop_sequence 15 arrival_time 08:10:50 (1764141050) is equal to previous stop arrival_time 08:10:50 (1764141050) - times must increase between two sequential stops
  • trip_id 955-36335 stop_sequence 15 arrival_time 08:10:50 (1764141050) is equal to previous stop departure_time 08:10:50 (1764141050) - times must increase between two sequential stops
  • trip_id 955-36335 stop_sequence 15 departure_time 08:10:50 (1764141050) is equal to previous stop departure_time 08:10:50 (1764141050) - times must increase between two sequential stops
  • trip_id 955-36335 stop_sequence 15 departure_time 08:10:50 (1764141050) is equal to previous stop arrival_time 08:10:50 (1764141050) - times must increase between two sequential stops
  • trip_id 955-36335 stop_sequence 28 arrival_time 08:31:50 (1764142310) is equal to previous stop arrival_time 08:31:50 (1764142310) - times must increase between two sequential stops

stop_time_update doesn't have arrival or departure E043 31 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 955-36335 stop_sequence 1 doesn't have arrival or departure
  • trip_id 955-36335 stop_sequence 2 doesn't have arrival or departure
  • trip_id 955-36335 stop_sequence 3 doesn't have arrival or departure
  • trip_id 955-36335 stop_sequence 4 doesn't have arrival or departure
  • trip_id 955-36335 stop_sequence 5 doesn't have arrival or departure

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 48 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 955-36335 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 955-36335 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 955-36335 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 955-36335 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 955-36335 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 5 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 1160-38764 is in TripUpdates but not in VehiclePositions feed
  • trip_id 1160-38766 is in TripUpdates but not in VehiclePositions feed
  • trip_id 1160-38765 is in TripUpdates but not in VehiclePositions feed
  • trip_id 955-36244 is in TripUpdates but not in VehiclePositions feed
  • trip_id 955-38054 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. 4 074 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 737 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 709 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 314 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. 24 12 fois (40 % 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. 3 2 fois (7 % des validations)
E047 If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. 2 2 fois (7 % 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 26/11/2025 à 09h42 Europe/Paris.

trip_updates (84) vehicle_positions (18) 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 26/11/2025 à 09h42 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "vehicle:636a2e22c520d5a13c77e10f", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.5853385925293, "longitude": 5.295891761779785 }, "stopId": "BJCHAMP2", "timestamp": "1764146526", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "955-36339" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "vehicle:64aec41cde26085277efc57c", "vehicle": { "currentStopSequence": 28, "position": { "latitude": 45.6171760559082, "longitude": 5.1277384757995605 }, "stopId": "VFMRAZ1", "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38768" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "vehicle:6786a347ca2c086ed76eadba", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 8, "position": { "latitude": 45.593788146972656, "longitude": 5.267855167388916 }, "stopId": "BJEBARB3", "timestamp": "1764146525", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_26" }, "vehicle": { "id": "6786a347ca2c086ed76eadba", "label": "1337", "licensePlate": "HA-957-LZ" } } }, { "id": "vehicle:63c518b8f141914e2488cfa8", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 18, "position": { "latitude": 45.59682846069336, "longitude": 5.243144989013672 }, "stopId": "BJMEDHO2", "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "957-36338" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "vehicle:636a2e22c520d5a13c77e06e", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 0, "position": { "latitude": 45.62057113647461, "longitude": 5.219666481018066 }, "stopId": "IDTRIFO2", "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "962-36250" }, "vehicle": { "id": "636a2e22c520d5a13c77e06e", "label": "1313", "licensePlate": "BT-441-SF" } } }, { "id": "vehicle:636a2e22c520d5a13c77e657", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 13, "position": { "latitude": 45.595401763916016, "longitude": 5.28745174407959 }, "stopId": "BJBELRI1", "timestamp": "1764146525", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "964-37619" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "vehicle:636a2e22c520d5a13c77e634", "vehicle": { "currentStopSequence": 2, "position": { "latitude": 45.605308532714844, "longitude": 5.168398380279541 }, "stopId": "VFSTADE2", "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38363" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "vehicle:636a2e22c520d5a13c77e41e", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 15, "position": { "latitude": 45.585323333740234, "longitude": 5.270744800567627 }, "stopId": "BJALPES2", "timestamp": "1764146524", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "961-38061" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "vehicle:636a2e23c520d5a13c77e731", "vehicle": { "currentStopSequence": 5, "position": { "latitude": 45.62947463989258, "longitude": 5.152286529541016 }, "stopId": "VFTECHO2", "timestamp": "1764146524", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_2_2" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "vehicle:636a2e22c520d5a13c77e455", "vehicle": { "currentStopSequence": 19, "position": { "latitude": 45.58857345581055, "longitude": 5.264579772949219 }, "stopId": "BJPCURI1", "timestamp": "1764146524", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "953-36249" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "vehicle:636a2e22c520d5a13c77df25", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 16, "position": { "latitude": 45.63270568847656, "longitude": 5.146876811981201 }, "stopId": "VPMAIRI1", "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38333" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "vehicle:636a2e23c520d5a13c77e751", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.6005859375, "longitude": 5.22294807434082 }, "stopId": "IDGBUIS1", "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38712" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "vehicle:636a2e22c520d5a13c77e37c", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 28, "position": { "latitude": 45.61211395263672, "longitude": 5.264510154724121 }, "stopId": "BJPREPO2", "timestamp": "1764146523", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "966-38031" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "vehicle:636a2e22c520d5a13c77e290", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.62723159790039, "longitude": 5.134096622467041 }, "stopId": "QFMOINE1", "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38697" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "vehicle:63c518f7e70e2cf76f8f8063", "vehicle": { "currentStopSequence": 19, "position": { "latitude": 45.613826751708984, "longitude": 5.24204158782959 }, "stopId": "BJZACHA1", "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "959-38830" }, "vehicle": { "id": "63c518f7e70e2cf76f8f8063", "label": "1333", "licensePlate": "GL-927-FW" } } }, { "id": "vehicle:636a2e22c520d5a13c77e208", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 8, "position": { "latitude": 45.60780715942383, "longitude": 5.219425201416016 }, "stopId": "IDGARE1", "timestamp": "1764146521", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "960-38032" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "vehicle:668f9b480ca0aead54276bac", "vehicle": { "currentStopSequence": 13, "position": { "latitude": 45.59385299682617, "longitude": 5.270003318786621 }, "stopId": "BJEBARB2", "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "958-38844" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "vehicle:636a2e22c520d5a13c77e50d", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 45.619998931884766, "longitude": 5.206696510314941 }, "stopId": "IDPISCI1", "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38817" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:954-38815", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDPISCI1", "stopSequence": 0 }, { "stopId": "IDDOISN1", "stopSequence": 1 }, { "stopId": "IDATLAN1", "stopSequence": 2 }, { "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764140166" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "stopId": "IDTRUFF1", "stopSequence": 5 }, { "stopId": "IDHOTEL1", "stopSequence": 6 }, { "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764140211" }, "departure": { "time": "1764140573" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "stopId": "IDSAYES1", "stopSequence": 9 }, { "stopId": "IDCHASS1", "stopSequence": 10 }, { "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764140683" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "stopId": "BJCHFLE3", "stopSequence": 13 }, { "stopId": "BJCHARM1", "stopSequence": 14 }, { "stopId": "BJROSTA1", "stopSequence": 15 }, { "stopId": "BJCHANT1", "stopSequence": 16 }, { "stopId": "BJSTRAU1", "stopSequence": 17 }, { "stopId": "BJVSCOT1", "stopSequence": 18 }, { "stopId": "BJHBARB1", "stopSequence": 19 }, { "arrival": { "time": "1764141500" }, "stopId": "BJEBARB1", "stopSequence": 20 }, { "stopId": "BJVAUCA1", "stopSequence": 21 }, { "stopId": "BJPMICH2", "stopSequence": 22 }, { "stopId": "BJFOLAT2", "stopSequence": 23 }, { "stopId": "BJEPARG1", "stopSequence": 24 }, { "stopId": "BJPROYA1", "stopSequence": 25 }, { "stopId": "BJMOULI1", "stopSequence": 26 }, { "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764141527" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "stopId": "BJRIVET1", "stopSequence": 29 }, { "stopId": "BJMBLAN1", "stopSequence": 30 }, { "stopId": "BJBOUSS1", "stopSequence": 31 }, { "stopId": "NVRUFF2", "stopSequence": 32 }, { "stopId": "NVPONTA2", "stopSequence": 33 }, { "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764143108" }, "departure": { "time": "1764143081" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38815" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:954-38858", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143109" }, "departure": { "time": "1764143453" }, "stopId": "NVPLACE1", "stopSequence": 0 }, { "arrival": { "time": "1764143526" }, "departure": { "time": "1764143559" }, "stopId": "NVBASV1", "stopSequence": 1 }, { "arrival": { "time": "1764143602" }, "departure": { "time": "1764143632" }, "stopId": "NVPONTA1", "stopSequence": 2 }, { "arrival": { "time": "1764143697" }, "departure": { "time": "1764143745" }, "stopId": "NVRUFF1", "stopSequence": 3 }, { "arrival": { "time": "1764143850" }, "departure": { "time": "1764143879" }, "stopId": "BJBOUSS1", "stopSequence": 4 }, { "arrival": { "time": "1764143918" }, "departure": { "time": "1764144440" }, "stopId": "BJMBLAN2", "stopSequence": 5 }, { "stopId": "BJRIVET2", "stopSequence": 6 }, { "stopId": "BJCHAMP2", "stopSequence": 7 }, { "stopId": "BJTOUR2", "stopSequence": 8 }, { "stopId": "BJMOULI2", "stopSequence": 9 }, { "stopId": "BJPROYA2", "stopSequence": 10 }, { "arrival": { "time": "1764144454" }, "departure": { "time": "1764144520" }, "stopId": "BJEPARG2", "stopSequence": 11 }, { "arrival": { "time": "1764144573" }, "departure": { "time": "1764144614" }, "stopId": "BJFOLAT1", "stopSequence": 12 }, { "arrival": { "time": "1764144647" }, "departure": { "time": "1764144686" }, "stopId": "BJPMICH1", "stopSequence": 13 }, { "arrival": { "time": "1764144756" }, "departure": { "time": "1764144807" }, "stopId": "BJVAUCA2", "stopSequence": 14 }, { "arrival": { "time": "1764144870" }, "departure": { "time": "1764144901" }, "stopId": "BJEBARB2", "stopSequence": 15 }, { "arrival": { "time": "1764144936" }, "departure": { "time": "1764144944" }, "stopId": "BJHBARB2", "stopSequence": 16 }, { "arrival": { "time": "1764144967" }, "departure": { "time": "1764144999" }, "stopId": "BJVSCOT2", "stopSequence": 17 }, { "arrival": { "time": "1764145031" }, "departure": { "time": "1764145061" }, "stopId": "BJSTRAU2", "stopSequence": 18 }, { "arrival": { "time": "1764145100" }, "departure": { "time": "1764145124" }, "stopId": "BJCHANT2", "stopSequence": 19 }, { "arrival": { "time": "1764145161" }, "departure": { "time": "1764145173" }, "stopId": "BJROSTA2", "stopSequence": 20 }, { "arrival": { "time": "1764145191" }, "departure": { "time": "1764145204" }, "stopId": "BJCHARM2", "stopSequence": 21 }, { "arrival": { "time": "1764145224" }, "departure": { "time": "1764145237" }, "stopId": "BJCHFLE2", "stopSequence": 22 }, { "arrival": { "time": "1764145314" }, "departure": { "time": "1764145327" }, "stopId": "BJZACHA2", "stopSequence": 23 }, { "arrival": { "time": "1764145452" }, "departure": { "time": "1764145476" }, "stopId": "IDPLOUV2", "stopSequence": 24 }, { "arrival": { "time": "1764145508" }, "departure": { "time": "1764145540" }, "stopId": "IDCHASS2", "stopSequence": 25 }, { "arrival": { "time": "1764145611" }, "departure": { "time": "1764145623" }, "stopId": "IDSAYES2", "stopSequence": 26 }, { "arrival": { "time": "1764145735" }, "departure": { "time": "1764145746" }, "stopId": "IDCECOM2", "stopSequence": 27 }, { "arrival": { "time": "1764145963" }, "departure": { "time": "1764145996" }, "stopId": "IDADMIN2", "stopSequence": 28 }, { "arrival": { "time": "1764146015" }, "departure": { "time": "1764146029" }, "stopId": "IDHOTEL2", "stopSequence": 29 }, { "arrival": { "time": "1764146067" }, "departure": { "time": "1764146080" }, "stopId": "IDTRUFF2", "stopSequence": 30 }, { "arrival": { "time": "1764146092" }, "departure": { "time": "1764146107" }, "stopId": "IDHUBER2", "stopSequence": 31 }, { "arrival": { "time": "1764146146" }, "departure": { "time": "1764146195" }, "stopId": "IDDELOR2", "stopSequence": 32 }, { "arrival": { "time": "1764146236" }, "departure": { "time": "1764146245" }, "stopId": "IDATLAN2", "stopSequence": 33 }, { "arrival": { "time": "1764146274" }, "departure": { "time": "1764146309" }, "stopId": "IDDOISN2", "stopSequence": 34 }, { "arrival": { "time": "1764146327" }, "stopId": "IDPISCI2", "stopSequence": 35 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38858" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:962-36337", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143101" }, "departure": { "time": "1764143142" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764143162" }, "departure": { "time": "1764143220" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764143241" }, "departure": { "time": "1764143255" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764143281" }, "departure": { "time": "1764143337" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764143410" }, "departure": { "time": "1764143454" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764143509" }, "departure": { "time": "1764143554" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764143581" }, "departure": { "time": "1764143644" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764143763" }, "departure": { "time": "1764143801" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764143808" }, "departure": { "time": "1764143859" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764143991" }, "departure": { "time": "1764144007" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764144023" }, "departure": { "time": "1764144150" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764144177" }, "departure": { "time": "1764144185" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764144239" }, "departure": { "time": "1764144278" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764144328" }, "departure": { "time": "1764144381" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764144434" }, "departure": { "time": "1764144445" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764144476" }, "departure": { "time": "1764144513" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764144567" }, "departure": { "time": "1764144598" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764144623" }, "departure": { "time": "1764144660" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764144774" }, "departure": { "time": "1764144817" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764144836" }, "departure": { "time": "1764144867" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764145116" }, "departure": { "time": "1764145128" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764145160" }, "departure": { "time": "1764145212" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764145303" }, "departure": { "time": "1764145339" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764145460" }, "departure": { "time": "1764145482" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764145704" }, "departure": { "time": "1764145738" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764145776" }, "departure": { "time": "1764145793" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764145838" }, "departure": { "time": "1764145851" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764145852" }, "departure": { "time": "1764145886" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764145900" }, "departure": { "time": "1764145912" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764145960" }, "departure": { "time": "1764145977" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764146012" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "962-36337" }, "vehicle": { "id": "636a2e22c520d5a13c77e06e", "label": "1313", "licensePlate": "BT-441-SF" } } }, { "id": "trip:1167-38361", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFEUROP2", "stopSequence": 0 }, { "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764142357" }, "departure": { "time": "1764142844" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764143084" }, "departure": { "time": "1764143126" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764143184" }, "departure": { "time": "1764143220" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764143250" }, "departure": { "time": "1764143259" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764143322" }, "departure": { "time": "1764143357" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764143457" }, "departure": { "time": "1764143491" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764143541" }, "departure": { "time": "1764143554" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764143593" }, "departure": { "time": "1764143628" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764143674" }, "departure": { "time": "1764143692" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764143738" }, "departure": { "time": "1764143777" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764143826" }, "departure": { "time": "1764143835" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764143856" }, "departure": { "time": "1764143889" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "arrival": { "time": "1764143913" }, "departure": { "time": "1764143928" }, "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764143961" }, "departure": { "time": "1764143968" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "arrival": { "time": "1764143994" }, "departure": { "time": "1764144021" }, "stopId": "QFMAINE2", "stopSequence": 16 }, { "arrival": { "time": "1764144046" }, "departure": { "time": "1764144076" }, "stopId": "QFBRET2", "stopSequence": 17 }, { "arrival": { "time": "1764144108" }, "departure": { "time": "1764144130" }, "stopId": "QFLAFA2", "stopSequence": 18 }, { "arrival": { "time": "1764144166" }, "departure": { "time": "1764144175" }, "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764144205" }, "departure": { "time": "1764144218" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764144256" }, "departure": { "time": "1764144290" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "arrival": { "time": "1764144316" }, "departure": { "time": "1764144331" }, "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764144351" }, "departure": { "time": "1764144364" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764144385" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38361" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "trip:8_3_0", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC4", "stopSequence": 0 }, { "stopId": "VFREPUB2", "stopSequence": 1 }, { "stopId": "VFBOURG2", "stopSequence": 2 }, { "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764141810" }, "departure": { "time": "1764142672" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "stopId": "VFTECHO2", "stopSequence": 5 }, { "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764143039" }, "departure": { "time": "1764143046" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764143105" }, "departure": { "time": "1764143116" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764143132" }, "departure": { "time": "1764143147" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764143195" }, "departure": { "time": "1764143207" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764143265" }, "departure": { "time": "1764143286" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764143311" }, "departure": { "time": "1764143328" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764143370" }, "departure": { "time": "1764143403" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764143468" }, "departure": { "time": "1764143478" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764143559" }, "departure": { "time": "1764143570" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "arrival": { "time": "1764143647" }, "departure": { "time": "1764143655" }, "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764143726" }, "departure": { "time": "1764143829" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "arrival": { "time": "1764143998" }, "departure": { "time": "1764144504" }, "stopId": "BJGRIPR1", "stopSequence": 18 }, { "stopId": "BJMEDHO2", "stopSequence": 19 }, { "stopId": "BJMEDCL2", "stopSequence": 20 }, { "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764144518" }, "departure": { "time": "1764144525" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "arrival": { "time": "1764144552" }, "departure": { "time": "1764144567" }, "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764144597" }, "departure": { "time": "1764144661" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764144774" }, "departure": { "time": "1764144795" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764144849" }, "departure": { "time": "1764144863" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764144912" }, "departure": { "time": "1764144925" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764144981" }, "departure": { "time": "1764145000" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "arrival": { "time": "1764145038" }, "departure": { "time": "1764145074" }, "stopId": "BJCHARM1", "stopSequence": 29 }, { "arrival": { "time": "1764145091" }, "departure": { "time": "1764145105" }, "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764145179" }, "departure": { "time": "1764145188" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764145238" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764146525", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_3_0" }, "vehicle": { "id": "6786a347ca2c086ed76eadba", "label": "1337", "licensePlate": "HA-957-LZ" } } }, { "id": "trip:959-38828", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764137781" }, "departure": { "time": "1764137781" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "stopId": "IDATLAN1", "stopSequence": 2 }, { "stopId": "IDDELOR1", "stopSequence": 3 }, { "stopId": "IDHUBER1", "stopSequence": 4 }, { "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764138093" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764138309" }, "departure": { "time": "1764138391" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "stopId": "IDSAYES1", "stopSequence": 9 }, { "stopId": "IDCHASS1", "stopSequence": 10 }, { "stopId": "IDPLOUV1", "stopSequence": 11 }, { "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764138779" }, "departure": { "time": "1764138980" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "stopId": "BJCHARM1", "stopSequence": 14 }, { "stopId": "BJROSTA1", "stopSequence": 15 }, { "stopId": "BJCHANT1", "stopSequence": 16 }, { "stopId": "BJSTRAU1", "stopSequence": 17 }, { "stopId": "BJVSCOT1", "stopSequence": 18 }, { "stopId": "BJHBARB1", "stopSequence": 19 }, { "stopId": "BJEBARB1", "stopSequence": 20 }, { "stopId": "BJVAUCA1", "stopSequence": 21 }, { "stopId": "BJPMICH2", "stopSequence": 22 }, { "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764139727" }, "departure": { "time": "1764140011" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "stopId": "BJPROYA1", "stopSequence": 25 }, { "stopId": "BJCFA1", "stopSequence": 26 }, { "stopId": "RMTILLE1", "stopSequence": 27 }, { "stopId": "RMPHARM2", "stopSequence": 28 }, { "stopId": "RMRPLAC2", "stopSequence": 29 }, { "stopId": "RMHOTLV2", "stopSequence": 30 }, { "stopId": "RMHALLS2", "stopSequence": 31 }, { "stopId": "RMLAVAI2", "stopSequence": 32 }, { "arrival": { "time": "1764140271" }, "stopId": "RMZAPER2", "stopSequence": 33 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "959-38828" }, "vehicle": { "id": "63c518f7e70e2cf76f8f8063", "label": "1333", "licensePlate": "GL-927-FW" } } }, { "id": "trip:961-38057", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "BJMOZAB1", "stopSequence": 0 }, { "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764138127" }, "departure": { "time": "1764138172" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764138224" }, "departure": { "time": "1764138348" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "stopId": "BJCHFLE1", "stopSequence": 4 }, { "stopId": "BJCHARM1", "stopSequence": 5 }, { "stopId": "BJROSTA1", "stopSequence": 6 }, { "stopId": "BJCHANT1", "stopSequence": 7 }, { "stopId": "BJSTRAU1", "stopSequence": 8 }, { "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764138700" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "stopId": "BJEBARB1", "stopSequence": 11 }, { "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764139317" }, "departure": { "time": "1764139535" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "stopId": "BJPOSTE1", "stopSequence": 14 }, { "stopId": "BJALPES2", "stopSequence": 15 }, { "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764139813" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764139877" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764139920" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764139982" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764140215" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764140525" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "stopId": "IDPLANT1", "stopSequence": 26 }, { "stopId": "IDFAUVE1", "stopSequence": 27 }, { "stopId": "IDPPLAT1", "stopSequence": 28 }, { "stopId": "IDATLAN1", "stopSequence": 29 }, { "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764140830" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146524", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "961-38057" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:959-38843", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764141754" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "stopId": "RMLAVAI1", "stopSequence": 1 }, { "stopId": "RMHALLS1", "stopSequence": 2 }, { "stopId": "RMHOTLV1", "stopSequence": 3 }, { "arrival": { "time": "1764141842" }, "departure": { "time": "1764142245" }, "stopId": "RMRPLAC1", "stopSequence": 4 }, { "stopId": "RMPHARM1", "stopSequence": 5 }, { "stopId": "RMTILLE2", "stopSequence": 6 }, { "stopId": "BJCFA2", "stopSequence": 7 }, { "stopId": "BJPROYA2", "stopSequence": 8 }, { "stopId": "BJEPARG2", "stopSequence": 9 }, { "stopId": "BJFOLAT1", "stopSequence": 10 }, { "arrival": { "time": "1764142864" }, "stopId": "BJPMICH1", "stopSequence": 11 }, { "arrival": { "time": "1764142892" }, "stopId": "BJVAUCA2", "stopSequence": 12 }, { "arrival": { "time": "1764143083" }, "departure": { "time": "1764143118" }, "stopId": "BJEBARB2", "stopSequence": 13 }, { "arrival": { "time": "1764143165" }, "departure": { "time": "1764143171" }, "stopId": "BJHBARB2", "stopSequence": 14 }, { "arrival": { "time": "1764143198" }, "departure": { "time": "1764143230" }, "stopId": "BJVSCOT2", "stopSequence": 15 }, { "arrival": { "time": "1764143256" }, "departure": { "time": "1764143273" }, "stopId": "BJSTRAU2", "stopSequence": 16 }, { "arrival": { "time": "1764143301" }, "departure": { "time": "1764143313" }, "stopId": "BJCHANT2", "stopSequence": 17 }, { "arrival": { "time": "1764143341" }, "departure": { "time": "1764143375" }, "stopId": "BJROSTA2", "stopSequence": 18 }, { "arrival": { "time": "1764143388" }, "departure": { "time": "1764143416" }, "stopId": "BJCHARM2", "stopSequence": 19 }, { "arrival": { "time": "1764143440" }, "departure": { "time": "1764143456" }, "stopId": "BJCHFLE2", "stopSequence": 20 }, { "arrival": { "time": "1764143531" }, "departure": { "time": "1764143538" }, "stopId": "BJZACHA2", "stopSequence": 21 }, { "arrival": { "time": "1764143665" }, "departure": { "time": "1764143692" }, "stopId": "IDPLOUV2", "stopSequence": 22 }, { "arrival": { "time": "1764143730" }, "departure": { "time": "1764143765" }, "stopId": "IDCHASS2", "stopSequence": 23 }, { "arrival": { "time": "1764143845" }, "departure": { "time": "1764143872" }, "stopId": "IDSAYES2", "stopSequence": 24 }, { "arrival": { "time": "1764143970" }, "departure": { "time": "1764143980" }, "stopId": "IDCECOM2", "stopSequence": 25 }, { "arrival": { "time": "1764144176" }, "departure": { "time": "1764144191" }, "stopId": "IDADMIN2", "stopSequence": 26 }, { "arrival": { "time": "1764144207" }, "departure": { "time": "1764144232" }, "stopId": "IDHOTEL2", "stopSequence": 27 }, { "arrival": { "time": "1764144265" }, "departure": { "time": "1764144292" }, "stopId": "IDTRUFF2", "stopSequence": 28 }, { "arrival": { "time": "1764144301" }, "departure": { "time": "1764144328" }, "stopId": "IDHUBER2", "stopSequence": 29 }, { "arrival": { "time": "1764144359" }, "departure": { "time": "1764144396" }, "stopId": "IDDELOR2", "stopSequence": 30 }, { "arrival": { "time": "1764144437" }, "departure": { "time": "1764144447" }, "stopId": "IDATLAN2", "stopSequence": 31 }, { "arrival": { "time": "1764144480" }, "departure": { "time": "1764144523" }, "stopId": "IDDOISN2", "stopSequence": 32 }, { "arrival": { "time": "1764144540" }, "stopId": "IDPISCI2", "stopSequence": 33 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "959-38843" }, "vehicle": { "id": "63c518f7e70e2cf76f8f8063", "label": "1333", "licensePlate": "GL-927-FW" } } }, { "id": "trip:964-37619", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145491" }, "departure": { "time": "1764145531" }, "stopId": "BJMAUBE1", "stopSequence": 0 }, { "arrival": { "time": "1764145569" }, "departure": { "time": "1764145575" }, "stopId": "MBHLM1", "stopSequence": 1 }, { "arrival": { "time": "1764145612" }, "departure": { "time": "1764145623" }, "stopId": "BJCHARG2", "stopSequence": 2 }, { "arrival": { "time": "1764145783" }, "departure": { "time": "1764145865" }, "stopId": "BJPOSTE2", "stopSequence": 3 }, { "arrival": { "time": "1764145874" }, "departure": { "time": "1764145882" }, "stopId": "BJLYCEE2", "stopSequence": 4 }, { "arrival": { "time": "1764145972" }, "departure": { "time": "1764146005" }, "stopId": "BJPMICH2", "stopSequence": 5 }, { "arrival": { "time": "1764146038" }, "departure": { "time": "1764146070" }, "stopId": "BJFOLAT2", "stopSequence": 6 }, { "arrival": { "time": "1764146107" }, "departure": { "time": "1764146115" }, "stopId": "BJEPARG1", "stopSequence": 7 }, { "arrival": { "time": "1764146162" }, "departure": { "time": "1764146173" }, "stopId": "BJPISCI1", "stopSequence": 8 }, { "arrival": { "time": "1764146194" }, "departure": { "time": "1764146229" }, "stopId": "BJCOPRE1", "stopSequence": 9 }, { "arrival": { "time": "1764146292" }, "departure": { "time": "1764146300" }, "stopId": "BJPREBE1", "stopSequence": 10 }, { "arrival": { "time": "1764146379" }, "departure": { "time": "1764146392" }, "stopId": "BJMARS2", "stopSequence": 11 }, { "arrival": { "time": "1764146457" }, "departure": { "time": "1764146464" }, "stopId": "BJTONKI1", "stopSequence": 12 }, { "arrival": { "time": "1764146550" }, "departure": { "time": "1764146550" }, "stopId": "BJBELRI1", "stopSequence": 13 }, { "arrival": { "time": "1764146550" }, "departure": { "time": "1764146550" }, "stopId": "BJPMONT2", "stopSequence": 14 }, { "arrival": { "time": "1764146610" }, "departure": { "time": "1764146610" }, "stopId": "BJCHPAG2", "stopSequence": 15 }, { "arrival": { "time": "1764146610" }, "departure": { "time": "1764146610" }, "stopId": "BJLOUP1", "stopSequence": 16 }, { "arrival": { "time": "1764146610" }, "departure": { "time": "1764146610" }, "stopId": "BJALBIZ2", "stopSequence": 17 }, { "arrival": { "time": "1764146670" }, "departure": { "time": "1764146670" }, "stopId": "BJBERNA2", "stopSequence": 18 }, { "arrival": { "time": "1764146790" }, "departure": { "time": "1764146790" }, "stopId": "SSMOLLA2", "stopSequence": 19 }, { "arrival": { "time": "1764146850" }, "departure": { "time": "1764146850" }, "stopId": "SSDEMPT2", "stopSequence": 20 }, { "arrival": { "time": "1764146910" }, "departure": { "time": "1764146910" }, "stopId": "SSDEMPT1", "stopSequence": 21 }, { "arrival": { "time": "1764147270" }, "departure": { "time": "1764147270" }, "stopId": "SSTRUIT2", "stopSequence": 22 }, { "arrival": { "time": "1764147330" }, "departure": { "time": "1764147330" }, "stopId": "SSEGLIS2", "stopSequence": 23 }, { "arrival": { "time": "1764147450" }, "departure": { "time": "1764147450" }, "stopId": "SSPRECH2", "stopSequence": 24 }, { "arrival": { "time": "1764147570" }, "departure": { "time": "1764147570" }, "stopId": "SSZONEA2", "stopSequence": 25 }, { "arrival": { "time": "1764147690" }, "departure": { "time": "1764147690" }, "stopId": "SSSMART2", "stopSequence": 26 }, { "arrival": { "time": "1764147750" }, "departure": { "time": "1764147750" }, "stopId": "SSFLOS2", "stopSequence": 27 } ], "timestamp": "1764146525", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "964-37619" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:1163-38694", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135920" }, "departure": { "time": "1764135961" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764135994" }, "departure": { "time": "1764136027" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "arrival": { "time": "1764136082" }, "departure": { "time": "1764136088" }, "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764136118" }, "departure": { "time": "1764136155" }, "stopId": "VFARMIE1", "stopSequence": 3 }, { "arrival": { "time": "1764136171" }, "departure": { "time": "1764136197" }, "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764136213" }, "departure": { "time": "1764136247" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "arrival": { "time": "1764136280" }, "departure": { "time": "1764136342" }, "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764136451" }, "departure": { "time": "1764136484" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764136510" }, "departure": { "time": "1764136541" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764136574" }, "departure": { "time": "1764136614" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764136649" }, "departure": { "time": "1764136693" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764136716" }, "departure": { "time": "1764136748" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764136781" }, "departure": { "time": "1764136813" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764136833" }, "departure": { "time": "1764136844" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764136939" }, "departure": { "time": "1764136948" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "arrival": { "time": "1764136969" }, "departure": { "time": "1764136980" }, "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764136998" }, "departure": { "time": "1764137005" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764137036" }, "departure": { "time": "1764137045" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "arrival": { "time": "1764137190" }, "departure": { "time": "1764137205" }, "stopId": "VMCHATE2", "stopSequence": 18 }, { "arrival": { "time": "1764137249" }, "departure": { "time": "1764137257" }, "stopId": "VMILOTS2", "stopSequence": 19 }, { "arrival": { "time": "1764137286" }, "departure": { "time": "1764137322" }, "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "arrival": { "time": "1764137349" }, "departure": { "time": "1764137367" }, "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764137406" }, "departure": { "time": "1764137431" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764137495" }, "departure": { "time": "1764137503" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "stopId": "IDSEIGL1", "stopSequence": 24 }, { "stopId": "IDGERMA1", "stopSequence": 25 }, { "stopId": "IDDOISN1", "stopSequence": 26 }, { "stopId": "IDATLAN1", "stopSequence": 27 }, { "stopId": "IDDELOR1", "stopSequence": 28 }, { "stopId": "IDHUBER1", "stopSequence": 29 }, { "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764137937" }, "departure": { "time": "1764138010" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "stopId": "IDADMIN1", "stopSequence": 32 }, { "stopId": "IDCECOM1", "stopSequence": 33 }, { "arrival": { "time": "1764138257" }, "departure": { "time": "1764138542" }, "stopId": "IDGARE1", "stopSequence": 34 }, { "stopId": "IDCHAMP2", "stopSequence": 35 }, { "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764138581" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "stopId": "ID3VALL2", "stopSequence": 38 }, { "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764138960" }, "departure": { "time": "1764138960" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38694" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "trip:1171-38748", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFMUISS2", "stopSequence": 0 }, { "arrival": { "time": "1764139308" }, "stopId": "VFPONT2", "stopSequence": 1 }, { "arrival": { "time": "1764139399" }, "departure": { "time": "1764139447" }, "stopId": "VFAILLA2", "stopSequence": 2 }, { "stopId": "VFSECU2", "stopSequence": 3 }, { "stopId": "VFSTBC2", "stopSequence": 4 }, { "stopId": "VFREPUB2", "stopSequence": 5 }, { "stopId": "VFBOURG2", "stopSequence": 6 }, { "arrival": { "time": "1764139781" }, "stopId": "VFROCHE2", "stopSequence": 7 }, { "arrival": { "time": "1764140069" }, "departure": { "time": "1764140069" }, "stopId": "VFBRET2", "stopSequence": 8 }, { "stopId": "VFBOIS2", "stopSequence": 9 }, { "stopId": "VFARMIE2", "stopSequence": 10 }, { "arrival": { "time": "1764140212" }, "stopId": "VFCRUIZ2", "stopSequence": 11 }, { "stopId": "QF3COMM2", "stopSequence": 12 }, { "arrival": { "time": "1764140030" }, "departure": { "time": "1764140030" }, "stopId": "QFMOINE2", "stopSequence": 13 } ], "timestamp": "1764146524", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1171-38748" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:954-38813", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764132830" }, "departure": { "time": "1764132852" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764132883" }, "departure": { "time": "1764132912" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764132936" }, "departure": { "time": "1764132967" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764133007" }, "departure": { "time": "1764133022" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764133055" }, "departure": { "time": "1764133090" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764133100" }, "departure": { "time": "1764133111" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764133146" }, "departure": { "time": "1764133164" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764133184" }, "departure": { "time": "1764133198" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764133313" }, "departure": { "time": "1764133324" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764133524" }, "departure": { "time": "1764133537" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764133602" }, "departure": { "time": "1764133614" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764133651" }, "departure": { "time": "1764133680" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764133801" }, "departure": { "time": "1764133818" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764133875" }, "departure": { "time": "1764133893" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "arrival": { "time": "1764133922" }, "departure": { "time": "1764133940" }, "stopId": "BJCHARM1", "stopSequence": 14 }, { "arrival": { "time": "1764133956" }, "departure": { "time": "1764133973" }, "stopId": "BJROSTA1", "stopSequence": 15 }, { "arrival": { "time": "1764134023" }, "departure": { "time": "1764134036" }, "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764134075" }, "departure": { "time": "1764134094" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "arrival": { "time": "1764134128" }, "departure": { "time": "1764134146" }, "stopId": "BJVSCOT1", "stopSequence": 18 }, { "arrival": { "time": "1764134173" }, "departure": { "time": "1764134185" }, "stopId": "BJHBARB1", "stopSequence": 19 }, { "arrival": { "time": "1764134211" }, "departure": { "time": "1764134242" }, "stopId": "BJEBARB1", "stopSequence": 20 }, { "arrival": { "time": "1764134302" }, "departure": { "time": "1764134437" }, "stopId": "BJVAUCA1", "stopSequence": 21 }, { "arrival": { "time": "1764134520" }, "departure": { "time": "1764134547" }, "stopId": "BJPMICH2", "stopSequence": 22 }, { "arrival": { "time": "1764134571" }, "departure": { "time": "1764134614" }, "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764134648" }, "departure": { "time": "1764134662" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764134700" }, "departure": { "time": "1764134715" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764134729" }, "departure": { "time": "1764134746" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "arrival": { "time": "1764134756" }, "departure": { "time": "1764134770" }, "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764134792" }, "departure": { "time": "1764134822" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "arrival": { "time": "1764134938" }, "departure": { "time": "1764134950" }, "stopId": "BJRIVET1", "stopSequence": 29 }, { "arrival": { "time": "1764135005" }, "departure": { "time": "1764135022" }, "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764135130" }, "departure": { "time": "1764135139" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "arrival": { "time": "1764135291" }, "departure": { "time": "1764135328" }, "stopId": "NVRUFF2", "stopSequence": 32 }, { "arrival": { "time": "1764135400" }, "departure": { "time": "1764135413" }, "stopId": "NVPONTA2", "stopSequence": 33 }, { "arrival": { "time": "1764135456" }, "departure": { "time": "1764135491" }, "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764136458" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38813" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:1161-38357", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764131166" }, "departure": { "time": "1764131204" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764131237" }, "departure": { "time": "1764131262" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764131300" }, "departure": { "time": "1764131309" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764131469" }, "departure": { "time": "1764131531" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764131607" }, "departure": { "time": "1764131645" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764131695" }, "departure": { "time": "1764131713" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764131789" }, "departure": { "time": "1764131817" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764131888" }, "departure": { "time": "1764131917" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764131976" }, "departure": { "time": "1764131983" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764132022" }, "departure": { "time": "1764132050" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764132090" }, "departure": { "time": "1764132105" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764132157" }, "departure": { "time": "1764132180" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764132220" }, "departure": { "time": "1764132251" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764132266" }, "departure": { "time": "1764132299" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "arrival": { "time": "1764132367" }, "departure": { "time": "1764132392" }, "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764132422" }, "departure": { "time": "1764132451" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "arrival": { "time": "1764132473" }, "departure": { "time": "1764132510" }, "stopId": "QFMAINE2", "stopSequence": 16 }, { "arrival": { "time": "1764132531" }, "departure": { "time": "1764132567" }, "stopId": "QFBRET2", "stopSequence": 17 }, { "arrival": { "time": "1764132595" }, "departure": { "time": "1764132626" }, "stopId": "QFLAFA2", "stopSequence": 18 }, { "arrival": { "time": "1764132658" }, "departure": { "time": "1764132688" }, "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764132715" }, "departure": { "time": "1764132732" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764132773" }, "departure": { "time": "1764132805" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "arrival": { "time": "1764132835" }, "departure": { "time": "1764132848" }, "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764132868" }, "departure": { "time": "1764132879" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764132906" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38357" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:962-36246", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764138878" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "stopId": "IDDELOR2", "stopSequence": 1 }, { "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764139500" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764138674" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764139967" }, "departure": { "time": "1764139967" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "stopId": "IDSAYES1", "stopSequence": 8 }, { "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764140146" }, "departure": { "time": "1764140436" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764140458" }, "departure": { "time": "1764140751" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "stopId": "BJPOLER1", "stopSequence": 13 }, { "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764140774" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "stopId": "BJMALAS1", "stopSequence": 16 }, { "stopId": "BJPAPIN1", "stopSequence": 17 }, { "stopId": "BJJCURI1", "stopSequence": 18 }, { "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764141110" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764141568" }, "departure": { "time": "1764141623" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764141697" }, "departure": { "time": "1764141808" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "stopId": "BJLYCEE2", "stopSequence": 23 }, { "stopId": "BJPMICH2", "stopSequence": 24 }, { "stopId": "BJFOLAT2", "stopSequence": 25 }, { "stopId": "BJEPARG1", "stopSequence": 26 }, { "stopId": "BJPROYA1", "stopSequence": 27 }, { "stopId": "BJMOULI1", "stopSequence": 28 }, { "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764142661" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "962-36246" }, "vehicle": { "id": "636a2e22c520d5a13c77e06e", "label": "1313", "licensePlate": "BT-441-SF" } } }, { "id": "trip:1161-38358", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135390" }, "departure": { "time": "1764135629" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764135667" }, "departure": { "time": "1764135685" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764135722" }, "departure": { "time": "1764135733" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764135942" }, "departure": { "time": "1764135986" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764136028" }, "departure": { "time": "1764136070" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764136116" }, "departure": { "time": "1764136147" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764136192" }, "departure": { "time": "1764136238" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764136384" }, "departure": { "time": "1764136451" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764136513" }, "departure": { "time": "1764136529" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764136572" }, "departure": { "time": "1764136603" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764136653" }, "departure": { "time": "1764136672" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764136725" }, "departure": { "time": "1764136761" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764136813" }, "departure": { "time": "1764136826" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764136847" }, "departure": { "time": "1764136886" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "arrival": { "time": "1764136928" }, "departure": { "time": "1764136958" }, "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764136993" }, "departure": { "time": "1764137023" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "arrival": { "time": "1764137053" }, "departure": { "time": "1764137064" }, "stopId": "QFMAINE2", "stopSequence": 16 }, { "arrival": { "time": "1764137085" }, "departure": { "time": "1764137117" }, "stopId": "QFBRET2", "stopSequence": 17 }, { "arrival": { "time": "1764137160" }, "departure": { "time": "1764137199" }, "stopId": "QFLAFA2", "stopSequence": 18 }, { "arrival": { "time": "1764137253" }, "departure": { "time": "1764137283" }, "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764137312" }, "departure": { "time": "1764137326" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764137368" }, "departure": { "time": "1764137381" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "arrival": { "time": "1764137420" }, "departure": { "time": "1764137435" }, "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764137464" }, "departure": { "time": "1764137473" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764137502" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38358" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:1160-38768", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143960" }, "departure": { "time": "1764144046" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764144095" }, "departure": { "time": "1764144186" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764144210" }, "departure": { "time": "1764144247" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764144283" }, "departure": { "time": "1764144306" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764144328" }, "departure": { "time": "1764144339" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764144449" }, "departure": { "time": "1764144478" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764144609" }, "departure": { "time": "1764144647" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764144700" }, "departure": { "time": "1764144726" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764144734" }, "departure": { "time": "1764144745" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764144773" }, "departure": { "time": "1764144789" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764144848" }, "departure": { "time": "1764144854" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764144874" }, "departure": { "time": "1764144907" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764144994" }, "departure": { "time": "1764145006" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764145096" }, "departure": { "time": "1764145112" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764145177" }, "departure": { "time": "1764145191" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764145413" }, "departure": { "time": "1764145438" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764145590" }, "departure": { "time": "1764145602" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764145621" }, "departure": { "time": "1764145654" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764145709" }, "departure": { "time": "1764145743" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764145891" }, "departure": { "time": "1764145924" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764145938" }, "departure": { "time": "1764145956" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764146045" }, "departure": { "time": "1764146074" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764146091" }, "departure": { "time": "1764146141" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764146192" }, "departure": { "time": "1764146245" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764146279" }, "departure": { "time": "1764146311" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764146382" }, "departure": { "time": "1764146393" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764146426" }, "departure": { "time": "1764146465" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764146500" }, "departure": { "time": "1764146507" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764146620" }, "departure": { "time": "1764146620" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764146680" }, "departure": { "time": "1764146680" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764146740" }, "departure": { "time": "1764146740" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764146800" }, "departure": { "time": "1764146800" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764146800" }, "departure": { "time": "1764146800" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764146860" }, "departure": { "time": "1764146860" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764146920" }, "departure": { "time": "1764146920" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764146920" }, "departure": { "time": "1764146920" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764147100" }, "departure": { "time": "1764147100" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38768" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:1163-38710", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDGBUIS1", "stopSequence": 0 }, { "stopId": "ID3VALL1", "stopSequence": 1 }, { "stopId": "IDPVINC1", "stopSequence": 2 }, { "stopId": "IDVICAT1", "stopSequence": 3 }, { "stopId": "IDCHAMP1", "stopSequence": 4 }, { "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764139709" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764140119" }, "departure": { "time": "1764140159" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764140192" }, "departure": { "time": "1764140225" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764140013" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764140078" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "stopId": "IDATLAN2", "stopSequence": 12 }, { "stopId": "IDDOISN2", "stopSequence": 13 }, { "stopId": "IDGERMA2", "stopSequence": 14 }, { "stopId": "IDSEIGL2", "stopSequence": 15 }, { "stopId": "VMBELMO2", "stopSequence": 16 }, { "stopId": "VMNAUTA2", "stopSequence": 17 }, { "stopId": "VMGARE1", "stopSequence": 18 }, { "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764140818" }, "departure": { "time": "1764141122" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764141163" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "stopId": "VMGUING2", "stopSequence": 22 }, { "stopId": "VMCOND2", "stopSequence": 23 }, { "stopId": "VFCCIN2", "stopSequence": 24 }, { "stopId": "VFTECHO2", "stopSequence": 25 }, { "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764141167" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764141656" }, "departure": { "time": "1764141681" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "stopId": "VFSECU2", "stopSequence": 29 }, { "stopId": "VFSTBC2", "stopSequence": 30 }, { "stopId": "VFREPUB2", "stopSequence": 31 }, { "stopId": "VFBOURG2", "stopSequence": 32 }, { "stopId": "VFROCHE2", "stopSequence": 33 }, { "stopId": "VFBRET2", "stopSequence": 34 }, { "stopId": "VFBOIS2", "stopSequence": 35 }, { "stopId": "VFARMIE2", "stopSequence": 36 }, { "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764142360" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38710" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "trip:954-38856", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764136460" }, "departure": { "time": "1764136508" }, "stopId": "NVPLACE1", "stopSequence": 0 }, { "arrival": { "time": "1764136583" }, "departure": { "time": "1764136624" }, "stopId": "NVBASV1", "stopSequence": 1 }, { "arrival": { "time": "1764136669" }, "departure": { "time": "1764136698" }, "stopId": "NVPONTA1", "stopSequence": 2 }, { "arrival": { "time": "1764136763" }, "departure": { "time": "1764136804" }, "stopId": "NVRUFF1", "stopSequence": 3 }, { "arrival": { "time": "1764136909" }, "departure": { "time": "1764136942" }, "stopId": "BJBOUSS1", "stopSequence": 4 }, { "arrival": { "time": "1764136986" }, "departure": { "time": "1764137035" }, "stopId": "BJMBLAN2", "stopSequence": 5 }, { "arrival": { "time": "1764137062" }, "departure": { "time": "1764137101" }, "stopId": "BJRIVET2", "stopSequence": 6 }, { "arrival": { "time": "1764137209" }, "departure": { "time": "1764137255" }, "stopId": "BJCHAMP2", "stopSequence": 7 }, { "arrival": { "time": "1764137272" }, "departure": { "time": "1764137336" }, "stopId": "BJTOUR2", "stopSequence": 8 }, { "arrival": { "time": "1764137354" }, "departure": { "time": "1764137371" }, "stopId": "BJMOULI2", "stopSequence": 9 }, { "arrival": { "time": "1764137381" }, "departure": { "time": "1764137416" }, "stopId": "BJPROYA2", "stopSequence": 10 }, { "arrival": { "time": "1764137458" }, "departure": { "time": "1764137462" }, "stopId": "BJEPARG2", "stopSequence": 11 }, { "arrival": { "time": "1764137510" }, "departure": { "time": "1764137558" }, "stopId": "BJFOLAT1", "stopSequence": 12 }, { "arrival": { "time": "1764137594" }, "stopId": "BJPMICH1", "stopSequence": 13 }, { "stopId": "BJVAUCA2", "stopSequence": 14 }, { "stopId": "BJEBARB2", "stopSequence": 15 }, { "arrival": { "time": "1764137895" }, "departure": { "time": "1764137904" }, "stopId": "BJHBARB2", "stopSequence": 16 }, { "stopId": "BJVSCOT2", "stopSequence": 17 }, { "stopId": "BJSTRAU2", "stopSequence": 18 }, { "stopId": "BJCHANT2", "stopSequence": 19 }, { "stopId": "BJROSTA2", "stopSequence": 20 }, { "stopId": "BJCHARM2", "stopSequence": 21 }, { "stopId": "BJCHFLE2", "stopSequence": 22 }, { "stopId": "BJZACHA2", "stopSequence": 23 }, { "arrival": { "time": "1764138578" }, "departure": { "time": "1764138578" }, "stopId": "IDRIMBA1", "stopSequence": 24 }, { "stopId": "IDAPOLL1", "stopSequence": 25 }, { "stopId": "IDMISTR1", "stopSequence": 26 }, { "stopId": "IDRASPE1", "stopSequence": 27 }, { "stopId": "IDALICA1", "stopSequence": 28 }, { "stopId": "IDAPOLL2", "stopSequence": 29 }, { "stopId": "IDRIMBA2", "stopSequence": 30 }, { "arrival": { "time": "1764138914" }, "departure": { "time": "1764139127" }, "stopId": "IDPLOUV2", "stopSequence": 31 }, { "stopId": "IDCHASS2", "stopSequence": 32 }, { "stopId": "IDBRANC2", "stopSequence": 33 }, { "stopId": "IDADMIN2", "stopSequence": 34 }, { "stopId": "IDHOTEL2", "stopSequence": 35 }, { "stopId": "IDTRUFF2", "stopSequence": 36 }, { "stopId": "IDHUBER2", "stopSequence": 37 }, { "stopId": "IDDELOR2", "stopSequence": 38 }, { "stopId": "IDATLAN2", "stopSequence": 39 }, { "stopId": "IDDOISN2", "stopSequence": 40 }, { "arrival": { "time": "1764139140" }, "departure": { "time": "1764139140" }, "stopId": "IDPISCI2", "stopSequence": 41 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38856" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:1163-38712", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145799" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764146820" }, "departure": { "time": "1764146820" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764147420" }, "departure": { "time": "1764147420" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764147720" }, "departure": { "time": "1764147720" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764148140" }, "departure": { "time": "1764148140" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764148320" }, "departure": { "time": "1764148320" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764148320" }, "departure": { "time": "1764148320" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764148380" }, "departure": { "time": "1764148380" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764148620" }, "departure": { "time": "1764148620" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764148620" }, "departure": { "time": "1764148620" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764148680" }, "departure": { "time": "1764148680" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764148800" }, "departure": { "time": "1764148800" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764148860" }, "departure": { "time": "1764148860" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764148920" }, "departure": { "time": "1764148920" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764148980" }, "departure": { "time": "1764148980" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764149100" }, "departure": { "time": "1764149100" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764149160" }, "departure": { "time": "1764149160" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764149220" }, "departure": { "time": "1764149220" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764149340" }, "departure": { "time": "1764149340" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764149400" }, "departure": { "time": "1764149400" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764149400" }, "departure": { "time": "1764149400" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764149460" }, "departure": { "time": "1764149460" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764149520" }, "departure": { "time": "1764149520" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764149580" }, "departure": { "time": "1764149580" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764149640" }, "departure": { "time": "1764149640" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38712" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "trip:964-37605", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135920" }, "departure": { "time": "1764135950" }, "stopId": "SSFLOS1", "stopSequence": 0 }, { "arrival": { "time": "1764136015" }, "departure": { "time": "1764136028" }, "stopId": "SSSMART1", "stopSequence": 1 }, { "arrival": { "time": "1764136124" }, "departure": { "time": "1764136168" }, "stopId": "SSZONEA1", "stopSequence": 2 }, { "arrival": { "time": "1764136249" }, "departure": { "time": "1764136255" }, "stopId": "SSPRECH1", "stopSequence": 3 }, { "arrival": { "time": "1764136408" }, "departure": { "time": "1764136438" }, "stopId": "SSEGLIS1", "stopSequence": 4 }, { "arrival": { "time": "1764136531" }, "departure": { "time": "1764136547" }, "stopId": "SSTRUIT1", "stopSequence": 5 }, { "arrival": { "time": "1764137066" }, "departure": { "time": "1764137082" }, "stopId": "SSDEMPT2", "stopSequence": 6 }, { "arrival": { "time": "1764136918" }, "departure": { "time": "1764136941" }, "stopId": "SSECOLC1", "stopSequence": 7 }, { "stopId": "SSDEMPT1", "stopSequence": 8 }, { "arrival": { "time": "1764137118" }, "departure": { "time": "1764137146" }, "stopId": "SSMOLLA1", "stopSequence": 9 }, { "arrival": { "time": "1764137266" }, "departure": { "time": "1764137309" }, "stopId": "BJBERNA1", "stopSequence": 10 }, { "arrival": { "time": "1764137340" }, "departure": { "time": "1764137364" }, "stopId": "BJMTBER1", "stopSequence": 11 }, { "arrival": { "time": "1764137412" }, "departure": { "time": "1764137446" }, "stopId": "BJLOUP3", "stopSequence": 12 }, { "arrival": { "time": "1764137503" }, "departure": { "time": "1764137539" }, "stopId": "BJPLATE1", "stopSequence": 13 }, { "arrival": { "time": "1764137586" }, "stopId": "BJRIVOI1", "stopSequence": 14 }, { "stopId": "BJBELVE1", "stopSequence": 15 }, { "stopId": "BJBELRI2", "stopSequence": 16 }, { "arrival": { "time": "1764137756" }, "departure": { "time": "1764137842" }, "stopId": "BJMAS1", "stopSequence": 17 }, { "stopId": "BJTONKI2", "stopSequence": 18 }, { "stopId": "BJSQUAR2", "stopSequence": 19 }, { "stopId": "BJPREBE2", "stopSequence": 20 }, { "stopId": "BJCOPRE2", "stopSequence": 21 }, { "stopId": "BJPISCI2", "stopSequence": 22 }, { "stopId": "BJEPARG2", "stopSequence": 23 }, { "stopId": "BJFOLAT1", "stopSequence": 24 }, { "arrival": { "time": "1764138190" }, "stopId": "BJPMICH1", "stopSequence": 25 }, { "stopId": "BJLYCEE1", "stopSequence": 26 }, { "arrival": { "time": "1764138341" }, "stopId": "BJPOSTE1", "stopSequence": 27 }, { "stopId": "BJJARDI2", "stopSequence": 28 }, { "arrival": { "time": "1764138956" }, "stopId": "BJPLANB1", "stopSequence": 29 } ], "timestamp": "1764146525", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "964-37605" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:1172-38787", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764140218" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "stopId": "VFTENNI2", "stopSequence": 3 }, { "stopId": "VFJBREL2", "stopSequence": 4 }, { "stopId": "QFGARGU2", "stopSequence": 5 }, { "stopId": "QFCHARR2", "stopSequence": 6 }, { "arrival": { "time": "1764140815" }, "departure": { "time": "1764140838" }, "stopId": "QFCOCHE2", "stopSequence": 7 }, { "stopId": "QFALLIN1", "stopSequence": 8 }, { "stopId": "QFLIEUS2", "stopSequence": 9 }, { "stopId": "QFMAIRI2", "stopSequence": 10 }, { "stopId": "QFMUGUE2", "stopSequence": 11 }, { "stopId": "QFFURIN2", "stopSequence": 12 }, { "stopId": "QFMONUM2", "stopSequence": 13 }, { "arrival": { "time": "1764140917" }, "stopId": "QFGARE1", "stopSequence": 14 } ], "timestamp": "1764146524", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1172-38787" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:1170-38386", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764141950" }, "departure": { "time": "1764141950" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764142150" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764142070" }, "departure": { "time": "1764142070" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764142310" }, "departure": { "time": "1764142310" }, "stopId": "VFSORBI2", "stopSequence": 3 }, { "arrival": { "time": "1764142310" }, "departure": { "time": "1764142310" }, "stopId": "VFCSDEL2", "stopSequence": 4 }, { "arrival": { "time": "1764142370" }, "departure": { "time": "1764142370" }, "stopId": "VFETANG2", "stopSequence": 5 }, { "arrival": { "time": "1764142490" }, "departure": { "time": "1764142490" }, "stopId": "VFSTBC2", "stopSequence": 6 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1170-38386" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:961-38061", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145254" }, "departure": { "time": "1764145303" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764145369" }, "departure": { "time": "1764145439" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764145452" }, "departure": { "time": "1764145484" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764145532" }, "departure": { "time": "1764145545" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764145602" }, "departure": { "time": "1764145615" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764145650" }, "departure": { "time": "1764145745" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764145760" }, "departure": { "time": "1764145790" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764145823" }, "departure": { "time": "1764145861" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764145901" }, "departure": { "time": "1764145952" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764145978" }, "departure": { "time": "1764146009" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764146036" }, "departure": { "time": "1764146072" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764146098" }, "departure": { "time": "1764146149" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764146204" }, "departure": { "time": "1764146260" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764146291" }, "departure": { "time": "1764146355" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764146379" }, "departure": { "time": "1764146459" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764146521" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764146660" }, "departure": { "time": "1764146660" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764146780" }, "departure": { "time": "1764146780" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764146840" }, "departure": { "time": "1764146840" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764146900" }, "departure": { "time": "1764146900" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764147080" }, "departure": { "time": "1764147080" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764147200" }, "departure": { "time": "1764147200" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764147260" }, "departure": { "time": "1764147260" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764147380" }, "departure": { "time": "1764147380" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764147500" }, "departure": { "time": "1764147500" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764147620" }, "departure": { "time": "1764147620" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764147680" }, "departure": { "time": "1764147680" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764147740" }, "departure": { "time": "1764147740" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764147740" }, "departure": { "time": "1764147740" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764147800" }, "departure": { "time": "1764147800" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764147860" }, "departure": { "time": "1764147860" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764147920" }, "departure": { "time": "1764147920" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146524", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "961-38061" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:958-38855", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764138296" }, "departure": { "time": "1764138584" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "stopId": "RMLAVAI1", "stopSequence": 1 }, { "stopId": "RMHALLS1", "stopSequence": 2 }, { "stopId": "RMHOTLV1", "stopSequence": 3 }, { "arrival": { "time": "1764138628" }, "departure": { "time": "1764138803" }, "stopId": "RMRPLAC1", "stopSequence": 4 }, { "stopId": "RMPHARM1", "stopSequence": 5 }, { "stopId": "RMTILLE2", "stopSequence": 6 }, { "stopId": "BJCFA2", "stopSequence": 7 }, { "stopId": "BJPROYA2", "stopSequence": 8 }, { "stopId": "BJEPARG2", "stopSequence": 9 }, { "stopId": "BJFOLAT1", "stopSequence": 10 }, { "stopId": "BJPMICH1", "stopSequence": 11 }, { "stopId": "BJVAUCA2", "stopSequence": 12 }, { "stopId": "BJEBARB2", "stopSequence": 13 }, { "arrival": { "time": "1764139448" }, "departure": { "time": "1764139634" }, "stopId": "BJHBARB2", "stopSequence": 14 }, { "stopId": "BJVSCOT2", "stopSequence": 15 }, { "stopId": "BJSTRAU2", "stopSequence": 16 }, { "stopId": "BJCHANT2", "stopSequence": 17 }, { "stopId": "BJROSTA2", "stopSequence": 18 }, { "stopId": "BJCHARM2", "stopSequence": 19 }, { "arrival": { "time": "1764139709" }, "stopId": "BJCHFLE2", "stopSequence": 20 }, { "stopId": "BJZACHA2", "stopSequence": 21 }, { "stopId": "IDRIMBA1", "stopSequence": 22 }, { "stopId": "IDAPOLL1", "stopSequence": 23 }, { "stopId": "IDMISTR1", "stopSequence": 24 }, { "stopId": "IDRASPE1", "stopSequence": 25 }, { "stopId": "IDALICA1", "stopSequence": 26 }, { "stopId": "IDAPOLL2", "stopSequence": 27 }, { "stopId": "IDRIMBA2", "stopSequence": 28 }, { "stopId": "IDPLOUV2", "stopSequence": 29 }, { "stopId": "IDCHASS2", "stopSequence": 30 }, { "stopId": "IDBRANC2", "stopSequence": 31 }, { "stopId": "IDADMIN2", "stopSequence": 32 }, { "stopId": "IDHOTEL2", "stopSequence": 33 }, { "stopId": "IDTRUFF2", "stopSequence": 34 }, { "stopId": "IDHUBER2", "stopSequence": 35 }, { "stopId": "IDDELOR2", "stopSequence": 36 }, { "stopId": "IDATLAN2", "stopSequence": 37 }, { "arrival": { "time": "1764140973" }, "departure": { "time": "1764141326" }, "stopId": "IDDOISN2", "stopSequence": 38 }, { "arrival": { "time": "1764141016" }, "stopId": "IDPISCI2", "stopSequence": 39 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "958-38855" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:1161-38329", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137513" }, "departure": { "time": "1764137513" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "stopId": "QFMONUM1", "stopSequence": 1 }, { "stopId": "QFFURIN1", "stopSequence": 2 }, { "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764138684" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "stopId": "QFNOIRE1", "stopSequence": 5 }, { "stopId": "QFANJOU3", "stopSequence": 6 }, { "stopId": "QFLAFA1", "stopSequence": 7 }, { "stopId": "QFBRET1", "stopSequence": 8 }, { "stopId": "QFMAINE1", "stopSequence": 9 }, { "stopId": "QFARRI1", "stopSequence": 10 }, { "stopId": "QFMALA1", "stopSequence": 11 }, { "arrival": { "time": "1764139166" }, "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764139231" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "stopId": "VPRIANT1", "stopSequence": 14 }, { "arrival": { "time": "1764139553" }, "departure": { "time": "1764139553" }, "stopId": "VPJMOUL1", "stopSequence": 15 }, { "stopId": "VPMAIRI1", "stopSequence": 16 }, { "stopId": "VPGARE1", "stopSequence": 17 }, { "stopId": "VFROCHE1", "stopSequence": 18 }, { "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764140111" }, "departure": { "time": "1764140111" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "arrival": { "time": "1764140159" }, "stopId": "VFSTBC1", "stopSequence": 21 }, { "arrival": { "time": "1764140165" }, "stopId": "VFSTADE1", "stopSequence": 22 }, { "stopId": "VFFOUGE1", "stopSequence": 23 }, { "stopId": "VFEUROP1", "stopSequence": 24 }, { "stopId": "VFHUDSO2", "stopSequence": 25 }, { "stopId": "VFQUINC2", "stopSequence": 26 }, { "stopId": "VFFOUGH2", "stopSequence": 27 }, { "stopId": "VFESSAR2", "stopSequence": 28 }, { "stopId": "VFCHENE2", "stopSequence": 29 }, { "stopId": "VFAUBEP2", "stopSequence": 30 }, { "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764140742" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38329" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:1160-38764", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC5", "stopSequence": 0 }, { "stopId": "VFSECU1", "stopSequence": 1 }, { "stopId": "VFAILLA1", "stopSequence": 2 }, { "stopId": "VFPONT1", "stopSequence": 3 }, { "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764130212" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764130180" }, "departure": { "time": "1764130180" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764130300" }, "departure": { "time": "1764130300" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764130300" }, "departure": { "time": "1764130300" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764130360" }, "departure": { "time": "1764130360" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764130420" }, "departure": { "time": "1764130420" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764130420" }, "departure": { "time": "1764130420" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764130540" }, "departure": { "time": "1764130540" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764130720" }, "departure": { "time": "1764130720" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764130780" }, "departure": { "time": "1764130780" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764131020" }, "departure": { "time": "1764131020" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764131140" }, "departure": { "time": "1764131140" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764131140" }, "departure": { "time": "1764131140" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764131200" }, "departure": { "time": "1764131200" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764131440" }, "departure": { "time": "1764131440" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764131500" }, "departure": { "time": "1764131500" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764131620" }, "departure": { "time": "1764131620" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764131680" }, "departure": { "time": "1764131680" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764131800" }, "departure": { "time": "1764131800" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764131860" }, "departure": { "time": "1764131860" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764131920" }, "departure": { "time": "1764131920" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764131980" }, "departure": { "time": "1764131980" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764132040" }, "departure": { "time": "1764132040" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764132160" }, "departure": { "time": "1764132160" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764132220" }, "departure": { "time": "1764132220" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764132280" }, "departure": { "time": "1764132280" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764132340" }, "departure": { "time": "1764132340" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764132340" }, "departure": { "time": "1764132340" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764132400" }, "departure": { "time": "1764132400" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764132460" }, "departure": { "time": "1764132460" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764132460" }, "departure": { "time": "1764132460" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764132640" }, "departure": { "time": "1764132640" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38764" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:8_0_0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134889" }, "departure": { "time": "1764135026" }, "stopId": "VFSTBC4", "stopSequence": 0 }, { "arrival": { "time": "1764135081" }, "departure": { "time": "1764135103" }, "stopId": "VFREPUB2", "stopSequence": 1 }, { "arrival": { "time": "1764135152" }, "departure": { "time": "1764135167" }, "stopId": "VFBOURG2", "stopSequence": 2 }, { "arrival": { "time": "1764135234" }, "departure": { "time": "1764135288" }, "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764135384" }, "departure": { "time": "1764135422" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "arrival": { "time": "1764135588" }, "departure": { "time": "1764135667" }, "stopId": "VFTECHO2", "stopSequence": 5 }, { "arrival": { "time": "1764135764" }, "departure": { "time": "1764135777" }, "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764135833" }, "departure": { "time": "1764135865" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764135926" }, "departure": { "time": "1764135939" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764135957" }, "departure": { "time": "1764135969" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764136017" }, "departure": { "time": "1764136025" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764136059" }, "departure": { "time": "1764136081" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764136106" }, "departure": { "time": "1764136121" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764136167" }, "departure": { "time": "1764136183" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764136253" }, "departure": { "time": "1764136273" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764136360" }, "departure": { "time": "1764136365" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "arrival": { "time": "1764136454" }, "departure": { "time": "1764136481" }, "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764136561" }, "departure": { "time": "1764136593" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "arrival": { "time": "1764136835" }, "departure": { "time": "1764136837" }, "stopId": "BJGRIPR1", "stopSequence": 18 }, { "arrival": { "time": "1764136972" }, "departure": { "time": "1764137002" }, "stopId": "BJMEDHO2", "stopSequence": 19 }, { "arrival": { "time": "1764137020" }, "departure": { "time": "1764137059" }, "stopId": "BJMEDCL2", "stopSequence": 20 }, { "arrival": { "time": "1764137160" }, "departure": { "time": "1764137172" }, "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764137254" }, "departure": { "time": "1764137259" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "arrival": { "time": "1764137285" }, "departure": { "time": "1764137301" }, "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764137328" }, "departure": { "time": "1764137343" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764137413" }, "departure": { "time": "1764137459" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764137488" }, "departure": { "time": "1764137500" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764137552" }, "departure": { "time": "1764137573" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764137628" }, "departure": { "time": "1764137644" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "stopId": "BJCHARM1", "stopSequence": 29 }, { "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764137919" }, "departure": { "time": "1764137919" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764138190" }, "departure": { "time": "1764138190" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764146525", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_0" }, "vehicle": { "id": "6786a347ca2c086ed76eadba", "label": "1337", "licensePlate": "HA-957-LZ" } } }, { "id": "trip:1161-38332", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143701" }, "departure": { "time": "1764143716" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764143742" }, "departure": { "time": "1764143780" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764143857" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "stopId": "QFMAIRI1", "stopSequence": 3 }, { "stopId": "QFLIEUS1", "stopSequence": 4 }, { "stopId": "QFALLIN1", "stopSequence": 5 }, { "stopId": "QFMUGUE2", "stopSequence": 6 }, { "arrival": { "time": "1764144381" }, "departure": { "time": "1764144393" }, "stopId": "QFNOIRE1", "stopSequence": 7 }, { "arrival": { "time": "1764144417" }, "departure": { "time": "1764144427" }, "stopId": "QFANJOU3", "stopSequence": 8 }, { "arrival": { "time": "1764144449" }, "departure": { "time": "1764144459" }, "stopId": "QFLAFA1", "stopSequence": 9 }, { "arrival": { "time": "1764144499" }, "departure": { "time": "1764144509" }, "stopId": "QFBRET1", "stopSequence": 10 }, { "arrival": { "time": "1764144530" }, "departure": { "time": "1764144539" }, "stopId": "QFMAINE1", "stopSequence": 11 }, { "arrival": { "time": "1764144573" }, "departure": { "time": "1764144582" }, "stopId": "QFARRI1", "stopSequence": 12 }, { "arrival": { "time": "1764144611" }, "departure": { "time": "1764144640" }, "stopId": "QFMALA1", "stopSequence": 13 }, { "arrival": { "time": "1764144705" }, "departure": { "time": "1764144756" }, "stopId": "VPARTOI1", "stopSequence": 14 }, { "arrival": { "time": "1764144771" }, "departure": { "time": "1764144780" }, "stopId": "VPLOIPE1", "stopSequence": 15 }, { "arrival": { "time": "1764144823" }, "departure": { "time": "1764144886" }, "stopId": "VPRIANT1", "stopSequence": 16 }, { "arrival": { "time": "1764144935" }, "departure": { "time": "1764144944" }, "stopId": "VPJMOUL1", "stopSequence": 17 }, { "arrival": { "time": "1764145005" }, "departure": { "time": "1764145018" }, "stopId": "VPMAIRI1", "stopSequence": 18 }, { "arrival": { "time": "1764145101" }, "departure": { "time": "1764145148" }, "stopId": "VPGARE1", "stopSequence": 19 }, { "arrival": { "time": "1764145240" }, "departure": { "time": "1764145288" }, "stopId": "VFROCHE1", "stopSequence": 20 }, { "arrival": { "time": "1764145357" }, "departure": { "time": "1764145362" }, "stopId": "VFBOURG1", "stopSequence": 21 }, { "arrival": { "time": "1764145393" }, "departure": { "time": "1764145452" }, "stopId": "VFREPUB1", "stopSequence": 22 }, { "arrival": { "time": "1764145492" }, "departure": { "time": "1764145497" }, "stopId": "VFSTBC1", "stopSequence": 23 }, { "arrival": { "time": "1764145751" }, "departure": { "time": "1764145760" }, "stopId": "VFSTADE1", "stopSequence": 24 }, { "arrival": { "time": "1764145796" }, "departure": { "time": "1764145830" }, "stopId": "VFFOUGE1", "stopSequence": 25 }, { "arrival": { "time": "1764145856" }, "departure": { "time": "1764145913" }, "stopId": "VFEUROP1", "stopSequence": 26 }, { "arrival": { "time": "1764146034" }, "departure": { "time": "1764146068" }, "stopId": "VFHUDSO2", "stopSequence": 27 }, { "arrival": { "time": "1764146107" }, "departure": { "time": "1764146145" }, "stopId": "VFQUINC2", "stopSequence": 28 }, { "arrival": { "time": "1764146192" }, "departure": { "time": "1764146227" }, "stopId": "VFFOUGH2", "stopSequence": 29 }, { "arrival": { "time": "1764146232" }, "departure": { "time": "1764146275" }, "stopId": "VFESSAR2", "stopSequence": 30 }, { "arrival": { "time": "1764146285" }, "departure": { "time": "1764146301" }, "stopId": "VFCHENE2", "stopSequence": 31 }, { "arrival": { "time": "1764146304" }, "departure": { "time": "1764146329" }, "stopId": "VFAUBEP2", "stopSequence": 32 }, { "arrival": { "time": "1764146346" }, "departure": { "time": "1764146356" }, "stopId": "VFHALLE2", "stopSequence": 33 }, { "arrival": { "time": "1764146377" }, "stopId": "VFEUROP2", "stopSequence": 34 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38332" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:1160-38766", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764136196" }, "departure": { "time": "1764136818" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764136875" }, "departure": { "time": "1764136960" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764136981" }, "departure": { "time": "1764137024" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764137064" }, "departure": { "time": "1764137105" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764137133" }, "departure": { "time": "1764137162" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764137276" }, "departure": { "time": "1764137312" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764137492" }, "departure": { "time": "1764137515" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764137564" }, "departure": { "time": "1764137595" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764137610" }, "departure": { "time": "1764137635" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764137674" }, "departure": { "time": "1764137698" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764137813" }, "departure": { "time": "1764137813" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764137899" }, "departure": { "time": "1764137911" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764138006" }, "departure": { "time": "1764138017" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764138090" }, "departure": { "time": "1764138121" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764138560" }, "departure": { "time": "1764138560" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764138611" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764138655" }, "departure": { "time": "1764138684" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764138827" }, "departure": { "time": "1764138934" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764139098" }, "departure": { "time": "1764139098" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764139108" }, "departure": { "time": "1764139275" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "stopId": "QFCOCHE1", "stopSequence": 25 }, { "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764139449" }, "departure": { "time": "1764139460" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "stopId": "VFMRAZ1", "stopSequence": 28 }, { "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764139636" }, "departure": { "time": "1764139636" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "stopId": "VFGINET2", "stopSequence": 31 }, { "stopId": "VFNOYER2", "stopSequence": 32 }, { "stopId": "VFPASTE2", "stopSequence": 33 }, { "stopId": "VFPINED2", "stopSequence": 34 }, { "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764139966" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38766" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:955-36335", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764138696" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "stopId": "BJTOUR2", "stopSequence": 1 }, { "stopId": "BJMOULI2", "stopSequence": 2 }, { "stopId": "BJPROYA2", "stopSequence": 3 }, { "stopId": "BJEPARG2", "stopSequence": 4 }, { "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764139973" }, "departure": { "time": "1764139973" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764140192" }, "departure": { "time": "1764140208" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764140422" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "stopId": "BJPCURI2", "stopSequence": 11 }, { "stopId": "BJJCURI2", "stopSequence": 12 }, { "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764140893" }, "departure": { "time": "1764140903" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "stopId": "BJMALBR2", "stopSequence": 15 }, { "stopId": "BJLBRAI2", "stopSequence": 16 }, { "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764140929" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764141226" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764141554" }, "departure": { "time": "1764141562" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "stopId": "IDSAYES2", "stopSequence": 22 }, { "stopId": "IDCECOM2", "stopSequence": 23 }, { "stopId": "IDLANS2", "stopSequence": 24 }, { "stopId": "IDPLANT1", "stopSequence": 25 }, { "stopId": "IDFAUVE1", "stopSequence": 26 }, { "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764141886" }, "departure": { "time": "1764142246" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764142284" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764142344" }, "departure": { "time": "1764142329" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146526", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "955-36335" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "trip:960-38059", "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 }, { "stopId": "BJROSTA1", "stopSequence": 6 }, { "stopId": "BJCHANT1", "stopSequence": 7 }, { "stopId": "BJSTRAU1", "stopSequence": 8 }, { "stopId": "BJVSCOT1", "stopSequence": 9 }, { "stopId": "BJHBARB1", "stopSequence": 10 }, { "stopId": "BJEBARB1", "stopSequence": 11 }, { "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764142672" }, "departure": { "time": "1764142686" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "stopId": "BJPOSTE1", "stopSequence": 14 }, { "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764143080" }, "departure": { "time": "1764143137" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764143255" }, "departure": { "time": "1764143288" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764143324" }, "departure": { "time": "1764143353" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764143380" }, "departure": { "time": "1764143422" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764143558" }, "departure": { "time": "1764143566" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764143620" }, "departure": { "time": "1764143675" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764143704" }, "departure": { "time": "1764143743" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764143893" }, "departure": { "time": "1764143946" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764144062" }, "departure": { "time": "1764144093" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764144169" }, "departure": { "time": "1764144203" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764144236" }, "departure": { "time": "1764144246" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764144283" }, "departure": { "time": "1764144296" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764144297" }, "departure": { "time": "1764144315" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764144327" }, "departure": { "time": "1764144337" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764144377" }, "departure": { "time": "1764144390" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764144424" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146521", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "960-38059" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:1161-38315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764130547" }, "departure": { "time": "1764130549" }, "stopId": "VFSTBC1", "stopSequence": 0 }, { "arrival": { "time": "1764130768" }, "departure": { "time": "1764130774" }, "stopId": "VFSTADE1", "stopSequence": 1 }, { "arrival": { "time": "1764130804" }, "departure": { "time": "1764130811" }, "stopId": "VFFOUGE1", "stopSequence": 2 }, { "stopId": "VFEUROP1", "stopSequence": 3 }, { "arrival": { "time": "1764130891" }, "departure": { "time": "1764130920" }, "stopId": "VFHUDSO2", "stopSequence": 4 }, { "arrival": { "time": "1764130950" }, "departure": { "time": "1764130990" }, "stopId": "VFQUINC2", "stopSequence": 5 }, { "arrival": { "time": "1764131026" }, "departure": { "time": "1764131053" }, "stopId": "VFFOUGH2", "stopSequence": 6 }, { "arrival": { "time": "1764131058" }, "departure": { "time": "1764131067" }, "stopId": "VFESSAR2", "stopSequence": 7 }, { "arrival": { "time": "1764131079" }, "departure": { "time": "1764131088" }, "stopId": "VFCHENE2", "stopSequence": 8 }, { "arrival": { "time": "1764131092" }, "departure": { "time": "1764131115" }, "stopId": "VFAUBEP2", "stopSequence": 9 }, { "arrival": { "time": "1764131132" }, "departure": { "time": "1764131143" }, "stopId": "VFHALLE2", "stopSequence": 10 }, { "arrival": { "time": "1764131161" }, "stopId": "VFEUROP2", "stopSequence": 11 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38315" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:1172-38738", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137573" }, "departure": { "time": "1764137621" }, "stopId": "IDCECOM2", "stopSequence": 0 }, { "arrival": { "time": "1764137690" }, "stopId": "IDADMIN2", "stopSequence": 1 }, { "stopId": "IDHOTEL2", "stopSequence": 2 }, { "arrival": { "time": "1764137775" }, "stopId": "IDTRUFF2", "stopSequence": 3 }, { "stopId": "IDHUBER2", "stopSequence": 4 }, { "stopId": "IDDELOR2", "stopSequence": 5 }, { "stopId": "IDATLAN2", "stopSequence": 6 }, { "arrival": { "time": "1764138108" }, "departure": { "time": "1764138206" }, "stopId": "IDDOISN2", "stopSequence": 7 }, { "arrival": { "time": "1764138257" }, "stopId": "IDGERMA2", "stopSequence": 8 }, { "stopId": "IDSEIGL2", "stopSequence": 9 }, { "stopId": "VMBELMO2", "stopSequence": 10 }, { "stopId": "VMNAUTA2", "stopSequence": 11 }, { "stopId": "VMGARE1", "stopSequence": 12 }, { "stopId": "VMKIOSQ2", "stopSequence": 13 }, { "arrival": { "time": "1764138715" }, "departure": { "time": "1764138889" }, "stopId": "VMPOSTE2", "stopSequence": 14 }, { "stopId": "VMLAVOI2", "stopSequence": 15 }, { "stopId": "VMGREEN2", "stopSequence": 16 }, { "stopId": "VMCIME2", "stopSequence": 17 }, { "arrival": { "time": "1764139147" }, "stopId": "VMBIZET2", "stopSequence": 18 }, { "stopId": "VFRPMUI2", "stopSequence": 19 }, { "stopId": "VFMUISS2", "stopSequence": 20 }, { "arrival": { "time": "1764139155" }, "stopId": "VFPONT2", "stopSequence": 21 }, { "arrival": { "time": "1764139423" }, "departure": { "time": "1764139463" }, "stopId": "VFAILLA2", "stopSequence": 22 }, { "stopId": "VFSECU2", "stopSequence": 23 }, { "stopId": "VFSTBC2", "stopSequence": 24 }, { "stopId": "VFREPUB2", "stopSequence": 25 }, { "stopId": "VFBOURG2", "stopSequence": 26 }, { "stopId": "VFROCHE2", "stopSequence": 27 }, { "stopId": "VFBRET2", "stopSequence": 28 }, { "stopId": "VFBOIS2", "stopSequence": 29 }, { "stopId": "VFARMIE2", "stopSequence": 30 }, { "stopId": "VFCRUIZ2", "stopSequence": 31 }, { "stopId": "QF3COMM2", "stopSequence": 32 }, { "arrival": { "time": "1764140131" }, "stopId": "QFMOINE2", "stopSequence": 33 } ], "timestamp": "1764146524", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1172-38738" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:8_2_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764146064" }, "departure": { "time": "1764146066" }, "stopId": "VFSTBC4", "stopSequence": 0 }, { "arrival": { "time": "1764146177" }, "departure": { "time": "1764146216" }, "stopId": "VFREPUB2", "stopSequence": 1 }, { "arrival": { "time": "1764146265" }, "departure": { "time": "1764146270" }, "stopId": "VFBOURG2", "stopSequence": 2 }, { "arrival": { "time": "1764146353" }, "departure": { "time": "1764146403" }, "stopId": "VFROCHE2", "stopSequence": 3 }, { "arrival": { "time": "1764146469" }, "departure": { "time": "1764146500" }, "stopId": "VPGARE2", "stopSequence": 4 }, { "arrival": { "time": "1764146770" }, "departure": { "time": "1764146770" }, "stopId": "VFTECHO2", "stopSequence": 5 }, { "arrival": { "time": "1764146890" }, "departure": { "time": "1764146890" }, "stopId": "VFRPMUI1", "stopSequence": 6 }, { "arrival": { "time": "1764146950" }, "departure": { "time": "1764146950" }, "stopId": "VMDESCA1", "stopSequence": 7 }, { "arrival": { "time": "1764146950" }, "departure": { "time": "1764146950" }, "stopId": "VMTECHE2", "stopSequence": 8 }, { "arrival": { "time": "1764147010" }, "departure": { "time": "1764147010" }, "stopId": "VMCHATE2", "stopSequence": 9 }, { "arrival": { "time": "1764147070" }, "departure": { "time": "1764147070" }, "stopId": "VMILOTS2", "stopSequence": 10 }, { "arrival": { "time": "1764147130" }, "departure": { "time": "1764147130" }, "stopId": "VMKIOSQ1", "stopSequence": 11 }, { "arrival": { "time": "1764147130" }, "departure": { "time": "1764147130" }, "stopId": "VMGARE2", "stopSequence": 12 }, { "arrival": { "time": "1764147190" }, "departure": { "time": "1764147190" }, "stopId": "VMNAUTA1", "stopSequence": 13 }, { "arrival": { "time": "1764147310" }, "departure": { "time": "1764147310" }, "stopId": "VMBELMO1", "stopSequence": 14 }, { "arrival": { "time": "1764147430" }, "departure": { "time": "1764147430" }, "stopId": "IDSEIGL1", "stopSequence": 15 }, { "arrival": { "time": "1764147550" }, "departure": { "time": "1764147550" }, "stopId": "IDGUA1", "stopSequence": 16 }, { "arrival": { "time": "1764147670" }, "departure": { "time": "1764147670" }, "stopId": "IDCECOM2", "stopSequence": 17 }, { "arrival": { "time": "1764147910" }, "departure": { "time": "1764147910" }, "stopId": "BJGRIPR1", "stopSequence": 18 }, { "arrival": { "time": "1764148210" }, "departure": { "time": "1764148210" }, "stopId": "BJMEDHO2", "stopSequence": 19 }, { "arrival": { "time": "1764148270" }, "departure": { "time": "1764148270" }, "stopId": "BJMEDCL2", "stopSequence": 20 }, { "arrival": { "time": "1764148330" }, "departure": { "time": "1764148330" }, "stopId": "BJEMMAU2", "stopSequence": 21 }, { "arrival": { "time": "1764148450" }, "departure": { "time": "1764148450" }, "stopId": "BJFRERE2", "stopSequence": 22 }, { "arrival": { "time": "1764148510" }, "departure": { "time": "1764148510" }, "stopId": "BJPALAI2", "stopSequence": 23 }, { "arrival": { "time": "1764148570" }, "departure": { "time": "1764148570" }, "stopId": "BJEBARB4", "stopSequence": 24 }, { "arrival": { "time": "1764148630" }, "departure": { "time": "1764148630" }, "stopId": "BJETISS1", "stopSequence": 25 }, { "arrival": { "time": "1764148690" }, "departure": { "time": "1764148690" }, "stopId": "BJPTJAL2", "stopSequence": 26 }, { "arrival": { "time": "1764148750" }, "departure": { "time": "1764148750" }, "stopId": "BJCRROU2", "stopSequence": 27 }, { "arrival": { "time": "1764148870" }, "departure": { "time": "1764148870" }, "stopId": "BJVSCOT2", "stopSequence": 28 }, { "arrival": { "time": "1764148930" }, "departure": { "time": "1764148930" }, "stopId": "BJCHARM1", "stopSequence": 29 }, { "arrival": { "time": "1764148990" }, "departure": { "time": "1764148990" }, "stopId": "BJROSTA1", "stopSequence": 30 }, { "arrival": { "time": "1764149050" }, "departure": { "time": "1764149050" }, "stopId": "BJBUGEY2", "stopSequence": 31 }, { "arrival": { "time": "1764149170" }, "departure": { "time": "1764149170" }, "stopId": "BJMOZAB2", "stopSequence": 32 } ], "timestamp": "1764146524", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_2_2" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:961-38026", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134811" }, "departure": { "time": "1764135021" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764135060" }, "departure": { "time": "1764135096" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764135148" }, "departure": { "time": "1764135166" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764135180" }, "departure": { "time": "1764135214" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764135222" }, "departure": { "time": "1764135254" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764135300" }, "departure": { "time": "1764135332" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764135372" }, "departure": { "time": "1764135401" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764135498" }, "departure": { "time": "1764135531" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764135667" }, "departure": { "time": "1764135750" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764135862" }, "departure": { "time": "1764135906" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764135920" }, "departure": { "time": "1764135954" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764136069" }, "departure": { "time": "1764136182" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764136323" }, "departure": { "time": "1764136336" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764136376" }, "departure": { "time": "1764136386" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764136430" }, "departure": { "time": "1764136447" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764136537" }, "departure": { "time": "1764136549" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764136627" }, "departure": { "time": "1764136667" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764136748" }, "departure": { "time": "1764136803" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764136819" }, "departure": { "time": "1764136857" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764136917" }, "departure": { "time": "1764136980" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764137047" }, "departure": { "time": "1764137078" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764137115" }, "departure": { "time": "1764137122" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764137150" }, "departure": { "time": "1764137167" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764137204" }, "departure": { "time": "1764137223" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764137259" }, "departure": { "time": "1764137273" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764137307" }, "departure": { "time": "1764137323" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764137344" }, "departure": { "time": "1764137374" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764137408" }, "departure": { "time": "1764137420" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764137469" }, "departure": { "time": "1764137516" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764137566" }, "departure": { "time": "1764137578" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764137589" }, "departure": { "time": "1764137592" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764137780" }, "departure": { "time": "1764137780" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146524", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "961-38026" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:1161-38385", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFEUROP2", "stopSequence": 0 }, { "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764140901" }, "departure": { "time": "1764141235" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "stopId": "VFSORBI2", "stopSequence": 3 }, { "stopId": "VFCSDEL2", "stopSequence": 4 }, { "stopId": "VFETANG2", "stopSequence": 5 }, { "stopId": "VFSTBC2", "stopSequence": 6 }, { "stopId": "VFREPUB2", "stopSequence": 7 }, { "stopId": "VFBOURG2", "stopSequence": 8 }, { "stopId": "VFROCHE2", "stopSequence": 9 }, { "stopId": "VPGARE2", "stopSequence": 10 }, { "stopId": "VPALPES2", "stopSequence": 11 }, { "stopId": "VPMAIRI2", "stopSequence": 12 }, { "stopId": "VPJMOUL2", "stopSequence": 13 }, { "stopId": "VPRIANT2", "stopSequence": 14 }, { "stopId": "VPLOIPE2", "stopSequence": 15 }, { "stopId": "VPARTOI2", "stopSequence": 16 }, { "stopId": "QFMALA2", "stopSequence": 17 }, { "stopId": "QFARRI2", "stopSequence": 18 }, { "stopId": "QFMAINE2", "stopSequence": 19 }, { "stopId": "QFBRET2", "stopSequence": 20 }, { "stopId": "QFLAFA2", "stopSequence": 21 }, { "arrival": { "time": "1764142396" }, "stopId": "QFANJOU2", "stopSequence": 22 }, { "stopId": "QFNOIRE2", "stopSequence": 23 }, { "stopId": "QFMUGUE1", "stopSequence": 24 }, { "arrival": { "time": "1764142995" }, "departure": { "time": "1764143000" }, "stopId": "QFFURIN2", "stopSequence": 25 }, { "arrival": { "time": "1764143049" }, "departure": { "time": "1764143062" }, "stopId": "QFMONUM2", "stopSequence": 26 }, { "arrival": { "time": "1764143086" }, "stopId": "QFGARE1", "stopSequence": 27 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38385" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:7_0_4", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "QFGARE2", "stopSequence": 0 }, { "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764141770" }, "departure": { "time": "1764141778" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "stopId": "QFMAIRI1", "stopSequence": 3 }, { "stopId": "QFLIEUS1", "stopSequence": 4 }, { "stopId": "QFALLIN1", "stopSequence": 5 }, { "stopId": "QFCOCHE1", "stopSequence": 6 }, { "stopId": "QFCHARR1", "stopSequence": 7 }, { "stopId": "QFGARGU1", "stopSequence": 8 }, { "stopId": "VFJBREL1", "stopSequence": 9 }, { "stopId": "VFTENNI1", "stopSequence": 10 }, { "stopId": "VFCRUIZ2", "stopSequence": 11 }, { "stopId": "QF3COMM2", "stopSequence": 12 }, { "arrival": { "time": "1764142427" }, "stopId": "QFMOINE2", "stopSequence": 13 } ], "timestamp": "1764146524", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "7_0_4" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:957-36338", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764144976" }, "departure": { "time": "1764145016" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764145037" }, "departure": { "time": "1764145067" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764145096" }, "departure": { "time": "1764145112" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764145136" }, "departure": { "time": "1764145179" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764145238" }, "departure": { "time": "1764145277" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764145335" }, "departure": { "time": "1764145424" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764145454" }, "departure": { "time": "1764145504" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764145579" }, "departure": { "time": "1764145635" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764145674" }, "departure": { "time": "1764145776" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764145860" }, "departure": { "time": "1764145887" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764145902" }, "departure": { "time": "1764145953" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764145976" }, "departure": { "time": "1764145983" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764146034" }, "departure": { "time": "1764146040" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764146091" }, "departure": { "time": "1764146121" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764146156" }, "departure": { "time": "1764146169" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764146196" }, "departure": { "time": "1764146243" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764146306" }, "departure": { "time": "1764146314" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764146337" }, "departure": { "time": "1764146401" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764146540" }, "departure": { "time": "1764146540" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764146600" }, "departure": { "time": "1764146600" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764146840" }, "departure": { "time": "1764146840" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764146900" }, "departure": { "time": "1764146900" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764147020" }, "departure": { "time": "1764147020" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764147260" }, "departure": { "time": "1764147260" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764147380" }, "departure": { "time": "1764147380" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764147440" }, "departure": { "time": "1764147440" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764147500" }, "departure": { "time": "1764147500" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764147560" }, "departure": { "time": "1764147560" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764147560" }, "departure": { "time": "1764147560" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764147680" }, "departure": { "time": "1764147680" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764147740" }, "departure": { "time": "1764147740" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "957-36338" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:953-36249", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764144742" }, "departure": { "time": "1764144931" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764144968" }, "departure": { "time": "1764144981" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764145026" }, "departure": { "time": "1764145035" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764145046" }, "departure": { "time": "1764145085" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764145095" }, "departure": { "time": "1764145129" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764145168" }, "departure": { "time": "1764145174" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764145207" }, "departure": { "time": "1764145272" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764145364" }, "departure": { "time": "1764145372" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764145573" }, "departure": { "time": "1764145602" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764145669" }, "departure": { "time": "1764145700" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764145740" }, "departure": { "time": "1764145752" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764145955" }, "departure": { "time": "1764145985" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764146026" }, "departure": { "time": "1764146047" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764146113" }, "departure": { "time": "1764146145" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764146170" }, "departure": { "time": "1764146186" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764146241" }, "departure": { "time": "1764146291" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764146329" }, "departure": { "time": "1764146336" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764146393" }, "departure": { "time": "1764146418" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764146470" }, "departure": { "time": "1764146499" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764146570" }, "departure": { "time": "1764146570" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764146630" }, "departure": { "time": "1764146630" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764146750" }, "departure": { "time": "1764146750" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764146990" }, "departure": { "time": "1764146990" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764147050" }, "departure": { "time": "1764147050" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764147230" }, "departure": { "time": "1764147230" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764147230" }, "departure": { "time": "1764147230" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764147290" }, "departure": { "time": "1764147290" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764147350" }, "departure": { "time": "1764147350" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764147410" }, "departure": { "time": "1764147410" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764147410" }, "departure": { "time": "1764147410" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764147470" }, "departure": { "time": "1764147470" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146524", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "953-36249" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:958-38844", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145552" }, "departure": { "time": "1764145566" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "arrival": { "time": "1764145656" }, "departure": { "time": "1764145695" }, "stopId": "RMLAVAI1", "stopSequence": 1 }, { "arrival": { "time": "1764145715" }, "departure": { "time": "1764145729" }, "stopId": "RMHALLS1", "stopSequence": 2 }, { "arrival": { "time": "1764145755" }, "departure": { "time": "1764145771" }, "stopId": "RMHOTLV1", "stopSequence": 3 }, { "arrival": { "time": "1764145785" }, "departure": { "time": "1764145824" }, "stopId": "RMRPLAC1", "stopSequence": 4 }, { "arrival": { "time": "1764145880" }, "departure": { "time": "1764145911" }, "stopId": "RMPHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764145936" }, "departure": { "time": "1764145943" }, "stopId": "RMTILLE2", "stopSequence": 6 }, { "arrival": { "time": "1764145989" }, "departure": { "time": "1764145994" }, "stopId": "BJCFA2", "stopSequence": 7 }, { "arrival": { "time": "1764146028" }, "departure": { "time": "1764146080" }, "stopId": "BJPROYA2", "stopSequence": 8 }, { "arrival": { "time": "1764146116" }, "departure": { "time": "1764146171" }, "stopId": "BJEPARG2", "stopSequence": 9 }, { "arrival": { "time": "1764146234" }, "departure": { "time": "1764146261" }, "stopId": "BJFOLAT1", "stopSequence": 10 }, { "arrival": { "time": "1764146296" }, "departure": { "time": "1764146339" }, "stopId": "BJPMICH1", "stopSequence": 11 }, { "arrival": { "time": "1764146407" }, "departure": { "time": "1764146479" }, "stopId": "BJVAUCA2", "stopSequence": 12 }, { "arrival": { "time": "1764146580" }, "departure": { "time": "1764146580" }, "stopId": "BJEBARB2", "stopSequence": 13 }, { "arrival": { "time": "1764146700" }, "departure": { "time": "1764146700" }, "stopId": "BJHBARB2", "stopSequence": 14 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJVSCOT2", "stopSequence": 15 }, { "arrival": { "time": "1764146820" }, "departure": { "time": "1764146820" }, "stopId": "BJSTRAU2", "stopSequence": 16 }, { "arrival": { "time": "1764146820" }, "departure": { "time": "1764146820" }, "stopId": "BJCHANT2", "stopSequence": 17 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "BJROSTA2", "stopSequence": 18 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "BJCHARM2", "stopSequence": 19 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "BJCHFLE2", "stopSequence": 20 }, { "arrival": { "time": "1764147120" }, "departure": { "time": "1764147120" }, "stopId": "BJZACHA2", "stopSequence": 21 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "IDRIMBA1", "stopSequence": 22 }, { "arrival": { "time": "1764147240" }, "departure": { "time": "1764147240" }, "stopId": "IDAPOLL1", "stopSequence": 23 }, { "arrival": { "time": "1764147300" }, "departure": { "time": "1764147300" }, "stopId": "IDMISTR1", "stopSequence": 24 }, { "arrival": { "time": "1764147360" }, "departure": { "time": "1764147360" }, "stopId": "IDRASPE1", "stopSequence": 25 }, { "arrival": { "time": "1764147420" }, "departure": { "time": "1764147420" }, "stopId": "IDALICA1", "stopSequence": 26 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "IDAPOLL2", "stopSequence": 27 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "IDRIMBA2", "stopSequence": 28 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "IDPLOUV2", "stopSequence": 29 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "IDCHASS2", "stopSequence": 30 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "IDSAYES2", "stopSequence": 31 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "IDCECOM2", "stopSequence": 32 }, { "arrival": { "time": "1764148140" }, "departure": { "time": "1764148140" }, "stopId": "IDADMIN2", "stopSequence": 33 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "IDHOTEL2", "stopSequence": 34 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "IDTRUFF2", "stopSequence": 35 }, { "arrival": { "time": "1764148320" }, "departure": { "time": "1764148320" }, "stopId": "IDHUBER2", "stopSequence": 36 }, { "arrival": { "time": "1764148380" }, "departure": { "time": "1764148380" }, "stopId": "IDDELOR2", "stopSequence": 37 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "IDATLAN2", "stopSequence": 38 }, { "arrival": { "time": "1764148500" }, "departure": { "time": "1764148500" }, "stopId": "IDDOISN2", "stopSequence": 39 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "IDPISCI2", "stopSequence": 40 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "958-38844" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:954-38817", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764146330" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764147120" }, "departure": { "time": "1764147120" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764147240" }, "departure": { "time": "1764147240" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764147300" }, "departure": { "time": "1764147300" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764147360" }, "departure": { "time": "1764147360" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764147720" }, "departure": { "time": "1764147720" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764148080" }, "departure": { "time": "1764148080" }, "stopId": "BJZACHA1", "stopSequence": 12 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "BJCHFLE3", "stopSequence": 13 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "BJCHARM1", "stopSequence": 14 }, { "arrival": { "time": "1764148320" }, "departure": { "time": "1764148320" }, "stopId": "BJROSTA1", "stopSequence": 15 }, { "arrival": { "time": "1764148380" }, "departure": { "time": "1764148380" }, "stopId": "BJCHANT1", "stopSequence": 16 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "BJSTRAU1", "stopSequence": 17 }, { "arrival": { "time": "1764148500" }, "departure": { "time": "1764148500" }, "stopId": "BJVSCOT1", "stopSequence": 18 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "BJHBARB1", "stopSequence": 19 }, { "arrival": { "time": "1764148620" }, "departure": { "time": "1764148620" }, "stopId": "BJEBARB1", "stopSequence": 20 }, { "arrival": { "time": "1764148800" }, "departure": { "time": "1764148800" }, "stopId": "BJVAUCA1", "stopSequence": 21 }, { "arrival": { "time": "1764148920" }, "departure": { "time": "1764148920" }, "stopId": "BJPMICH2", "stopSequence": 22 }, { "arrival": { "time": "1764148980" }, "departure": { "time": "1764148980" }, "stopId": "BJFOLAT2", "stopSequence": 23 }, { "arrival": { "time": "1764149040" }, "departure": { "time": "1764149040" }, "stopId": "BJEPARG1", "stopSequence": 24 }, { "arrival": { "time": "1764149160" }, "departure": { "time": "1764149160" }, "stopId": "BJPROYA1", "stopSequence": 25 }, { "arrival": { "time": "1764149220" }, "departure": { "time": "1764149220" }, "stopId": "BJMOULI1", "stopSequence": 26 }, { "arrival": { "time": "1764149220" }, "departure": { "time": "1764149220" }, "stopId": "BJTOUR1", "stopSequence": 27 }, { "arrival": { "time": "1764149280" }, "departure": { "time": "1764149280" }, "stopId": "BJCHAMP1", "stopSequence": 28 }, { "arrival": { "time": "1764149400" }, "departure": { "time": "1764149400" }, "stopId": "BJRIVET1", "stopSequence": 29 }, { "arrival": { "time": "1764149520" }, "departure": { "time": "1764149520" }, "stopId": "BJMBLAN1", "stopSequence": 30 }, { "arrival": { "time": "1764149580" }, "departure": { "time": "1764149580" }, "stopId": "BJBOUSS1", "stopSequence": 31 }, { "arrival": { "time": "1764149760" }, "departure": { "time": "1764149760" }, "stopId": "NVRUFF2", "stopSequence": 32 }, { "arrival": { "time": "1764150000" }, "departure": { "time": "1764150000" }, "stopId": "NVPONTA2", "stopSequence": 33 }, { "arrival": { "time": "1764150000" }, "departure": { "time": "1764150000" }, "stopId": "NVBASV2", "stopSequence": 34 }, { "arrival": { "time": "1764150120" }, "departure": { "time": "1764150120" }, "stopId": "NVPLACE1", "stopSequence": 35 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "954-38817" }, "vehicle": { "id": "636a2e22c520d5a13c77e50d", "label": "1331", "licensePlate": "FX-221-CD" } } }, { "id": "trip:958-38827", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134078" }, "departure": { "time": "1764134384" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764134415" }, "departure": { "time": "1764134425" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764134452" }, "departure": { "time": "1764134464" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764134501" }, "departure": { "time": "1764134516" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764134551" }, "departure": { "time": "1764134607" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764134621" }, "departure": { "time": "1764134680" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764134718" }, "departure": { "time": "1764134730" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764134747" }, "departure": { "time": "1764134831" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764134921" }, "departure": { "time": "1764134931" }, "stopId": "IDBRANC1", "stopSequence": 8 }, { "arrival": { "time": "1764134958" }, "departure": { "time": "1764134969" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764135008" }, "departure": { "time": "1764135021" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764135043" }, "departure": { "time": "1764135051" }, "stopId": "IDRIMBA1", "stopSequence": 11 }, { "arrival": { "time": "1764135067" }, "departure": { "time": "1764135184" }, "stopId": "IDAPOLL1", "stopSequence": 12 }, { "arrival": { "time": "1764135300" }, "departure": { "time": "1764135300" }, "stopId": "IDMISTR1", "stopSequence": 13 }, { "arrival": { "time": "1764135360" }, "departure": { "time": "1764135360" }, "stopId": "IDRASPE1", "stopSequence": 14 }, { "arrival": { "time": "1764135420" }, "departure": { "time": "1764135420" }, "stopId": "IDALICA1", "stopSequence": 15 }, { "arrival": { "time": "1764135480" }, "departure": { "time": "1764135480" }, "stopId": "IDAPOLL2", "stopSequence": 16 }, { "arrival": { "time": "1764135540" }, "departure": { "time": "1764135540" }, "stopId": "IDRIMBA2", "stopSequence": 17 }, { "arrival": { "time": "1764135600" }, "departure": { "time": "1764135600" }, "stopId": "BJZACHA1", "stopSequence": 18 }, { "arrival": { "time": "1764135720" }, "departure": { "time": "1764135720" }, "stopId": "BJCHFLE3", "stopSequence": 19 }, { "arrival": { "time": "1764135780" }, "departure": { "time": "1764135780" }, "stopId": "BJCHARM1", "stopSequence": 20 }, { "arrival": { "time": "1764135840" }, "departure": { "time": "1764135840" }, "stopId": "BJROSTA1", "stopSequence": 21 }, { "arrival": { "time": "1764135900" }, "departure": { "time": "1764135900" }, "stopId": "BJCHANT1", "stopSequence": 22 }, { "arrival": { "time": "1764135960" }, "departure": { "time": "1764135960" }, "stopId": "BJSTRAU1", "stopSequence": 23 }, { "arrival": { "time": "1764136020" }, "departure": { "time": "1764136020" }, "stopId": "BJVSCOT1", "stopSequence": 24 }, { "arrival": { "time": "1764136080" }, "departure": { "time": "1764136080" }, "stopId": "BJHBARB1", "stopSequence": 25 }, { "arrival": { "time": "1764136140" }, "departure": { "time": "1764136140" }, "stopId": "BJEBARB1", "stopSequence": 26 }, { "arrival": { "time": "1764136320" }, "departure": { "time": "1764136320" }, "stopId": "BJVAUCA1", "stopSequence": 27 }, { "arrival": { "time": "1764136440" }, "departure": { "time": "1764136440" }, "stopId": "BJPMICH2", "stopSequence": 28 }, { "arrival": { "time": "1764136500" }, "departure": { "time": "1764136500" }, "stopId": "BJFOLAT2", "stopSequence": 29 }, { "arrival": { "time": "1764136560" }, "departure": { "time": "1764136560" }, "stopId": "BJEPARG1", "stopSequence": 30 }, { "arrival": { "time": "1764136680" }, "departure": { "time": "1764136680" }, "stopId": "BJPROYA1", "stopSequence": 31 }, { "arrival": { "time": "1764136740" }, "departure": { "time": "1764136740" }, "stopId": "BJCFA1", "stopSequence": 32 }, { "arrival": { "time": "1764136800" }, "departure": { "time": "1764136800" }, "stopId": "RMTILLE1", "stopSequence": 33 }, { "arrival": { "time": "1764136860" }, "departure": { "time": "1764136860" }, "stopId": "RMPHARM2", "stopSequence": 34 }, { "arrival": { "time": "1764136920" }, "departure": { "time": "1764136920" }, "stopId": "RMRPLAC2", "stopSequence": 35 }, { "arrival": { "time": "1764136920" }, "departure": { "time": "1764136920" }, "stopId": "RMHOTLV2", "stopSequence": 36 }, { "arrival": { "time": "1764136980" }, "departure": { "time": "1764136980" }, "stopId": "RMHALLS2", "stopSequence": 37 }, { "arrival": { "time": "1764137040" }, "departure": { "time": "1764137040" }, "stopId": "RMLAVAI2", "stopSequence": 38 }, { "arrival": { "time": "1764137160" }, "departure": { "time": "1764137160" }, "stopId": "RMZAPER2", "stopSequence": 39 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "958-38827" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:1167-38327", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134874" }, "departure": { "time": "1764134881" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764134898" }, "departure": { "time": "1764134914" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764134973" }, "departure": { "time": "1764134981" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764135001" }, "departure": { "time": "1764135032" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764135072" }, "departure": { "time": "1764135080" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "arrival": { "time": "1764135185" }, "departure": { "time": "1764135192" }, "stopId": "QFNOIRE1", "stopSequence": 5 }, { "arrival": { "time": "1764135215" }, "departure": { "time": "1764135249" }, "stopId": "QFANJOU3", "stopSequence": 6 }, { "arrival": { "time": "1764135270" }, "departure": { "time": "1764135279" }, "stopId": "QFLAFA1", "stopSequence": 7 }, { "arrival": { "time": "1764135314" }, "departure": { "time": "1764135326" }, "stopId": "QFBRET1", "stopSequence": 8 }, { "arrival": { "time": "1764135345" }, "departure": { "time": "1764135352" }, "stopId": "QFMAINE1", "stopSequence": 9 }, { "arrival": { "time": "1764135377" }, "departure": { "time": "1764135384" }, "stopId": "QFARRI1", "stopSequence": 10 }, { "arrival": { "time": "1764135411" }, "departure": { "time": "1764135424" }, "stopId": "QFMALA1", "stopSequence": 11 }, { "arrival": { "time": "1764135436" }, "departure": { "time": "1764135451" }, "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764135467" }, "departure": { "time": "1764135475" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "arrival": { "time": "1764135520" }, "departure": { "time": "1764135544" }, "stopId": "VPRIANT1", "stopSequence": 14 }, { "arrival": { "time": "1764135589" }, "departure": { "time": "1764135601" }, "stopId": "VPJMOUL1", "stopSequence": 15 }, { "arrival": { "time": "1764135655" }, "departure": { "time": "1764135774" }, "stopId": "VPMAIRI1", "stopSequence": 16 }, { "arrival": { "time": "1764135853" }, "departure": { "time": "1764135897" }, "stopId": "VPGARE1", "stopSequence": 17 }, { "arrival": { "time": "1764135998" }, "departure": { "time": "1764136034" }, "stopId": "VFROCHE1", "stopSequence": 18 }, { "arrival": { "time": "1764136112" }, "departure": { "time": "1764136134" }, "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764136157" }, "departure": { "time": "1764136196" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "arrival": { "time": "1764136236" }, "departure": { "time": "1764136367" }, "stopId": "VFSTBC1", "stopSequence": 21 }, { "arrival": { "time": "1764136588" }, "departure": { "time": "1764136601" }, "stopId": "VFSTADE1", "stopSequence": 22 }, { "arrival": { "time": "1764136639" }, "departure": { "time": "1764136658" }, "stopId": "VFFOUGE1", "stopSequence": 23 }, { "arrival": { "time": "1764136689" }, "departure": { "time": "1764136740" }, "stopId": "VFEUROP1", "stopSequence": 24 }, { "arrival": { "time": "1764136861" }, "departure": { "time": "1764136893" }, "stopId": "VFHUDSO2", "stopSequence": 25 }, { "arrival": { "time": "1764136929" }, "departure": { "time": "1764136970" }, "stopId": "VFQUINC2", "stopSequence": 26 }, { "arrival": { "time": "1764137011" }, "departure": { "time": "1764137052" }, "stopId": "VFFOUGH2", "stopSequence": 27 }, { "arrival": { "time": "1764137060" }, "departure": { "time": "1764137075" }, "stopId": "VFESSAR2", "stopSequence": 28 }, { "arrival": { "time": "1764137085" }, "departure": { "time": "1764137102" }, "stopId": "VFCHENE2", "stopSequence": 29 }, { "arrival": { "time": "1764137105" }, "departure": { "time": "1764137118" }, "stopId": "VFAUBEP2", "stopSequence": 30 }, { "arrival": { "time": "1764137137" }, "departure": { "time": "1764137151" }, "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764137174" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38327" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "trip:961-38030", "tripUpdate": { "stopTimeUpdate": [ { "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 }, { "arrival": { "time": "1764142113" }, "departure": { "time": "1764142682" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764143017" }, "departure": { "time": "1764143031" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764143045" }, "departure": { "time": "1764143075" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764143155" }, "departure": { "time": "1764143204" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764143343" }, "departure": { "time": "1764143507" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764143548" }, "departure": { "time": "1764143554" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764143596" }, "departure": { "time": "1764143609" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764143722" }, "departure": { "time": "1764143828" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764143891" }, "departure": { "time": "1764143906" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764144006" }, "departure": { "time": "1764144444" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "stopId": "BJLYCEE2", "stopSequence": 18 }, { "stopId": "BJVAUCA2", "stopSequence": 19 }, { "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764144479" }, "departure": { "time": "1764144489" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764144518" }, "departure": { "time": "1764144611" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764144648" }, "departure": { "time": "1764144664" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764144703" }, "departure": { "time": "1764144716" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764144760" }, "departure": { "time": "1764144796" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764144814" }, "departure": { "time": "1764144851" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764144874" }, "departure": { "time": "1764144888" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764144936" }, "departure": { "time": "1764144952" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764144993" }, "departure": { "time": "1764145028" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764145040" }, "departure": { "time": "1764145060" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764145105" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146524", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "961-38030" }, "vehicle": { "id": "636a2e22c520d5a13c77e41e", "label": "1321", "licensePlate": "DQ-942-PT" } } }, { "id": "trip:1164-38695", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "QFMOINE1", "stopSequence": 0 }, { "stopId": "QF3COMM1", "stopSequence": 1 }, { "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "stopId": "VFARMIE1", "stopSequence": 3 }, { "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764139112" }, "departure": { "time": "1764139322" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "stopId": "VFROCHE1", "stopSequence": 6 }, { "stopId": "VFBOURG1", "stopSequence": 7 }, { "stopId": "VFREPUB1", "stopSequence": 8 }, { "stopId": "VFSTBC1", "stopSequence": 9 }, { "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764139992" }, "departure": { "time": "1764139992" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "stopId": "VFPONT1", "stopSequence": 12 }, { "stopId": "VFMUISS1", "stopSequence": 13 }, { "stopId": "VFTECHO1", "stopSequence": 14 }, { "stopId": "VFCCIN1", "stopSequence": 15 }, { "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764140112" }, "departure": { "time": "1764140392" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "stopId": "VMCHATE2", "stopSequence": 18 }, { "stopId": "VMILOTS2", "stopSequence": 19 }, { "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "stopId": "VMGARE2", "stopSequence": 21 }, { "stopId": "VMNAUTA1", "stopSequence": 22 }, { "stopId": "VMBELMO1", "stopSequence": 23 }, { "arrival": { "time": "1764140703" }, "departure": { "time": "1764141003" }, "stopId": "IDSEIGL1", "stopSequence": 24 }, { "arrival": { "time": "1764140771" }, "stopId": "IDGERMA1", "stopSequence": 25 }, { "stopId": "IDDOISN1", "stopSequence": 26 }, { "stopId": "IDATLAN1", "stopSequence": 27 }, { "stopId": "IDDELOR1", "stopSequence": 28 }, { "stopId": "IDHUBER1", "stopSequence": 29 }, { "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764141091" }, "departure": { "time": "1764141466" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "arrival": { "time": "1764141478" }, "stopId": "IDADMIN1", "stopSequence": 32 }, { "stopId": "IDCECOM1", "stopSequence": 33 }, { "stopId": "IDGARE1", "stopSequence": 34 }, { "stopId": "IDCHAMP2", "stopSequence": 35 }, { "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764142038" }, "departure": { "time": "1764142068" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764142081" }, "departure": { "time": "1764142996" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764143041" }, "departure": { "time": "1764143058" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764143119" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38695" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:959-38842", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134436" }, "departure": { "time": "1764135088" }, "stopId": "RMZAPER1", "stopSequence": 0 }, { "stopId": "RMLAVAI1", "stopSequence": 1 }, { "stopId": "RMHALLS1", "stopSequence": 2 }, { "stopId": "RMHOTLV1", "stopSequence": 3 }, { "stopId": "RMRPLAC1", "stopSequence": 4 }, { "arrival": { "time": "1764135102" }, "departure": { "time": "1764135132" }, "stopId": "RMPHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764135160" }, "departure": { "time": "1764135169" }, "stopId": "RMTILLE2", "stopSequence": 6 }, { "arrival": { "time": "1764135210" }, "departure": { "time": "1764135219" }, "stopId": "BJCFA2", "stopSequence": 7 }, { "arrival": { "time": "1764135281" }, "departure": { "time": "1764135314" }, "stopId": "BJPROYA2", "stopSequence": 8 }, { "arrival": { "time": "1764135360" }, "departure": { "time": "1764135371" }, "stopId": "BJEPARG2", "stopSequence": 9 }, { "stopId": "BJFOLAT1", "stopSequence": 10 }, { "stopId": "BJPMICH1", "stopSequence": 11 }, { "stopId": "BJVAUCA2", "stopSequence": 12 }, { "stopId": "BJEBARB2", "stopSequence": 13 }, { "stopId": "BJHBARB2", "stopSequence": 14 }, { "stopId": "BJVSCOT2", "stopSequence": 15 }, { "stopId": "BJSTRAU2", "stopSequence": 16 }, { "stopId": "BJCHANT2", "stopSequence": 17 }, { "stopId": "BJROSTA2", "stopSequence": 18 }, { "stopId": "BJCHARM2", "stopSequence": 19 }, { "stopId": "BJCHFLE2", "stopSequence": 20 }, { "stopId": "BJZACHA2", "stopSequence": 21 }, { "stopId": "IDPLOUV2", "stopSequence": 22 }, { "stopId": "IDCHASS2", "stopSequence": 23 }, { "stopId": "IDSAYES2", "stopSequence": 24 }, { "stopId": "IDCECOM2", "stopSequence": 25 }, { "stopId": "IDADMIN2", "stopSequence": 26 }, { "arrival": { "time": "1764136855" }, "departure": { "time": "1764136877" }, "stopId": "IDHOTEL2", "stopSequence": 27 }, { "stopId": "IDTRUFF2", "stopSequence": 28 }, { "arrival": { "time": "1764136916" }, "departure": { "time": "1764136951" }, "stopId": "IDHUBER2", "stopSequence": 29 }, { "stopId": "IDDELOR2", "stopSequence": 30 }, { "arrival": { "time": "1764137069" }, "stopId": "IDATLAN2", "stopSequence": 31 }, { "arrival": { "time": "1764137092" }, "departure": { "time": "1764137124" }, "stopId": "IDDOISN2", "stopSequence": 32 }, { "arrival": { "time": "1764137400" }, "departure": { "time": "1764137400" }, "stopId": "IDPISCI2", "stopSequence": 33 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "959-38842" }, "vehicle": { "id": "63c518f7e70e2cf76f8f8063", "label": "1333", "licensePlate": "GL-927-FW" } } }, { "id": "trip:1164-38697", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764146262" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "arrival": { "time": "1764146820" }, "departure": { "time": "1764146820" }, "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "VFARMIE1", "stopSequence": 3 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764147120" }, "departure": { "time": "1764147120" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764147240" }, "departure": { "time": "1764147240" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764147300" }, "departure": { "time": "1764147300" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764147360" }, "departure": { "time": "1764147360" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764147420" }, "departure": { "time": "1764147420" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764147480" }, "departure": { "time": "1764147480" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "VMCHATE2", "stopSequence": 18 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "VMILOTS2", "stopSequence": 19 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764148140" }, "departure": { "time": "1764148140" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "IDSEIGL1", "stopSequence": 24 }, { "arrival": { "time": "1764148380" }, "departure": { "time": "1764148380" }, "stopId": "IDGERMA1", "stopSequence": 25 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "IDDOISN1", "stopSequence": 26 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "IDATLAN1", "stopSequence": 27 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "IDDELOR1", "stopSequence": 28 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "IDHUBER1", "stopSequence": 29 }, { "arrival": { "time": "1764148620" }, "departure": { "time": "1764148620" }, "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764148680" }, "departure": { "time": "1764148680" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "arrival": { "time": "1764148740" }, "departure": { "time": "1764148740" }, "stopId": "IDADMIN1", "stopSequence": 32 }, { "arrival": { "time": "1764148920" }, "departure": { "time": "1764148920" }, "stopId": "IDCECOM1", "stopSequence": 33 }, { "arrival": { "time": "1764149160" }, "departure": { "time": "1764149160" }, "stopId": "IDGARE1", "stopSequence": 34 }, { "arrival": { "time": "1764149340" }, "departure": { "time": "1764149340" }, "stopId": "IDCHAMP2", "stopSequence": 35 }, { "arrival": { "time": "1764149340" }, "departure": { "time": "1764149340" }, "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764149460" }, "departure": { "time": "1764149460" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764149460" }, "departure": { "time": "1764149460" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764149520" }, "departure": { "time": "1764149520" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764149640" }, "departure": { "time": "1764149640" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38697" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:1170-38779", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137581" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764137855" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764137882" }, "departure": { "time": "1764138051" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "stopId": "QFLIEUS1", "stopSequence": 4 }, { "stopId": "QFALLIN1", "stopSequence": 5 }, { "stopId": "QFCOCHE1", "stopSequence": 6 }, { "stopId": "QFCHARR1", "stopSequence": 7 }, { "stopId": "QFGARGU1", "stopSequence": 8 }, { "stopId": "VFMRAZ1", "stopSequence": 9 }, { "arrival": { "time": "1764138482" }, "stopId": "VFCHAR2", "stopSequence": 10 }, { "arrival": { "time": "1764138560" }, "departure": { "time": "1764138708" }, "stopId": "VFVELLE2", "stopSequence": 11 }, { "stopId": "VFGINET2", "stopSequence": 12 }, { "stopId": "VFNOYER2", "stopSequence": 13 }, { "stopId": "VFPASTE2", "stopSequence": 14 }, { "stopId": "VFPINED2", "stopSequence": 15 }, { "arrival": { "time": "1764138714" }, "stopId": "VFBERTH2", "stopSequence": 16 }, { "arrival": { "time": "1764138950" }, "departure": { "time": "1764138950" }, "stopId": "VFSTBC6", "stopSequence": 17 } ], "timestamp": "1764146524", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1170-38779" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:1160-38765", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764133121" }, "departure": { "time": "1764133227" }, "stopId": "VFSTBC5", "stopSequence": 0 }, { "arrival": { "time": "1764133284" }, "departure": { "time": "1764133341" }, "stopId": "VFSECU1", "stopSequence": 1 }, { "arrival": { "time": "1764133365" }, "departure": { "time": "1764133391" }, "stopId": "VFAILLA1", "stopSequence": 2 }, { "arrival": { "time": "1764133430" }, "departure": { "time": "1764133476" }, "stopId": "VFPONT1", "stopSequence": 3 }, { "arrival": { "time": "1764133503" }, "departure": { "time": "1764133510" }, "stopId": "VFMUISS1", "stopSequence": 4 }, { "arrival": { "time": "1764133624" }, "departure": { "time": "1764133641" }, "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764133788" }, "departure": { "time": "1764133822" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "arrival": { "time": "1764133868" }, "departure": { "time": "1764133901" }, "stopId": "VPHPOST2", "stopSequence": 7 }, { "arrival": { "time": "1764133911" }, "departure": { "time": "1764133921" }, "stopId": "VPPISCI2", "stopSequence": 8 }, { "arrival": { "time": "1764133950" }, "departure": { "time": "1764133964" }, "stopId": "VPGENDA2", "stopSequence": 9 }, { "arrival": { "time": "1764134037" }, "departure": { "time": "1764134072" }, "stopId": "VPLIBER2", "stopSequence": 10 }, { "arrival": { "time": "1764134102" }, "departure": { "time": "1764134116" }, "stopId": "VPPICAR2", "stopSequence": 11 }, { "arrival": { "time": "1764134211" }, "departure": { "time": "1764134230" }, "stopId": "VPMALA2", "stopSequence": 12 }, { "arrival": { "time": "1764134332" }, "departure": { "time": "1764134343" }, "stopId": "QFGARI2", "stopSequence": 13 }, { "arrival": { "time": "1764134418" }, "departure": { "time": "1764134430" }, "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764134667" }, "departure": { "time": "1764134688" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "arrival": { "time": "1764134816" }, "departure": { "time": "1764134824" }, "stopId": "QFDAUPH2", "stopSequence": 16 }, { "arrival": { "time": "1764134841" }, "departure": { "time": "1764134851" }, "stopId": "QFRUMO2", "stopSequence": 17 }, { "arrival": { "time": "1764134871" }, "departure": { "time": "1764134879" }, "stopId": "QFRURUI2", "stopSequence": 18 }, { "arrival": { "time": "1764135033" }, "departure": { "time": "1764135055" }, "stopId": "QFGARE2", "stopSequence": 19 }, { "arrival": { "time": "1764135070" }, "departure": { "time": "1764135097" }, "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764135160" }, "departure": { "time": "1764135199" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "arrival": { "time": "1764135226" }, "departure": { "time": "1764135266" }, "stopId": "QFMAIRI1", "stopSequence": 22 }, { "arrival": { "time": "1764135332" }, "departure": { "time": "1764135353" }, "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764135388" }, "departure": { "time": "1764135474" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764135545" }, "departure": { "time": "1764135564" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764135595" }, "departure": { "time": "1764135612" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764135653" }, "departure": { "time": "1764135682" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764135767" }, "departure": { "time": "1764135781" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764135804" }, "departure": { "time": "1764135833" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764135873" }, "departure": { "time": "1764135905" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764135919" }, "departure": { "time": "1764135935" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764135953" }, "departure": { "time": "1764135966" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764135976" }, "departure": { "time": "1764135991" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764136002" }, "departure": { "time": "1764136012" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764136021" }, "departure": { "time": "1764136031" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764136186" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38765" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:966-38031", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143662" }, "departure": { "time": "1764144066" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764144101" }, "departure": { "time": "1764144180" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764144223" }, "departure": { "time": "1764144255" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764144275" }, "departure": { "time": "1764144316" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764144324" }, "departure": { "time": "1764144341" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764144373" }, "departure": { "time": "1764144410" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764144456" }, "departure": { "time": "1764144486" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764144580" }, "departure": { "time": "1764144613" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764144745" }, "departure": { "time": "1764144815" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764144939" }, "departure": { "time": "1764144955" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764144970" }, "departure": { "time": "1764145006" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764145096" }, "departure": { "time": "1764145102" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764145226" }, "departure": { "time": "1764145267" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764145301" }, "departure": { "time": "1764145311" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764145352" }, "departure": { "time": "1764145386" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764145480" }, "departure": { "time": "1764145536" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764145612" }, "departure": { "time": "1764145627" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764145725" }, "departure": { "time": "1764145796" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764145813" }, "departure": { "time": "1764145876" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764145895" }, "departure": { "time": "1764145944" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764146007" }, "departure": { "time": "1764146058" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764146121" }, "departure": { "time": "1764146133" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764146159" }, "departure": { "time": "1764146178" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764146205" }, "departure": { "time": "1764146223" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764146258" }, "departure": { "time": "1764146269" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764146306" }, "departure": { "time": "1764146337" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764146355" }, "departure": { "time": "1764146391" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764146414" }, "departure": { "time": "1764146447" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764146491" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764146640" }, "departure": { "time": "1764146640" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764146640" }, "departure": { "time": "1764146640" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146523", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "966-38031" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:1164-38711", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143121" }, "departure": { "time": "1764143142" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764143174" }, "departure": { "time": "1764143186" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764143200" }, "departure": { "time": "1764143214" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764143240" }, "departure": { "time": "1764143259" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764143277" }, "departure": { "time": "1764143328" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764143463" }, "departure": { "time": "1764143802" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764143921" }, "departure": { "time": "1764143945" }, "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": "1764144399" }, "departure": { "time": "1764144438" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764144470" }, "departure": { "time": "1764144532" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764144574" }, "departure": { "time": "1764144588" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764144637" }, "departure": { "time": "1764144644" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764144710" }, "departure": { "time": "1764144721" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764144788" }, "departure": { "time": "1764144798" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764144852" }, "departure": { "time": "1764144865" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764144891" }, "departure": { "time": "1764144908" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764144940" }, "departure": { "time": "1764144950" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764144992" }, "departure": { "time": "1764145005" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764145095" }, "departure": { "time": "1764145101" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764145133" }, "departure": { "time": "1764145141" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764145160" }, "departure": { "time": "1764145170" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764145224" }, "departure": { "time": "1764145262" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764145347" }, "departure": { "time": "1764145361" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764145386" }, "departure": { "time": "1764145421" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764145453" }, "departure": { "time": "1764145490" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764145576" }, "departure": { "time": "1764145611" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764145644" }, "departure": { "time": "1764145678" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764145742" }, "departure": { "time": "1764145781" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764145807" }, "departure": { "time": "1764145836" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764145927" }, "departure": { "time": "1764145969" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764145999" }, "departure": { "time": "1764146040" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764146052" }, "departure": { "time": "1764146061" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764146080" }, "departure": { "time": "1764146092" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764146127" }, "departure": { "time": "1764146158" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764146194" }, "departure": { "time": "1764146223" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764146261" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38711" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:1163-38708", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764132502" }, "departure": { "time": "1764132516" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764132542" }, "departure": { "time": "1764132559" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764132570" }, "departure": { "time": "1764132634" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764132665" }, "departure": { "time": "1764132675" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764132687" }, "departure": { "time": "1764132691" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764132776" }, "departure": { "time": "1764132799" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764132912" }, "departure": { "time": "1764133101" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764133208" }, "departure": { "time": "1764133239" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764133252" }, "departure": { "time": "1764133282" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764133315" }, "departure": { "time": "1764133331" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764133340" }, "departure": { "time": "1764133437" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764133474" }, "departure": { "time": "1764133494" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764133535" }, "departure": { "time": "1764133546" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764133569" }, "departure": { "time": "1764133578" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764133621" }, "departure": { "time": "1764133640" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764133689" }, "departure": { "time": "1764133697" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764133764" }, "departure": { "time": "1764133776" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764133830" }, "departure": { "time": "1764133843" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764133892" }, "departure": { "time": "1764133900" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764133931" }, "departure": { "time": "1764133961" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764133994" }, "departure": { "time": "1764134002" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764134046" }, "departure": { "time": "1764134077" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764134134" }, "departure": { "time": "1764134143" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "arrival": { "time": "1764134169" }, "departure": { "time": "1764134179" }, "stopId": "VMCOND2", "stopSequence": 23 }, { "arrival": { "time": "1764134196" }, "departure": { "time": "1764134202" }, "stopId": "VFCCIN2", "stopSequence": 24 }, { "arrival": { "time": "1764134253" }, "departure": { "time": "1764134283" }, "stopId": "VFTECHO2", "stopSequence": 25 }, { "arrival": { "time": "1764134364" }, "departure": { "time": "1764134375" }, "stopId": "VFMUISS2", "stopSequence": 26 }, { "arrival": { "time": "1764134394" }, "departure": { "time": "1764134418" }, "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764134449" }, "departure": { "time": "1764134465" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "arrival": { "time": "1764134488" }, "departure": { "time": "1764134515" }, "stopId": "VFSECU2", "stopSequence": 29 }, { "arrival": { "time": "1764134539" }, "departure": { "time": "1764134627" }, "stopId": "VFSTBC2", "stopSequence": 30 }, { "arrival": { "time": "1764134678" }, "departure": { "time": "1764134695" }, "stopId": "VFREPUB2", "stopSequence": 31 }, { "arrival": { "time": "1764134713" }, "departure": { "time": "1764134727" }, "stopId": "VFBOURG2", "stopSequence": 32 }, { "arrival": { "time": "1764134776" }, "departure": { "time": "1764134820" }, "stopId": "VFROCHE2", "stopSequence": 33 }, { "arrival": { "time": "1764134857" }, "departure": { "time": "1764134871" }, "stopId": "VFBRET2", "stopSequence": 34 }, { "arrival": { "time": "1764134882" }, "departure": { "time": "1764134911" }, "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764134935" }, "departure": { "time": "1764134943" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "arrival": { "time": "1764134974" }, "departure": { "time": "1764134985" }, "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "arrival": { "time": "1764135011" }, "departure": { "time": "1764135023" }, "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764135917" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38708" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "trip:955-38054", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764132591" }, "departure": { "time": "1764132627" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764132683" }, "departure": { "time": "1764132697" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764132715" }, "departure": { "time": "1764132741" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764132796" }, "departure": { "time": "1764132809" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764132868" }, "departure": { "time": "1764132884" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764132910" }, "departure": { "time": "1764133029" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764133046" }, "departure": { "time": "1764133081" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764133115" }, "departure": { "time": "1764133142" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764133182" }, "departure": { "time": "1764133202" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764133227" }, "departure": { "time": "1764133246" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764133266" }, "departure": { "time": "1764133278" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764133306" }, "departure": { "time": "1764133314" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764133373" }, "departure": { "time": "1764133474" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764133551" }, "departure": { "time": "1764133561" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764133577" }, "departure": { "time": "1764133714" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764133784" }, "departure": { "time": "1764133795" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764133849" }, "departure": { "time": "1764133859" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764133954" }, "departure": { "time": "1764133969" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764134007" }, "departure": { "time": "1764134015" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764134045" }, "departure": { "time": "1764134249" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764134332" }, "departure": { "time": "1764134332" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764134387" }, "departure": { "time": "1764134423" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764134455" }, "departure": { "time": "1764134482" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764134597" }, "departure": { "time": "1764134638" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764134743" }, "departure": { "time": "1764134775" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764134852" }, "departure": { "time": "1764134864" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764134898" }, "departure": { "time": "1764134898" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764134941" }, "departure": { "time": "1764134951" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764134951" }, "departure": { "time": "1764134974" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764134981" }, "departure": { "time": "1764134994" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764135033" }, "departure": { "time": "1764135047" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764135072" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146526", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "955-38054" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "trip:1160-38767", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC5", "stopSequence": 0 }, { "stopId": "VFSECU1", "stopSequence": 1 }, { "stopId": "VFAILLA1", "stopSequence": 2 }, { "stopId": "VFPONT1", "stopSequence": 3 }, { "stopId": "VFMUISS1", "stopSequence": 4 }, { "stopId": "VFTECHO1", "stopSequence": 5 }, { "arrival": { "time": "1764141108" }, "departure": { "time": "1764141123" }, "stopId": "VPALPES2", "stopSequence": 6 }, { "stopId": "VPHPOST2", "stopSequence": 7 }, { "stopId": "VPPISCI2", "stopSequence": 8 }, { "stopId": "VPGENDA2", "stopSequence": 9 }, { "stopId": "VPLIBER2", "stopSequence": 10 }, { "stopId": "VPPICAR2", "stopSequence": 11 }, { "stopId": "VPMALA2", "stopSequence": 12 }, { "stopId": "QFGARI2", "stopSequence": 13 }, { "stopId": "QFRP4R2", "stopSequence": 14 }, { "arrival": { "time": "1764141814" }, "departure": { "time": "1764141814" }, "stopId": "QFA43ZI1", "stopSequence": 15 }, { "stopId": "QFDAUPH2", "stopSequence": 16 }, { "stopId": "QFRUMO2", "stopSequence": 17 }, { "stopId": "QFRURUI2", "stopSequence": 18 }, { "stopId": "QFGARE2", "stopSequence": 19 }, { "stopId": "QFMONUM1", "stopSequence": 20 }, { "arrival": { "time": "1764142631" }, "stopId": "QFFURIN1", "stopSequence": 21 }, { "stopId": "QFMAIRI1", "stopSequence": 22 }, { "stopId": "QFLIEUS1", "stopSequence": 23 }, { "arrival": { "time": "1764142680" }, "stopId": "QFALLIN1", "stopSequence": 24 }, { "arrival": { "time": "1764143077" }, "departure": { "time": "1764143092" }, "stopId": "QFCOCHE1", "stopSequence": 25 }, { "arrival": { "time": "1764143119" }, "departure": { "time": "1764143135" }, "stopId": "QFCHARR1", "stopSequence": 26 }, { "arrival": { "time": "1764143174" }, "departure": { "time": "1764143191" }, "stopId": "QFGARGU1", "stopSequence": 27 }, { "arrival": { "time": "1764143255" }, "departure": { "time": "1764143283" }, "stopId": "VFMRAZ1", "stopSequence": 28 }, { "arrival": { "time": "1764143346" }, "departure": { "time": "1764143357" }, "stopId": "VFCHAR2", "stopSequence": 29 }, { "arrival": { "time": "1764143400" }, "departure": { "time": "1764143423" }, "stopId": "VFVELLE2", "stopSequence": 30 }, { "arrival": { "time": "1764143442" }, "departure": { "time": "1764143449" }, "stopId": "VFGINET2", "stopSequence": 31 }, { "arrival": { "time": "1764143470" }, "departure": { "time": "1764143481" }, "stopId": "VFNOYER2", "stopSequence": 32 }, { "arrival": { "time": "1764143495" }, "departure": { "time": "1764143520" }, "stopId": "VFPASTE2", "stopSequence": 33 }, { "arrival": { "time": "1764143533" }, "departure": { "time": "1764143576" }, "stopId": "VFPINED2", "stopSequence": 34 }, { "arrival": { "time": "1764143576" }, "departure": { "time": "1764143589" }, "stopId": "VFBERTH2", "stopSequence": 35 }, { "arrival": { "time": "1764143728" }, "stopId": "VFSTBC6", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1160-38767" }, "vehicle": { "id": "64aec41cde26085277efc57c", "label": "1335", "licensePlate": "GP-860-RB" } } }, { "id": "trip:955-36244", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135805" }, "departure": { "time": "1764135922" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764135946" }, "departure": { "time": "1764135998" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764136047" }, "departure": { "time": "1764136072" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764136083" }, "departure": { "time": "1764136121" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764136121" }, "departure": { "time": "1764136167" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764136201" }, "departure": { "time": "1764136233" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764136267" }, "departure": { "time": "1764136302" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764136391" }, "departure": { "time": "1764136405" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764136611" }, "departure": { "time": "1764136626" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764136696" }, "departure": { "time": "1764136728" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764136764" }, "departure": { "time": "1764136791" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764136965" }, "departure": { "time": "1764137000" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764137022" }, "departure": { "time": "1764137058" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764137153" }, "departure": { "time": "1764137192" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764137215" }, "departure": { "time": "1764137230" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764137278" }, "departure": { "time": "1764137332" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764137369" }, "departure": { "time": "1764137382" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764137424" }, "departure": { "time": "1764137452" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764137494" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764137552" }, "departure": { "time": "1764137802" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764137872" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764137902" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764138083" }, "departure": { "time": "1764138134" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764138392" }, "departure": { "time": "1764138392" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764138456" }, "departure": { "time": "1764138456" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "stopId": "BJEPARG1", "stopSequence": 26 }, { "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764138544" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764138688" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146526", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "955-36244" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "trip:962-36250", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764146015" }, "departure": { "time": "1764146530" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764146590" }, "departure": { "time": "1764146590" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764146650" }, "departure": { "time": "1764146650" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764146650" }, "departure": { "time": "1764146650" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764146650" }, "departure": { "time": "1764146650" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764146710" }, "departure": { "time": "1764146710" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764146770" }, "departure": { "time": "1764146770" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764146950" }, "departure": { "time": "1764146950" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764147130" }, "departure": { "time": "1764147130" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764147250" }, "departure": { "time": "1764147250" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764147370" }, "departure": { "time": "1764147370" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764147550" }, "departure": { "time": "1764147550" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764147610" }, "departure": { "time": "1764147610" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764147730" }, "departure": { "time": "1764147730" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764147790" }, "departure": { "time": "1764147790" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764147910" }, "departure": { "time": "1764147910" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764147970" }, "departure": { "time": "1764147970" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764148090" }, "departure": { "time": "1764148090" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764148210" }, "departure": { "time": "1764148210" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764148330" }, "departure": { "time": "1764148330" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764148390" }, "departure": { "time": "1764148390" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764148510" }, "departure": { "time": "1764148510" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764148750" }, "departure": { "time": "1764148750" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764148810" }, "departure": { "time": "1764148810" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764148990" }, "departure": { "time": "1764148990" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764148990" }, "departure": { "time": "1764148990" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764149050" }, "departure": { "time": "1764149050" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764149110" }, "departure": { "time": "1764149110" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764149170" }, "departure": { "time": "1764149170" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764149170" }, "departure": { "time": "1764149170" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764149230" }, "departure": { "time": "1764149230" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "962-36250" }, "vehicle": { "id": "636a2e22c520d5a13c77e06e", "label": "1313", "licensePlate": "BT-441-SF" } } }, { "id": "trip:1167-38330", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "QFGARE2", "stopSequence": 0 }, { "stopId": "QFMONUM1", "stopSequence": 1 }, { "stopId": "QFFURIN1", "stopSequence": 2 }, { "stopId": "QFMAIRI1", "stopSequence": 3 }, { "stopId": "QFLIEUS1", "stopSequence": 4 }, { "stopId": "QFALLIN1", "stopSequence": 5 }, { "arrival": { "time": "1764140421" }, "departure": { "time": "1764140421" }, "stopId": "QFMUGUE2", "stopSequence": 6 }, { "stopId": "QFNOIRE1", "stopSequence": 7 }, { "stopId": "QFANJOU3", "stopSequence": 8 }, { "stopId": "QFLAFA1", "stopSequence": 9 }, { "stopId": "QFBRET1", "stopSequence": 10 }, { "stopId": "QFMAINE1", "stopSequence": 11 }, { "arrival": { "time": "1764140778" }, "departure": { "time": "1764140800" }, "stopId": "QFARRI1", "stopSequence": 12 }, { "stopId": "QFMALA1", "stopSequence": 13 }, { "stopId": "VPARTOI1", "stopSequence": 14 }, { "stopId": "VPLOIPE1", "stopSequence": 15 }, { "stopId": "VPRIANT1", "stopSequence": 16 }, { "stopId": "VPJMOUL1", "stopSequence": 17 }, { "stopId": "VPMAIRI1", "stopSequence": 18 }, { "stopId": "VPGARE1", "stopSequence": 19 }, { "stopId": "VFROCHE1", "stopSequence": 20 }, { "stopId": "VFBOURG1", "stopSequence": 21 }, { "stopId": "VFREPUB1", "stopSequence": 22 }, { "arrival": { "time": "1764141308" }, "departure": { "time": "1764141900" }, "stopId": "VFSTBC1", "stopSequence": 23 }, { "stopId": "VFSTADE1", "stopSequence": 24 }, { "stopId": "VFFOUGE1", "stopSequence": 25 }, { "stopId": "VFEUROP1", "stopSequence": 26 }, { "stopId": "VFHUDSO2", "stopSequence": 27 }, { "stopId": "VFQUINC2", "stopSequence": 28 }, { "stopId": "VFFOUGH2", "stopSequence": 29 }, { "stopId": "VFESSAR2", "stopSequence": 30 }, { "stopId": "VFCHENE2", "stopSequence": 31 }, { "stopId": "VFAUBEP2", "stopSequence": 32 }, { "arrival": { "time": "1764141948" }, "departure": { "time": "1764142647" }, "stopId": "VFHALLE2", "stopSequence": 33 }, { "arrival": { "time": "1764142668" }, "stopId": "VFEUROP2", "stopSequence": 34 } ], "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38330" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "trip:960-38032", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145666" }, "departure": { "time": "1764145922" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764145952" }, "departure": { "time": "1764145977" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764146018" }, "departure": { "time": "1764146050" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764146065" }, "departure": { "time": "1764146102" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764146107" }, "departure": { "time": "1764146142" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764146172" }, "departure": { "time": "1764146177" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764146224" }, "departure": { "time": "1764146266" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764146357" }, "departure": { "time": "1764146388" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764146509" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "arrival": { "time": "1764146700" }, "departure": { "time": "1764146700" }, "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764146700" }, "departure": { "time": "1764146700" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764147060" }, "departure": { "time": "1764147060" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764147240" }, "departure": { "time": "1764147240" }, "stopId": "BJPAPIN1", "stopSequence": 14 }, { "arrival": { "time": "1764147360" }, "departure": { "time": "1764147360" }, "stopId": "BJCLESP1", "stopSequence": 15 }, { "arrival": { "time": "1764147480" }, "departure": { "time": "1764147480" }, "stopId": "BJALORR1", "stopSequence": 16 }, { "arrival": { "time": "1764147720" }, "departure": { "time": "1764147720" }, "stopId": "BJPOSTE2", "stopSequence": 17 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "BJLYCEE2", "stopSequence": 18 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "BJVAUCA2", "stopSequence": 19 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "BJEBARB2", "stopSequence": 20 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "BJHBARB2", "stopSequence": 21 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "arrival": { "time": "1764148080" }, "departure": { "time": "1764148080" }, "stopId": "BJSTRAU2", "stopSequence": 23 }, { "arrival": { "time": "1764148140" }, "departure": { "time": "1764148140" }, "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "arrival": { "time": "1764148320" }, "departure": { "time": "1764148320" }, "stopId": "BJPREPO2", "stopSequence": 28 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764148440" }, "departure": { "time": "1764148440" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146521", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "960-38032" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:957-36334", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137825" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764137879" }, "departure": { "time": "1764137940" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764137961" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764138060" }, "departure": { "time": "1764138060" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764138056" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "stopId": "BJPMICH1", "stopSequence": 6 }, { "stopId": "BJLYCEE1", "stopSequence": 7 }, { "stopId": "BJPOSTE1", "stopSequence": 8 }, { "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764138694" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764138853" }, "departure": { "time": "1764138888" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "stopId": "BJJCURI2", "stopSequence": 12 }, { "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764138950" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764139278" }, "departure": { "time": "1764139278" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764139297" }, "departure": { "time": "1764139330" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "stopId": "BJPOLER2", "stopSequence": 17 }, { "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764139570" }, "departure": { "time": "1764139819" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "stopId": "IDPLOUV2", "stopSequence": 20 }, { "stopId": "IDCHASS2", "stopSequence": 21 }, { "stopId": "IDSAYES2", "stopSequence": 22 }, { "stopId": "IDCECOM2", "stopSequence": 23 }, { "stopId": "IDLANS2", "stopSequence": 24 }, { "stopId": "IDPLANT1", "stopSequence": 25 }, { "stopId": "IDFAUVE1", "stopSequence": 26 }, { "stopId": "IDPPLAT1", "stopSequence": 27 }, { "stopId": "IDATLAN1", "stopSequence": 28 }, { "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764140571" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "957-36334" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:966-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 }, { "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764140761" }, "departure": { "time": "1764140761" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "stopId": "BJSTRAU1", "stopSequence": 8 }, { "stopId": "BJVSCOT1", "stopSequence": 9 }, { "stopId": "BJHBARB1", "stopSequence": 10 }, { "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764140773" }, "departure": { "time": "1764141130" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764141185" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "stopId": "BJPOSTE1", "stopSequence": 14 }, { "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764141680" }, "departure": { "time": "1764141706" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "stopId": "BJPAPIN2", "stopSequence": 17 }, { "stopId": "BJMALAS2", "stopSequence": 18 }, { "stopId": "BJMALBR2", "stopSequence": 19 }, { "stopId": "BJGRSOL2", "stopSequence": 20 }, { "stopId": "BJGRIVE2", "stopSequence": 21 }, { "stopId": "BJXBLAN2", "stopSequence": 22 }, { "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764142641" }, "departure": { "time": "1764142641" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "stopId": "IDLANS2", "stopSequence": 25 }, { "stopId": "IDPLANT1", "stopSequence": 26 }, { "stopId": "IDFAUVE1", "stopSequence": 27 }, { "stopId": "IDPPLAT1", "stopSequence": 28 }, { "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764143027" }, "departure": { "time": "1764143071" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764143116" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146523", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "966-38058" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:1164-38693", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764132161" }, "departure": { "time": "1764132339" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "arrival": { "time": "1764132382" }, "departure": { "time": "1764132393" }, "stopId": "QF3COMM1", "stopSequence": 1 }, { "arrival": { "time": "1764132454" }, "departure": { "time": "1764132456" }, "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764132504" }, "departure": { "time": "1764132510" }, "stopId": "VFARMIE1", "stopSequence": 3 }, { "arrival": { "time": "1764132530" }, "departure": { "time": "1764132539" }, "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764132561" }, "departure": { "time": "1764132591" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "arrival": { "time": "1764132628" }, "departure": { "time": "1764132664" }, "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764132778" }, "departure": { "time": "1764132789" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764132815" }, "departure": { "time": "1764132831" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764132873" }, "departure": { "time": "1764132927" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764132964" }, "departure": { "time": "1764132997" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764133014" }, "departure": { "time": "1764133062" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764133101" }, "departure": { "time": "1764133124" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764133147" }, "departure": { "time": "1764133160" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764133268" }, "departure": { "time": "1764133305" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "arrival": { "time": "1764133320" }, "departure": { "time": "1764133333" }, "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764133360" }, "departure": { "time": "1764133367" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764133401" }, "departure": { "time": "1764133411" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "arrival": { "time": "1764133559" }, "departure": { "time": "1764133587" }, "stopId": "VMCHATE2", "stopSequence": 18 }, { "arrival": { "time": "1764133631" }, "departure": { "time": "1764133641" }, "stopId": "VMILOTS2", "stopSequence": 19 }, { "arrival": { "time": "1764133766" }, "departure": { "time": "1764133799" }, "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "arrival": { "time": "1764133826" }, "departure": { "time": "1764133841" }, "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764133896" }, "departure": { "time": "1764133906" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764133973" }, "departure": { "time": "1764133990" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "arrival": { "time": "1764134064" }, "departure": { "time": "1764134072" }, "stopId": "IDSEIGL1", "stopSequence": 24 }, { "arrival": { "time": "1764134138" }, "departure": { "time": "1764134152" }, "stopId": "IDGERMA1", "stopSequence": 25 }, { "arrival": { "time": "1764134201" }, "departure": { "time": "1764134225" }, "stopId": "IDDOISN1", "stopSequence": 26 }, { "arrival": { "time": "1764134262" }, "departure": { "time": "1764134272" }, "stopId": "IDATLAN1", "stopSequence": 27 }, { "arrival": { "time": "1764134314" }, "departure": { "time": "1764134331" }, "stopId": "IDDELOR1", "stopSequence": 28 }, { "arrival": { "time": "1764134366" }, "departure": { "time": "1764134379" }, "stopId": "IDHUBER1", "stopSequence": 29 }, { "arrival": { "time": "1764134384" }, "departure": { "time": "1764134402" }, "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764134435" }, "departure": { "time": "1764134462" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "arrival": { "time": "1764134482" }, "departure": { "time": "1764134514" }, "stopId": "IDADMIN1", "stopSequence": 32 }, { "arrival": { "time": "1764134625" }, "departure": { "time": "1764134660" }, "stopId": "IDCECOM1", "stopSequence": 33 }, { "arrival": { "time": "1764134781" }, "departure": { "time": "1764134852" }, "stopId": "IDGARE1", "stopSequence": 34 }, { "arrival": { "time": "1764134943" }, "departure": { "time": "1764134961" }, "stopId": "IDCHAMP2", "stopSequence": 35 }, { "arrival": { "time": "1764134975" }, "departure": { "time": "1764134989" }, "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764135021" }, "departure": { "time": "1764135035" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764135045" }, "departure": { "time": "1764135459" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764135479" }, "departure": { "time": "1764135498" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764135561" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38693" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:1163-38696", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764142368" }, "departure": { "time": "1764142368" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "stopId": "QF3COMM1", "stopSequence": 1 }, { "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "stopId": "VFARMIE1", "stopSequence": 3 }, { "stopId": "VFBOIS1", "stopSequence": 4 }, { "arrival": { "time": "1764142789" }, "stopId": "VFBRET1", "stopSequence": 5 }, { "stopId": "VFROCHE1", "stopSequence": 6 }, { "arrival": { "time": "1764143017" }, "departure": { "time": "1764143047" }, "stopId": "VFBOURG1", "stopSequence": 7 }, { "arrival": { "time": "1764143078" }, "departure": { "time": "1764143131" }, "stopId": "VFREPUB1", "stopSequence": 8 }, { "arrival": { "time": "1764143171" }, "departure": { "time": "1764143177" }, "stopId": "VFSTBC1", "stopSequence": 9 }, { "arrival": { "time": "1764143258" }, "departure": { "time": "1764143338" }, "stopId": "VFSECU1", "stopSequence": 10 }, { "arrival": { "time": "1764143351" }, "departure": { "time": "1764143389" }, "stopId": "VFAILLA1", "stopSequence": 11 }, { "arrival": { "time": "1764143413" }, "departure": { "time": "1764143444" }, "stopId": "VFPONT1", "stopSequence": 12 }, { "arrival": { "time": "1764143467" }, "departure": { "time": "1764143475" }, "stopId": "VFMUISS1", "stopSequence": 13 }, { "arrival": { "time": "1764143566" }, "departure": { "time": "1764143596" }, "stopId": "VFTECHO1", "stopSequence": 14 }, { "arrival": { "time": "1764143625" }, "departure": { "time": "1764143632" }, "stopId": "VFCCIN1", "stopSequence": 15 }, { "arrival": { "time": "1764143653" }, "departure": { "time": "1764143655" }, "stopId": "VMCOND1", "stopSequence": 16 }, { "arrival": { "time": "1764143685" }, "departure": { "time": "1764143715" }, "stopId": "VMGUING1", "stopSequence": 17 }, { "arrival": { "time": "1764143841" }, "departure": { "time": "1764143866" }, "stopId": "VMCHATE2", "stopSequence": 18 }, { "arrival": { "time": "1764143908" }, "departure": { "time": "1764143916" }, "stopId": "VMILOTS2", "stopSequence": 19 }, { "arrival": { "time": "1764143945" }, "departure": { "time": "1764143958" }, "stopId": "VMKIOSQ1", "stopSequence": 20 }, { "arrival": { "time": "1764143977" }, "departure": { "time": "1764143991" }, "stopId": "VMGARE2", "stopSequence": 21 }, { "arrival": { "time": "1764144033" }, "departure": { "time": "1764144045" }, "stopId": "VMNAUTA1", "stopSequence": 22 }, { "arrival": { "time": "1764144103" }, "departure": { "time": "1764144123" }, "stopId": "VMBELMO1", "stopSequence": 23 }, { "arrival": { "time": "1764144190" }, "departure": { "time": "1764144200" }, "stopId": "IDSEIGL1", "stopSequence": 24 }, { "arrival": { "time": "1764144261" }, "departure": { "time": "1764144298" }, "stopId": "IDGERMA1", "stopSequence": 25 }, { "arrival": { "time": "1764144343" }, "departure": { "time": "1764144375" }, "stopId": "IDDOISN1", "stopSequence": 26 }, { "arrival": { "time": "1764144395" }, "departure": { "time": "1764144407" }, "stopId": "IDATLAN1", "stopSequence": 27 }, { "arrival": { "time": "1764144449" }, "departure": { "time": "1764144486" }, "stopId": "IDDELOR1", "stopSequence": 28 }, { "arrival": { "time": "1764144515" }, "departure": { "time": "1764144530" }, "stopId": "IDHUBER1", "stopSequence": 29 }, { "arrival": { "time": "1764144537" }, "departure": { "time": "1764144565" }, "stopId": "IDTRUFF1", "stopSequence": 30 }, { "arrival": { "time": "1764144598" }, "departure": { "time": "1764144614" }, "stopId": "IDHOTEL1", "stopSequence": 31 }, { "arrival": { "time": "1764144633" }, "departure": { "time": "1764144662" }, "stopId": "IDADMIN1", "stopSequence": 32 }, { "arrival": { "time": "1764144776" }, "departure": { "time": "1764144805" }, "stopId": "IDCECOM1", "stopSequence": 33 }, { "arrival": { "time": "1764144913" }, "departure": { "time": "1764144954" }, "stopId": "IDGARE1", "stopSequence": 34 }, { "arrival": { "time": "1764145018" }, "departure": { "time": "1764145061" }, "stopId": "IDCHAMP2", "stopSequence": 35 }, { "arrival": { "time": "1764145071" }, "departure": { "time": "1764145081" }, "stopId": "IDVICAT2", "stopSequence": 36 }, { "arrival": { "time": "1764145112" }, "departure": { "time": "1764145119" }, "stopId": "IDPVINC2", "stopSequence": 37 }, { "arrival": { "time": "1764145127" }, "departure": { "time": "1764145138" }, "stopId": "ID3VALL2", "stopSequence": 38 }, { "arrival": { "time": "1764145154" }, "departure": { "time": "1764145166" }, "stopId": "IDGALOU1", "stopSequence": 39 }, { "arrival": { "time": "1764145213" }, "stopId": "IDGBUIS1", "stopSequence": 40 } ], "timestamp": "1764146523", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1163-38696" }, "vehicle": { "id": "636a2e23c520d5a13c77e751", "label": "1329", "licensePlate": "FS-550-LT" } } }, { "id": "trip:8_3_13", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137994" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764138738" }, "departure": { "time": "1764138794" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764138864" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "stopId": "BJVSCOT1", "stopSequence": 4 }, { "stopId": "BJCRROU1", "stopSequence": 5 }, { "stopId": "BJPTJAL1", "stopSequence": 6 }, { "stopId": "BJETISS2", "stopSequence": 7 }, { "stopId": "BJEBARB3", "stopSequence": 8 }, { "stopId": "BJPALAI1", "stopSequence": 9 }, { "stopId": "BJFRERE1", "stopSequence": 10 }, { "stopId": "BJEMMAU1", "stopSequence": 11 }, { "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764139661" }, "departure": { "time": "1764139674" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764139784" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764140246" }, "departure": { "time": "1764140335" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764140342" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "stopId": "VMBELMO2", "stopSequence": 18 }, { "stopId": "VMNAUTA2", "stopSequence": 19 }, { "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764140387" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "stopId": "VMILOTS1", "stopSequence": 22 }, { "stopId": "VMCHATE1", "stopSequence": 23 }, { "stopId": "VMTECHE1", "stopSequence": 24 }, { "stopId": "VMDESCA2", "stopSequence": 25 }, { "stopId": "VFRPMUI2", "stopSequence": 26 }, { "arrival": { "time": "1764141290" }, "departure": { "time": "1764141290" }, "stopId": "VFTECHO1", "stopSequence": 27 }, { "arrival": { "time": "1764141311" }, "departure": { "time": "1764141331" }, "stopId": "VPALPES2", "stopSequence": 28 }, { "stopId": "VPGARE1", "stopSequence": 29 }, { "stopId": "VFROCHE1", "stopSequence": 30 }, { "stopId": "VFBOURG1", "stopSequence": 31 }, { "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764141399" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764146525", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_3_13" }, "vehicle": { "id": "6786a347ca2c086ed76eadba", "label": "1337", "licensePlate": "HA-957-LZ" } } }, { "id": "trip:960-38055", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134429" }, "departure": { "time": "1764134510" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764134564" }, "departure": { "time": "1764134601" }, "stopId": "BJCHPIN1", "stopSequence": 1 }, { "arrival": { "time": "1764134614" }, "departure": { "time": "1764134649" }, "stopId": "BJLINNE1", "stopSequence": 2 }, { "arrival": { "time": "1764134702" }, "departure": { "time": "1764134715" }, "stopId": "BJPREPO1", "stopSequence": 3 }, { "arrival": { "time": "1764134763" }, "departure": { "time": "1764134779" }, "stopId": "BJCHFLE1", "stopSequence": 4 }, { "arrival": { "time": "1764134808" }, "departure": { "time": "1764134898" }, "stopId": "BJCHARM1", "stopSequence": 5 }, { "arrival": { "time": "1764134916" }, "departure": { "time": "1764134952" }, "stopId": "BJROSTA1", "stopSequence": 6 }, { "arrival": { "time": "1764134983" }, "departure": { "time": "1764135017" }, "stopId": "BJCHANT1", "stopSequence": 7 }, { "arrival": { "time": "1764135053" }, "departure": { "time": "1764135073" }, "stopId": "BJSTRAU1", "stopSequence": 8 }, { "arrival": { "time": "1764135098" }, "departure": { "time": "1764135121" }, "stopId": "BJVSCOT1", "stopSequence": 9 }, { "arrival": { "time": "1764135148" }, "departure": { "time": "1764135164" }, "stopId": "BJHBARB1", "stopSequence": 10 }, { "arrival": { "time": "1764135194" }, "departure": { "time": "1764135248" }, "stopId": "BJEBARB1", "stopSequence": 11 }, { "arrival": { "time": "1764135310" }, "departure": { "time": "1764135339" }, "stopId": "BJVAUCA1", "stopSequence": 12 }, { "arrival": { "time": "1764135377" }, "departure": { "time": "1764135398" }, "stopId": "BJLYCEE1", "stopSequence": 13 }, { "arrival": { "time": "1764135405" }, "departure": { "time": "1764135641" }, "stopId": "BJPOSTE1", "stopSequence": 14 }, { "arrival": { "time": "1764135709" }, "departure": { "time": "1764135739" }, "stopId": "BJALPES2", "stopSequence": 15 }, { "arrival": { "time": "1764135796" }, "departure": { "time": "1764135805" }, "stopId": "BJCLESP2", "stopSequence": 16 }, { "arrival": { "time": "1764135900" }, "departure": { "time": "1764135911" }, "stopId": "BJPAPIN2", "stopSequence": 17 }, { "arrival": { "time": "1764135947" }, "departure": { "time": "1764135958" }, "stopId": "BJMALAS2", "stopSequence": 18 }, { "arrival": { "time": "1764135988" }, "departure": { "time": "1764136038" }, "stopId": "BJMALBR2", "stopSequence": 19 }, { "arrival": { "time": "1764136176" }, "departure": { "time": "1764136185" }, "stopId": "BJGRSOL2", "stopSequence": 20 }, { "arrival": { "time": "1764136256" }, "departure": { "time": "1764136336" }, "stopId": "BJGRIVE2", "stopSequence": 21 }, { "arrival": { "time": "1764136371" }, "departure": { "time": "1764136383" }, "stopId": "BJXBLAN2", "stopSequence": 22 }, { "arrival": { "time": "1764136515" }, "departure": { "time": "1764136578" }, "stopId": "IDGARE1", "stopSequence": 23 }, { "arrival": { "time": "1764136689" }, "departure": { "time": "1764136721" }, "stopId": "IDCECOM2", "stopSequence": 24 }, { "arrival": { "time": "1764136802" }, "departure": { "time": "1764136814" }, "stopId": "IDLANS2", "stopSequence": 25 }, { "arrival": { "time": "1764136852" }, "departure": { "time": "1764136859" }, "stopId": "IDPLANT1", "stopSequence": 26 }, { "arrival": { "time": "1764136905" }, "departure": { "time": "1764136916" }, "stopId": "IDFAUVE1", "stopSequence": 27 }, { "arrival": { "time": "1764136921" }, "departure": { "time": "1764136942" }, "stopId": "IDPPLAT1", "stopSequence": 28 }, { "arrival": { "time": "1764136953" }, "departure": { "time": "1764136975" }, "stopId": "IDATLAN1", "stopSequence": 29 }, { "arrival": { "time": "1764137018" }, "departure": { "time": "1764137036" }, "stopId": "IDDELOR1", "stopSequence": 30 }, { "arrival": { "time": "1764137069" }, "stopId": "IDTRIFO1", "stopSequence": 31 } ], "timestamp": "1764146521", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "960-38055" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:1167-38333", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145571" }, "departure": { "time": "1764145579" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764145594" }, "departure": { "time": "1764145611" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764145660" }, "departure": { "time": "1764145675" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764145694" }, "departure": { "time": "1764145710" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764145760" }, "departure": { "time": "1764145771" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "arrival": { "time": "1764145870" }, "departure": { "time": "1764145881" }, "stopId": "QFNOIRE1", "stopSequence": 5 }, { "arrival": { "time": "1764145902" }, "departure": { "time": "1764145950" }, "stopId": "QFANJOU3", "stopSequence": 6 }, { "arrival": { "time": "1764145970" }, "departure": { "time": "1764145981" }, "stopId": "QFLAFA1", "stopSequence": 7 }, { "arrival": { "time": "1764146014" }, "departure": { "time": "1764146025" }, "stopId": "QFBRET1", "stopSequence": 8 }, { "arrival": { "time": "1764146045" }, "departure": { "time": "1764146080" }, "stopId": "QFMAINE1", "stopSequence": 9 }, { "arrival": { "time": "1764146113" }, "departure": { "time": "1764146120" }, "stopId": "QFARRI1", "stopSequence": 10 }, { "arrival": { "time": "1764146147" }, "departure": { "time": "1764146155" }, "stopId": "QFMALA1", "stopSequence": 11 }, { "arrival": { "time": "1764146226" }, "departure": { "time": "1764146273" }, "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764146292" }, "departure": { "time": "1764146298" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "arrival": { "time": "1764146341" }, "departure": { "time": "1764146373" }, "stopId": "VPRIANT1", "stopSequence": 14 }, { "arrival": { "time": "1764146421" }, "departure": { "time": "1764146436" }, "stopId": "VPJMOUL1", "stopSequence": 15 }, { "arrival": { "time": "1764146494" }, "stopId": "VPMAIRI1", "stopSequence": 16 }, { "arrival": { "time": "1764146640" }, "departure": { "time": "1764146640" }, "stopId": "VPGARE1", "stopSequence": 17 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "VFROCHE1", "stopSequence": 18 }, { "arrival": { "time": "1764147120" }, "departure": { "time": "1764147120" }, "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "arrival": { "time": "1764147300" }, "departure": { "time": "1764147300" }, "stopId": "VFSTBC1", "stopSequence": 21 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "VFSTADE1", "stopSequence": 22 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "VFFOUGE1", "stopSequence": 23 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "VFEUROP1", "stopSequence": 24 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "VFHUDSO2", "stopSequence": 25 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "VFQUINC2", "stopSequence": 26 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "VFFOUGH2", "stopSequence": 27 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "VFESSAR2", "stopSequence": 28 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "VFCHENE2", "stopSequence": 29 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "VFAUBEP2", "stopSequence": 30 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764148080" }, "departure": { "time": "1764148080" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38333" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "trip:958-38829", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "IDPISCI1", "stopSequence": 0 }, { "stopId": "IDDOISN1", "stopSequence": 1 }, { "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764141687" }, "departure": { "time": "1764141717" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764141750" }, "departure": { "time": "1764141787" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764141325" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "stopId": "IDHOTEL1", "stopSequence": 6 }, { "stopId": "IDADMIN1", "stopSequence": 7 }, { "stopId": "IDBRANC1", "stopSequence": 8 }, { "stopId": "IDCHASS1", "stopSequence": 9 }, { "stopId": "IDPLOUV1", "stopSequence": 10 }, { "stopId": "IDRIMBA1", "stopSequence": 11 }, { "stopId": "IDAPOLL1", "stopSequence": 12 }, { "stopId": "IDMISTR1", "stopSequence": 13 }, { "stopId": "IDRASPE1", "stopSequence": 14 }, { "stopId": "IDALICA1", "stopSequence": 15 }, { "stopId": "IDAPOLL2", "stopSequence": 16 }, { "stopId": "IDRIMBA2", "stopSequence": 17 }, { "stopId": "BJZACHA1", "stopSequence": 18 }, { "stopId": "BJCHFLE3", "stopSequence": 19 }, { "stopId": "BJCHARM1", "stopSequence": 20 }, { "arrival": { "time": "1764142514" }, "departure": { "time": "1764142909" }, "stopId": "BJROSTA1", "stopSequence": 21 }, { "stopId": "BJCHANT1", "stopSequence": 22 }, { "arrival": { "time": "1764143007" }, "departure": { "time": "1764143063" }, "stopId": "BJSTRAU1", "stopSequence": 23 }, { "arrival": { "time": "1764143086" }, "departure": { "time": "1764143109" }, "stopId": "BJVSCOT1", "stopSequence": 24 }, { "arrival": { "time": "1764143136" }, "departure": { "time": "1764143145" }, "stopId": "BJHBARB1", "stopSequence": 25 }, { "arrival": { "time": "1764143193" }, "departure": { "time": "1764143227" }, "stopId": "BJEBARB1", "stopSequence": 26 }, { "arrival": { "time": "1764143292" }, "departure": { "time": "1764143355" }, "stopId": "BJVAUCA1", "stopSequence": 27 }, { "arrival": { "time": "1764143481" }, "departure": { "time": "1764143525" }, "stopId": "BJPMICH2", "stopSequence": 28 }, { "arrival": { "time": "1764143554" }, "departure": { "time": "1764143595" }, "stopId": "BJFOLAT2", "stopSequence": 29 }, { "arrival": { "time": "1764143643" }, "departure": { "time": "1764143672" }, "stopId": "BJEPARG1", "stopSequence": 30 }, { "arrival": { "time": "1764143736" }, "departure": { "time": "1764143751" }, "stopId": "BJPROYA1", "stopSequence": 31 }, { "arrival": { "time": "1764143815" }, "departure": { "time": "1764143842" }, "stopId": "BJCFA1", "stopSequence": 32 }, { "arrival": { "time": "1764143882" }, "departure": { "time": "1764143894" }, "stopId": "RMTILLE1", "stopSequence": 33 }, { "arrival": { "time": "1764143932" }, "departure": { "time": "1764143941" }, "stopId": "RMPHARM2", "stopSequence": 34 }, { "arrival": { "time": "1764143986" }, "departure": { "time": "1764144016" }, "stopId": "RMRPLAC2", "stopSequence": 35 }, { "arrival": { "time": "1764144031" }, "departure": { "time": "1764144042" }, "stopId": "RMHOTLV2", "stopSequence": 36 }, { "arrival": { "time": "1764144069" }, "departure": { "time": "1764144087" }, "stopId": "RMHALLS2", "stopSequence": 37 }, { "arrival": { "time": "1764144103" }, "departure": { "time": "1764144115" }, "stopId": "RMLAVAI2", "stopSequence": 38 }, { "arrival": { "time": "1764144204" }, "stopId": "RMZAPER2", "stopSequence": 39 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "958-38829" }, "vehicle": { "id": "668f9b480ca0aead54276bac", "label": "1336", "licensePlate": "GX-700-KG" } } }, { "id": "trip:1167-38359", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764137175" }, "departure": { "time": "1764137339" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764137381" }, "departure": { "time": "1764137415" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764137457" }, "departure": { "time": "1764137472" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764137682" }, "departure": { "time": "1764137819" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "stopId": "VFREPUB2", "stopSequence": 4 }, { "stopId": "VFBOURG2", "stopSequence": 5 }, { "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764138041" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764138136" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764138304" }, "departure": { "time": "1764138351" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "stopId": "VPRIANT2", "stopSequence": 11 }, { "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764138488" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764138600" }, "departure": { "time": "1764138600" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "stopId": "QFMAINE2", "stopSequence": 16 }, { "stopId": "QFBRET2", "stopSequence": 17 }, { "stopId": "QFLAFA2", "stopSequence": 18 }, { "stopId": "QFANJOU2", "stopSequence": 19 }, { "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764138855" }, "departure": { "time": "1764139042" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "stopId": "QFFURIN2", "stopSequence": 22 }, { "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764139260" }, "departure": { "time": "1764139260" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764146523", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1167-38359" }, "vehicle": { "id": "636a2e22c520d5a13c77df25", "label": "1325", "licensePlate": "EN-732-MC" } } }, { "id": "trip:962-36333", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135900" }, "departure": { "time": "1764135946" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764135973" }, "departure": { "time": "1764136010" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764136035" }, "departure": { "time": "1764136050" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764136061" }, "departure": { "time": "1764136102" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764136149" }, "departure": { "time": "1764136162" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764136214" }, "departure": { "time": "1764136235" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764136264" }, "departure": { "time": "1764136307" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764136409" }, "departure": { "time": "1764136423" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764136434" }, "departure": { "time": "1764136640" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764136774" }, "departure": { "time": "1764136786" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764136803" }, "departure": { "time": "1764136952" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764136980" }, "departure": { "time": "1764137014" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764137071" }, "departure": { "time": "1764137081" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764137136" }, "departure": { "time": "1764137218" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764137264" }, "departure": { "time": "1764137275" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764137314" }, "departure": { "time": "1764137328" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764137384" }, "departure": { "time": "1764137395" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764137419" }, "departure": { "time": "1764137464" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764137528" }, "departure": { "time": "1764137573" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764137817" }, "departure": { "time": "1764138149" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "stopId": "IDCHASS2", "stopSequence": 21 }, { "stopId": "IDSAYES2", "stopSequence": 22 }, { "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764138398" }, "departure": { "time": "1764138502" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764138431" }, "departure": { "time": "1764138562" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764138564" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "stopId": "IDATLAN1", "stopSequence": 28 }, { "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764138611" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "962-36333" }, "vehicle": { "id": "636a2e22c520d5a13c77e06e", "label": "1313", "licensePlate": "BT-441-SF" } } }, { "id": "trip:957-36247", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764140296" }, "departure": { "time": "1764141265" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "stopId": "IDDELOR2", "stopSequence": 1 }, { "stopId": "IDATLAN2", "stopSequence": 2 }, { "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764141697" }, "departure": { "time": "1764141711" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "stopId": "IDPLANT2", "stopSequence": 5 }, { "stopId": "IDLANS1", "stopSequence": 6 }, { "stopId": "IDCECOM2", "stopSequence": 7 }, { "stopId": "IDSAYES1", "stopSequence": 8 }, { "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764141725" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764142589" }, "departure": { "time": "1764142595" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764142786" }, "departure": { "time": "1764142786" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764142889" }, "departure": { "time": "1764142926" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764142958" }, "departure": { "time": "1764142966" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764143052" }, "departure": { "time": "1764143058" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764143094" }, "departure": { "time": "1764143127" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764143167" }, "departure": { "time": "1764143213" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764143230" }, "departure": { "time": "1764143287" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764143320" }, "departure": { "time": "1764143563" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764143606" }, "departure": { "time": "1764143640" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764143735" }, "departure": { "time": "1764143775" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764143805" }, "departure": { "time": "1764143842" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764143870" }, "departure": { "time": "1764143880" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764143910" }, "departure": { "time": "1764143946" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764143955" }, "departure": { "time": "1764143991" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764143997" }, "departure": { "time": "1764144008" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764144028" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "957-36247" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:960-38028", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764138616" }, "departure": { "time": "1764138686" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "stopId": "IDDELOR2", "stopSequence": 1 }, { "stopId": "IDATLAN2", "stopSequence": 2 }, { "stopId": "IDPPLAT2", "stopSequence": 3 }, { "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764138463" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "stopId": "IDLANS1", "stopSequence": 6 }, { "stopId": "IDCECOM1", "stopSequence": 7 }, { "stopId": "IDGARE1", "stopSequence": 8 }, { "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764139455" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "stopId": "BJGRSOL1", "stopSequence": 11 }, { "arrival": { "time": "1764139750" }, "stopId": "BJMALBR1", "stopSequence": 12 }, { "stopId": "BJMALAS1", "stopSequence": 13 }, { "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 }, { "stopId": "BJCHANT2", "stopSequence": 24 }, { "arrival": { "time": "1764139958" }, "stopId": "BJROSTA2", "stopSequence": 25 }, { "stopId": "BJCHARM2", "stopSequence": 26 }, { "stopId": "BJCHFLE2", "stopSequence": 27 }, { "stopId": "BJPREPO2", "stopSequence": 28 }, { "stopId": "BJLINNE2", "stopSequence": 29 }, { "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764141536" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146521", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "960-38028" }, "vehicle": { "id": "636a2e22c520d5a13c77e208", "label": "1320", "licensePlate": "DQ-905-PT" } } }, { "id": "trip:957-36243", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764134117" }, "departure": { "time": "1764134131" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764134164" }, "departure": { "time": "1764134182" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764134226" }, "departure": { "time": "1764134241" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764134267" }, "departure": { "time": "1764134281" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764134285" }, "departure": { "time": "1764134297" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764134336" }, "departure": { "time": "1764134382" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764134430" }, "departure": { "time": "1764134486" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764134578" }, "departure": { "time": "1764134585" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764134788" }, "departure": { "time": "1764134802" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764134859" }, "departure": { "time": "1764134901" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764134935" }, "departure": { "time": "1764134945" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764135160" }, "departure": { "time": "1764135199" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764135222" }, "departure": { "time": "1764135261" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764135385" }, "departure": { "time": "1764135426" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764135455" }, "departure": { "time": "1764135467" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764135519" }, "departure": { "time": "1764135530" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764135563" }, "departure": { "time": "1764135572" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764135610" }, "departure": { "time": "1764135628" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764135668" }, "departure": { "time": "1764135676" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764135719" }, "departure": { "time": "1764135726" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764135760" }, "departure": { "time": "1764135777" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764135795" }, "departure": { "time": "1764135816" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764135842" }, "departure": { "time": "1764136329" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764136356" }, "departure": { "time": "1764136374" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764136459" }, "departure": { "time": "1764136495" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764136520" }, "departure": { "time": "1764136542" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764136590" }, "departure": { "time": "1764136598" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764136669" }, "departure": { "time": "1764136707" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764136716" }, "departure": { "time": "1764136756" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764136765" }, "departure": { "time": "1764136773" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764136800" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146525", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "957-36243" }, "vehicle": { "id": "63c518b8f141914e2488cfa8", "label": "1334", "licensePlate": "GL-105-EN" } } }, { "id": "trip:955-36248", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764143075" }, "departure": { "time": "1764143171" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764143204" }, "departure": { "time": "1764143227" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764143277" }, "departure": { "time": "1764143290" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764143302" }, "departure": { "time": "1764143332" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764143343" }, "departure": { "time": "1764143389" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764143425" }, "departure": { "time": "1764143452" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764143482" }, "departure": { "time": "1764143535" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764143628" }, "departure": { "time": "1764143642" }, "stopId": "IDCECOM2", "stopSequence": 7 }, { "arrival": { "time": "1764143833" }, "departure": { "time": "1764143878" }, "stopId": "IDSAYES1", "stopSequence": 8 }, { "arrival": { "time": "1764143936" }, "departure": { "time": "1764143972" }, "stopId": "IDCHASS1", "stopSequence": 9 }, { "arrival": { "time": "1764144004" }, "departure": { "time": "1764144035" }, "stopId": "IDPLOUV1", "stopSequence": 10 }, { "arrival": { "time": "1764144236" }, "departure": { "time": "1764144250" }, "stopId": "BJMEDCL1", "stopSequence": 11 }, { "arrival": { "time": "1764144281" }, "departure": { "time": "1764144313" }, "stopId": "BJMEDHO1", "stopSequence": 12 }, { "arrival": { "time": "1764144388" }, "departure": { "time": "1764144420" }, "stopId": "BJPOLER1", "stopSequence": 13 }, { "arrival": { "time": "1764144440" }, "departure": { "time": "1764144458" }, "stopId": "BJLBRAI1", "stopSequence": 14 }, { "arrival": { "time": "1764144520" }, "departure": { "time": "1764144530" }, "stopId": "BJMALBR1", "stopSequence": 15 }, { "arrival": { "time": "1764144570" }, "departure": { "time": "1764144570" }, "stopId": "BJMALAS1", "stopSequence": 16 }, { "arrival": { "time": "1764144613" }, "departure": { "time": "1764144623" }, "stopId": "BJPAPIN1", "stopSequence": 17 }, { "arrival": { "time": "1764144667" }, "departure": { "time": "1764144674" }, "stopId": "BJJCURI1", "stopSequence": 18 }, { "arrival": { "time": "1764144718" }, "departure": { "time": "1764144889" }, "stopId": "BJPCURI1", "stopSequence": 19 }, { "arrival": { "time": "1764144903" }, "departure": { "time": "1764144944" }, "stopId": "BJZOLA1", "stopSequence": 20 }, { "arrival": { "time": "1764144961" }, "departure": { "time": "1764144994" }, "stopId": "BJEMARI1", "stopSequence": 21 }, { "arrival": { "time": "1764145037" }, "departure": { "time": "1764145116" }, "stopId": "BJPOSTE2", "stopSequence": 22 }, { "arrival": { "time": "1764145124" }, "departure": { "time": "1764145151" }, "stopId": "BJLYCEE2", "stopSequence": 23 }, { "arrival": { "time": "1764145203" }, "departure": { "time": "1764145271" }, "stopId": "BJPMICH2", "stopSequence": 24 }, { "arrival": { "time": "1764145301" }, "departure": { "time": "1764145348" }, "stopId": "BJFOLAT2", "stopSequence": 25 }, { "arrival": { "time": "1764145381" }, "departure": { "time": "1764145394" }, "stopId": "BJEPARG1", "stopSequence": 26 }, { "arrival": { "time": "1764145439" }, "departure": { "time": "1764145475" }, "stopId": "BJPROYA1", "stopSequence": 27 }, { "arrival": { "time": "1764145487" }, "departure": { "time": "1764145521" }, "stopId": "BJMOULI1", "stopSequence": 28 }, { "arrival": { "time": "1764145531" }, "departure": { "time": "1764145546" }, "stopId": "BJTOUR1", "stopSequence": 29 }, { "arrival": { "time": "1764145566" }, "stopId": "BJCHAMP1", "stopSequence": 30 } ], "timestamp": "1764146526", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "955-36248" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "trip:8_0_26", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145508" }, "departure": { "time": "1764145832" }, "stopId": "BJMOZAB1", "stopSequence": 0 }, { "arrival": { "time": "1764145896" }, "departure": { "time": "1764145939" }, "stopId": "BJBUGEY1", "stopSequence": 1 }, { "arrival": { "time": "1764145994" }, "departure": { "time": "1764146024" }, "stopId": "BJROSTA2", "stopSequence": 2 }, { "arrival": { "time": "1764146046" }, "departure": { "time": "1764146103" }, "stopId": "BJCHARM2", "stopSequence": 3 }, { "arrival": { "time": "1764146153" }, "departure": { "time": "1764146197" }, "stopId": "BJVSCOT1", "stopSequence": 4 }, { "arrival": { "time": "1764146244" }, "departure": { "time": "1764146282" }, "stopId": "BJCRROU1", "stopSequence": 5 }, { "arrival": { "time": "1764146330" }, "departure": { "time": "1764146343" }, "stopId": "BJPTJAL1", "stopSequence": 6 }, { "arrival": { "time": "1764146408" }, "departure": { "time": "1764146420" }, "stopId": "BJETISS2", "stopSequence": 7 }, { "arrival": { "time": "1764146469" }, "stopId": "BJEBARB3", "stopSequence": 8 }, { "arrival": { "time": "1764146590" }, "departure": { "time": "1764146590" }, "stopId": "BJPALAI1", "stopSequence": 9 }, { "arrival": { "time": "1764146650" }, "departure": { "time": "1764146650" }, "stopId": "BJFRERE1", "stopSequence": 10 }, { "arrival": { "time": "1764146710" }, "departure": { "time": "1764146710" }, "stopId": "BJEMMAU1", "stopSequence": 11 }, { "arrival": { "time": "1764146890" }, "departure": { "time": "1764146890" }, "stopId": "BJMEDCL1", "stopSequence": 12 }, { "arrival": { "time": "1764146950" }, "departure": { "time": "1764146950" }, "stopId": "BJMEDHO1", "stopSequence": 13 }, { "arrival": { "time": "1764147250" }, "departure": { "time": "1764147250" }, "stopId": "BJGRIPR1", "stopSequence": 14 }, { "arrival": { "time": "1764147430" }, "departure": { "time": "1764147430" }, "stopId": "IDCECOM1", "stopSequence": 15 }, { "arrival": { "time": "1764147490" }, "departure": { "time": "1764147490" }, "stopId": "IDGUA2", "stopSequence": 16 }, { "arrival": { "time": "1764147610" }, "departure": { "time": "1764147610" }, "stopId": "IDSEIGL2", "stopSequence": 17 }, { "arrival": { "time": "1764147730" }, "departure": { "time": "1764147730" }, "stopId": "VMBELMO2", "stopSequence": 18 }, { "arrival": { "time": "1764147790" }, "departure": { "time": "1764147790" }, "stopId": "VMNAUTA2", "stopSequence": 19 }, { "arrival": { "time": "1764147850" }, "departure": { "time": "1764147850" }, "stopId": "VMGARE1", "stopSequence": 20 }, { "arrival": { "time": "1764147910" }, "departure": { "time": "1764147910" }, "stopId": "VMKIOSQ2", "stopSequence": 21 }, { "arrival": { "time": "1764147970" }, "departure": { "time": "1764147970" }, "stopId": "VMILOTS1", "stopSequence": 22 }, { "arrival": { "time": "1764148030" }, "departure": { "time": "1764148030" }, "stopId": "VMCHATE1", "stopSequence": 23 }, { "arrival": { "time": "1764148090" }, "departure": { "time": "1764148090" }, "stopId": "VMTECHE1", "stopSequence": 24 }, { "arrival": { "time": "1764148150" }, "departure": { "time": "1764148150" }, "stopId": "VMDESCA2", "stopSequence": 25 }, { "arrival": { "time": "1764148210" }, "departure": { "time": "1764148210" }, "stopId": "VFRPMUI2", "stopSequence": 26 }, { "arrival": { "time": "1764148330" }, "departure": { "time": "1764148330" }, "stopId": "VFTECHO1", "stopSequence": 27 }, { "arrival": { "time": "1764148510" }, "departure": { "time": "1764148510" }, "stopId": "VPALPES2", "stopSequence": 28 }, { "arrival": { "time": "1764148690" }, "departure": { "time": "1764148690" }, "stopId": "VPGARE1", "stopSequence": 29 }, { "arrival": { "time": "1764148810" }, "departure": { "time": "1764148810" }, "stopId": "VFROCHE1", "stopSequence": 30 }, { "arrival": { "time": "1764148930" }, "departure": { "time": "1764148930" }, "stopId": "VFBOURG1", "stopSequence": 31 }, { "arrival": { "time": "1764148930" }, "departure": { "time": "1764148930" }, "stopId": "VFREPUB1", "stopSequence": 32 }, { "arrival": { "time": "1764148990" }, "departure": { "time": "1764148990" }, "stopId": "VFSTBC9", "stopSequence": 33 } ], "timestamp": "1764146525", "trip": { "routeId": "8", "scheduleRelationship": "SCHEDULED", "tripId": "8_0_26" }, "vehicle": { "id": "6786a347ca2c086ed76eadba", "label": "1337", "licensePlate": "HA-957-LZ" } } }, { "id": "trip:1164-38709", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764135563" }, "departure": { "time": "1764135628" }, "stopId": "IDGBUIS1", "stopSequence": 0 }, { "arrival": { "time": "1764135663" }, "departure": { "time": "1764135692" }, "stopId": "ID3VALL1", "stopSequence": 1 }, { "arrival": { "time": "1764135711" }, "departure": { "time": "1764135723" }, "stopId": "IDPVINC1", "stopSequence": 2 }, { "arrival": { "time": "1764135752" }, "departure": { "time": "1764135766" }, "stopId": "IDVICAT1", "stopSequence": 3 }, { "arrival": { "time": "1764135782" }, "departure": { "time": "1764135870" }, "stopId": "IDCHAMP1", "stopSequence": 4 }, { "arrival": { "time": "1764135981" }, "departure": { "time": "1764136252" }, "stopId": "IDGARE1", "stopSequence": 5 }, { "arrival": { "time": "1764136402" }, "departure": { "time": "1764136434" }, "stopId": "IDCECOM2", "stopSequence": 6 }, { "arrival": { "time": "1764136547" }, "departure": { "time": "1764136567" }, "stopId": "IDADMIN2", "stopSequence": 7 }, { "arrival": { "time": "1764136586" }, "departure": { "time": "1764136600" }, "stopId": "IDHOTEL2", "stopSequence": 8 }, { "arrival": { "time": "1764136637" }, "departure": { "time": "1764136654" }, "stopId": "IDTRUFF2", "stopSequence": 9 }, { "arrival": { "time": "1764136666" }, "departure": { "time": "1764136712" }, "stopId": "IDHUBER2", "stopSequence": 10 }, { "arrival": { "time": "1764136746" }, "departure": { "time": "1764136785" }, "stopId": "IDDELOR2", "stopSequence": 11 }, { "arrival": { "time": "1764136827" }, "departure": { "time": "1764136852" }, "stopId": "IDATLAN2", "stopSequence": 12 }, { "arrival": { "time": "1764136884" }, "departure": { "time": "1764136959" }, "stopId": "IDDOISN2", "stopSequence": 13 }, { "arrival": { "time": "1764137005" }, "departure": { "time": "1764137023" }, "stopId": "IDGERMA2", "stopSequence": 14 }, { "arrival": { "time": "1764137080" }, "departure": { "time": "1764137086" }, "stopId": "IDSEIGL2", "stopSequence": 15 }, { "arrival": { "time": "1764137166" }, "departure": { "time": "1764137178" }, "stopId": "VMBELMO2", "stopSequence": 16 }, { "arrival": { "time": "1764137244" }, "departure": { "time": "1764137253" }, "stopId": "VMNAUTA2", "stopSequence": 17 }, { "arrival": { "time": "1764137314" }, "departure": { "time": "1764137334" }, "stopId": "VMGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764137362" }, "departure": { "time": "1764137395" }, "stopId": "VMKIOSQ2", "stopSequence": 19 }, { "arrival": { "time": "1764137431" }, "departure": { "time": "1764137443" }, "stopId": "VMILOTS1", "stopSequence": 20 }, { "arrival": { "time": "1764137494" }, "departure": { "time": "1764137498" }, "stopId": "VMCHATE1", "stopSequence": 21 }, { "arrival": { "time": "1764137573" }, "departure": { "time": "1764137583" }, "stopId": "VMGUING2", "stopSequence": 22 }, { "stopId": "VMCOND2", "stopSequence": 23 }, { "stopId": "VFCCIN2", "stopSequence": 24 }, { "stopId": "VFTECHO2", "stopSequence": 25 }, { "stopId": "VFMUISS2", "stopSequence": 26 }, { "stopId": "VFPONT2", "stopSequence": 27 }, { "arrival": { "time": "1764137905" }, "departure": { "time": "1764138040" }, "stopId": "VFAILLA2", "stopSequence": 28 }, { "stopId": "VFSECU2", "stopSequence": 29 }, { "stopId": "VFSTBC2", "stopSequence": 30 }, { "stopId": "VFREPUB2", "stopSequence": 31 }, { "stopId": "VFBOURG2", "stopSequence": 32 }, { "stopId": "VFROCHE2", "stopSequence": 33 }, { "stopId": "VFBRET2", "stopSequence": 34 }, { "stopId": "VFBOIS2", "stopSequence": 35 }, { "arrival": { "time": "1764138523" }, "departure": { "time": "1764138523" }, "stopId": "VFARMIE2", "stopSequence": 36 }, { "stopId": "VFCRUIZ2", "stopSequence": 37 }, { "stopId": "QF3COMM2", "stopSequence": 38 }, { "arrival": { "time": "1764138720" }, "departure": { "time": "1764138720" }, "stopId": "QFMOINE2", "stopSequence": 39 } ], "timestamp": "1764146522", "trip": { "routeId": "6", "scheduleRelationship": "SCHEDULED", "tripId": "1164-38709" }, "vehicle": { "id": "636a2e22c520d5a13c77e290", "label": "1302", "licensePlate": "194-DDZ-38" } } }, { "id": "trip:1161-38326", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764132995" }, "departure": { "time": "1764133008" }, "stopId": "QFGARE2", "stopSequence": 0 }, { "arrival": { "time": "1764133025" }, "departure": { "time": "1764133043" }, "stopId": "QFMONUM1", "stopSequence": 1 }, { "arrival": { "time": "1764133098" }, "departure": { "time": "1764133137" }, "stopId": "QFFURIN1", "stopSequence": 2 }, { "arrival": { "time": "1764133156" }, "departure": { "time": "1764133177" }, "stopId": "QFMAIRI1", "stopSequence": 3 }, { "arrival": { "time": "1764133216" }, "departure": { "time": "1764133228" }, "stopId": "QFMUGUE2", "stopSequence": 4 }, { "arrival": { "time": "1764133366" }, "departure": { "time": "1764133377" }, "stopId": "QFNOIRE1", "stopSequence": 5 }, { "arrival": { "time": "1764133401" }, "departure": { "time": "1764133451" }, "stopId": "QFANJOU3", "stopSequence": 6 }, { "arrival": { "time": "1764133475" }, "departure": { "time": "1764133486" }, "stopId": "QFLAFA1", "stopSequence": 7 }, { "arrival": { "time": "1764133528" }, "departure": { "time": "1764133538" }, "stopId": "QFBRET1", "stopSequence": 8 }, { "arrival": { "time": "1764133560" }, "departure": { "time": "1764133568" }, "stopId": "QFMAINE1", "stopSequence": 9 }, { "arrival": { "time": "1764133596" }, "departure": { "time": "1764133607" }, "stopId": "QFARRI1", "stopSequence": 10 }, { "arrival": { "time": "1764133635" }, "departure": { "time": "1764133645" }, "stopId": "QFMALA1", "stopSequence": 11 }, { "arrival": { "time": "1764133666" }, "departure": { "time": "1764133694" }, "stopId": "VPARTOI1", "stopSequence": 12 }, { "arrival": { "time": "1764133709" }, "departure": { "time": "1764133721" }, "stopId": "VPLOIPE1", "stopSequence": 13 }, { "arrival": { "time": "1764133768" }, "departure": { "time": "1764133794" }, "stopId": "VPRIANT1", "stopSequence": 14 }, { "arrival": { "time": "1764133841" }, "departure": { "time": "1764133854" }, "stopId": "VPJMOUL1", "stopSequence": 15 }, { "arrival": { "time": "1764133902" }, "departure": { "time": "1764133943" }, "stopId": "VPMAIRI1", "stopSequence": 16 }, { "arrival": { "time": "1764134046" }, "departure": { "time": "1764134094" }, "stopId": "VPGARE1", "stopSequence": 17 }, { "arrival": { "time": "1764134203" }, "departure": { "time": "1764134238" }, "stopId": "VFROCHE1", "stopSequence": 18 }, { "arrival": { "time": "1764134352" }, "departure": { "time": "1764134364" }, "stopId": "VFBOURG1", "stopSequence": 19 }, { "arrival": { "time": "1764134396" }, "departure": { "time": "1764134413" }, "stopId": "VFREPUB1", "stopSequence": 20 }, { "arrival": { "time": "1764134461" }, "departure": { "time": "1764134546" }, "stopId": "VFSTBC1", "stopSequence": 21 }, { "arrival": { "time": "1764134823" }, "departure": { "time": "1764134832" }, "stopId": "VFSTADE1", "stopSequence": 22 }, { "arrival": { "time": "1764134865" }, "departure": { "time": "1764134891" }, "stopId": "VFFOUGE1", "stopSequence": 23 }, { "arrival": { "time": "1764134912" }, "departure": { "time": "1764134939" }, "stopId": "VFEUROP1", "stopSequence": 24 }, { "arrival": { "time": "1764135058" }, "departure": { "time": "1764135100" }, "stopId": "VFHUDSO2", "stopSequence": 25 }, { "arrival": { "time": "1764135131" }, "departure": { "time": "1764135185" }, "stopId": "VFQUINC2", "stopSequence": 26 }, { "arrival": { "time": "1764135225" }, "departure": { "time": "1764135256" }, "stopId": "VFFOUGH2", "stopSequence": 27 }, { "arrival": { "time": "1764135262" }, "departure": { "time": "1764135291" }, "stopId": "VFESSAR2", "stopSequence": 28 }, { "arrival": { "time": "1764135305" }, "departure": { "time": "1764135321" }, "stopId": "VFCHENE2", "stopSequence": 29 }, { "arrival": { "time": "1764135323" }, "departure": { "time": "1764135335" }, "stopId": "VFAUBEP2", "stopSequence": 30 }, { "arrival": { "time": "1764135353" }, "departure": { "time": "1764135363" }, "stopId": "VFHALLE2", "stopSequence": 31 }, { "arrival": { "time": "1764135388" }, "stopId": "VFEUROP2", "stopSequence": 32 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38326" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:964-37617", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764138960" }, "stopId": "BJPLANB1", "stopSequence": 0 }, { "arrival": { "time": "1764139089" }, "stopId": "BJSERVE1", "stopSequence": 1 }, { "stopId": "BJCHATI1", "stopSequence": 2 }, { "stopId": "BJBOIS1", "stopSequence": 3 }, { "stopId": "BJTILLA1", "stopSequence": 4 }, { "stopId": "BJSOMME1", "stopSequence": 5 }, { "stopId": "BJJARDI1", "stopSequence": 6 }, { "stopId": "BJCHARG1", "stopSequence": 7 }, { "stopId": "MBHLM2", "stopSequence": 8 }, { "arrival": { "time": "1764140057" }, "departure": { "time": "1764140057" }, "stopId": "BJMAUBE1", "stopSequence": 9 }, { "stopId": "MBHLM1", "stopSequence": 10 }, { "stopId": "BJCHARG2", "stopSequence": 11 }, { "stopId": "BJPOSTE2", "stopSequence": 12 }, { "stopId": "BJLYCEE2", "stopSequence": 13 }, { "stopId": "BJPMICH2", "stopSequence": 14 }, { "stopId": "BJFOLAT2", "stopSequence": 15 }, { "stopId": "BJEPARG1", "stopSequence": 16 }, { "stopId": "BJPISCI1", "stopSequence": 17 }, { "stopId": "BJCOPRE1", "stopSequence": 18 }, { "stopId": "BJPREBE1", "stopSequence": 19 }, { "stopId": "BJMARS2", "stopSequence": 20 }, { "arrival": { "time": "1764141434" }, "departure": { "time": "1764141434" }, "stopId": "BJTONKI1", "stopSequence": 21 }, { "stopId": "BJBELRI1", "stopSequence": 22 }, { "stopId": "BJPMONT2", "stopSequence": 23 }, { "stopId": "BJCHPAG2", "stopSequence": 24 }, { "stopId": "BJLOUP1", "stopSequence": 25 }, { "stopId": "BJALBIZ2", "stopSequence": 26 }, { "stopId": "BJBERNA2", "stopSequence": 27 }, { "stopId": "SSMOLLA2", "stopSequence": 28 }, { "stopId": "SSDEMPT2", "stopSequence": 29 }, { "stopId": "SSDEMPT1", "stopSequence": 30 }, { "stopId": "SSTRUIT2", "stopSequence": 31 }, { "stopId": "SSEGLIS2", "stopSequence": 32 }, { "stopId": "SSPRECH2", "stopSequence": 33 }, { "stopId": "SSZONEA2", "stopSequence": 34 }, { "stopId": "SSSMART2", "stopSequence": 35 }, { "arrival": { "time": "1764141912" }, "stopId": "SSFLOS2", "stopSequence": 36 } ], "timestamp": "1764146525", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "964-37617" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:966-38027", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764136551" }, "departure": { "time": "1764136846" }, "stopId": "IDTRIFO2", "stopSequence": 0 }, { "arrival": { "time": "1764136882" }, "departure": { "time": "1764136922" }, "stopId": "IDDELOR2", "stopSequence": 1 }, { "arrival": { "time": "1764136966" }, "departure": { "time": "1764137007" }, "stopId": "IDATLAN2", "stopSequence": 2 }, { "arrival": { "time": "1764137016" }, "departure": { "time": "1764137055" }, "stopId": "IDPPLAT2", "stopSequence": 3 }, { "arrival": { "time": "1764137061" }, "departure": { "time": "1764137077" }, "stopId": "IDFAUVE2", "stopSequence": 4 }, { "arrival": { "time": "1764137113" }, "departure": { "time": "1764137146" }, "stopId": "IDPLANT2", "stopSequence": 5 }, { "arrival": { "time": "1764137176" }, "departure": { "time": "1764137215" }, "stopId": "IDLANS1", "stopSequence": 6 }, { "arrival": { "time": "1764137319" }, "departure": { "time": "1764137348" }, "stopId": "IDCECOM1", "stopSequence": 7 }, { "arrival": { "time": "1764137482" }, "departure": { "time": "1764137538" }, "stopId": "IDGARE1", "stopSequence": 8 }, { "stopId": "BJXBLAN1", "stopSequence": 9 }, { "arrival": { "time": "1764137688" }, "departure": { "time": "1764137838" }, "stopId": "BJGRIVE1", "stopSequence": 10 }, { "stopId": "BJGRSOL1", "stopSequence": 11 }, { "stopId": "BJMALBR1", "stopSequence": 12 }, { "stopId": "BJMALAS1", "stopSequence": 13 }, { "arrival": { "time": "1764138124" }, "departure": { "time": "1764138332" }, "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 }, { "arrival": { "time": "1764139107" }, "departure": { "time": "1764139305" }, "stopId": "BJVSCOT2", "stopSequence": 22 }, { "stopId": "BJSTRAU2", "stopSequence": 23 }, { "stopId": "BJCHANT2", "stopSequence": 24 }, { "stopId": "BJROSTA2", "stopSequence": 25 }, { "stopId": "BJCHARM2", "stopSequence": 26 }, { "arrival": { "time": "1764139412" }, "stopId": "BJCHFLE2", "stopSequence": 27 }, { "stopId": "BJPREPO2", "stopSequence": 28 }, { "stopId": "BJLINNE2", "stopSequence": 29 }, { "arrival": { "time": "1764139657" }, "stopId": "BJCHPIN2", "stopSequence": 30 }, { "arrival": { "time": "1764139980" }, "departure": { "time": "1764139980" }, "stopId": "BJMOZAB2", "stopSequence": 31 } ], "timestamp": "1764146523", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "966-38027" }, "vehicle": { "id": "636a2e22c520d5a13c77e37c", "label": "1328", "licensePlate": "FA-928-KL" } } }, { "id": "trip:1170-38317", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC1", "stopSequence": 0 }, { "stopId": "VFETANG1", "stopSequence": 1 }, { "stopId": "VFCSDEL1", "stopSequence": 2 }, { "arrival": { "time": "1764141406" }, "departure": { "time": "1764141406" }, "stopId": "VFSORBI1", "stopSequence": 3 }, { "stopId": "VFSTADE1", "stopSequence": 4 }, { "stopId": "VFFOUGE1", "stopSequence": 5 }, { "stopId": "VFEUROP1", "stopSequence": 6 }, { "stopId": "VFHUDSO2", "stopSequence": 7 }, { "stopId": "VFQUINC2", "stopSequence": 8 }, { "stopId": "VFFOUGH2", "stopSequence": 9 }, { "stopId": "VFESSAR2", "stopSequence": 10 }, { "stopId": "VFCHENE2", "stopSequence": 11 }, { "stopId": "VFAUBEP2", "stopSequence": 12 }, { "stopId": "VFHALLE2", "stopSequence": 13 }, { "arrival": { "time": "1764141505" }, "stopId": "VFEUROP2", "stopSequence": 14 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1170-38317" }, "vehicle": { "id": "636a2e22c520d5a13c77e455", "label": "1324", "licensePlate": "EN-183-MD" } } }, { "id": "trip:3219-2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764141813" }, "departure": { "time": "1764142790" }, "stopId": "QFMOINE1", "stopSequence": 0 }, { "stopId": "QF3COMM1", "stopSequence": 1 }, { "stopId": "VFCRUIZ1", "stopSequence": 2 }, { "arrival": { "time": "1764142955" }, "stopId": "VFTENNI2", "stopSequence": 3 }, { "arrival": { "time": "1764142962" }, "stopId": "VFJBREL2", "stopSequence": 4 }, { "arrival": { "time": "1764143142" }, "departure": { "time": "1764143155" }, "stopId": "QFGARGU2", "stopSequence": 5 }, { "arrival": { "time": "1764143189" }, "departure": { "time": "1764143225" }, "stopId": "QFCHARR2", "stopSequence": 6 }, { "arrival": { "time": "1764143245" }, "departure": { "time": "1764143256" }, "stopId": "QFCOCHE2", "stopSequence": 7 }, { "arrival": { "time": "1764143335" }, "departure": { "time": "1764143380" }, "stopId": "QFALLIN1", "stopSequence": 8 }, { "arrival": { "time": "1764143430" }, "stopId": "QFLIEUS2", "stopSequence": 9 }, { "arrival": { "time": "1764143460" }, "departure": { "time": "1764143491" }, "stopId": "QFMAIRI2", "stopSequence": 10 }, { "arrival": { "time": "1764143549" }, "departure": { "time": "1764143573" }, "stopId": "QFMUGUE2", "stopSequence": 11 }, { "arrival": { "time": "1764143593" }, "departure": { "time": "1764143606" }, "stopId": "QFFURIN2", "stopSequence": 12 }, { "arrival": { "time": "1764143630" }, "departure": { "time": "1764143649" }, "stopId": "QFMONUM2", "stopSequence": 13 }, { "arrival": { "time": "1764143671" }, "stopId": "QFGARE1", "stopSequence": 14 } ], "timestamp": "1764146524", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "3219-2" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:1172-38755", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VFSTBC5", "stopSequence": 0 }, { "stopId": "VFBERTH1", "stopSequence": 1 }, { "stopId": "VFPINED1", "stopSequence": 2 }, { "stopId": "VFPASTE1", "stopSequence": 3 }, { "stopId": "VFNOYER1", "stopSequence": 4 }, { "stopId": "VFGINET1", "stopSequence": 5 }, { "stopId": "VFVELLE1", "stopSequence": 6 }, { "stopId": "VFCHAR1", "stopSequence": 7 }, { "stopId": "VFMRAZ2", "stopSequence": 8 }, { "stopId": "QFGARGU2", "stopSequence": 9 }, { "stopId": "QFCHARR2", "stopSequence": 10 }, { "stopId": "QFCOCHE2", "stopSequence": 11 }, { "stopId": "QFALLIN1", "stopSequence": 12 }, { "stopId": "QFLIEUS2", "stopSequence": 13 }, { "stopId": "QFMAIRI2", "stopSequence": 14 }, { "stopId": "QFMUGUE2", "stopSequence": 15 }, { "stopId": "QFFURIN2", "stopSequence": 16 }, { "stopId": "QFMONUM2", "stopSequence": 17 }, { "arrival": { "time": "1764143674" }, "stopId": "QFGARE1", "stopSequence": 18 }, { "arrival": { "time": "1764154690" }, "departure": { "time": "1764154690" }, "stopId": "QFRURUI1", "stopSequence": 19 }, { "arrival": { "time": "1764154690" }, "departure": { "time": "1764154690" }, "stopId": "QFRUMO1", "stopSequence": 20 }, { "arrival": { "time": "1764154750" }, "departure": { "time": "1764154750" }, "stopId": "QFDAUPH1", "stopSequence": 21 }, { "arrival": { "time": "1764154870" }, "departure": { "time": "1764154870" }, "stopId": "QFA43ZI1", "stopSequence": 22 }, { "arrival": { "time": "1764155110" }, "departure": { "time": "1764155110" }, "stopId": "QFRP4R1", "stopSequence": 23 }, { "arrival": { "time": "1764155170" }, "departure": { "time": "1764155170" }, "stopId": "QFGARI1", "stopSequence": 24 }, { "arrival": { "time": "1764155350" }, "departure": { "time": "1764155350" }, "stopId": "VPMALA1", "stopSequence": 25 }, { "arrival": { "time": "1764155410" }, "departure": { "time": "1764155410" }, "stopId": "VPPICAR1", "stopSequence": 26 }, { "arrival": { "time": "1764155470" }, "departure": { "time": "1764155470" }, "stopId": "VPLIBER1", "stopSequence": 27 }, { "arrival": { "time": "1764155530" }, "departure": { "time": "1764155530" }, "stopId": "VPGENDA1", "stopSequence": 28 }, { "arrival": { "time": "1764155590" }, "departure": { "time": "1764155590" }, "stopId": "VPPISCI1", "stopSequence": 29 }, { "arrival": { "time": "1764155590" }, "departure": { "time": "1764155590" }, "stopId": "VPHPOST1", "stopSequence": 30 }, { "arrival": { "time": "1764155770" }, "departure": { "time": "1764155770" }, "stopId": "VPGARE3", "stopSequence": 31 }, { "arrival": { "time": "1764156010" }, "departure": { "time": "1764156010" }, "stopId": "VFTECHO2", "stopSequence": 32 }, { "arrival": { "time": "1764156190" }, "departure": { "time": "1764156190" }, "stopId": "VFMUISS2", "stopSequence": 33 }, { "arrival": { "time": "1764156190" }, "departure": { "time": "1764156190" }, "stopId": "VFPONT2", "stopSequence": 34 }, { "arrival": { "time": "1764156310" }, "departure": { "time": "1764156310" }, "stopId": "VFAILLA2", "stopSequence": 35 }, { "arrival": { "time": "1764156310" }, "departure": { "time": "1764156310" }, "stopId": "VFSECU2", "stopSequence": 36 }, { "arrival": { "time": "1764156370" }, "departure": { "time": "1764156370" }, "stopId": "VFSTBC6", "stopSequence": 37 } ], "timestamp": "1764146524", "trip": { "routeId": "7", "scheduleRelationship": "SCHEDULED", "tripId": "1172-38755" }, "vehicle": { "id": "636a2e23c520d5a13c77e731", "label": "1309", "licensePlate": "AV-895-WZ" } } }, { "id": "trip:964-37607", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764141950" }, "departure": { "time": "1764142773" }, "stopId": "SSFLOS1", "stopSequence": 0 }, { "arrival": { "time": "1764143184" }, "departure": { "time": "1764143193" }, "stopId": "SSSMART1", "stopSequence": 1 }, { "arrival": { "time": "1764143286" }, "departure": { "time": "1764143304" }, "stopId": "SSZONEA1", "stopSequence": 2 }, { "arrival": { "time": "1764143373" }, "departure": { "time": "1764143379" }, "stopId": "SSPRECH1", "stopSequence": 3 }, { "arrival": { "time": "1764143534" }, "departure": { "time": "1764143574" }, "stopId": "SSEGLIS1", "stopSequence": 4 }, { "arrival": { "time": "1764143666" }, "departure": { "time": "1764143679" }, "stopId": "SSTRUIT1", "stopSequence": 5 }, { "arrival": { "time": "1764143944" }, "stopId": "SSDEMPT2", "stopSequence": 6 }, { "arrival": { "time": "1764143958" }, "departure": { "time": "1764143965" }, "stopId": "SSDEMPT1", "stopSequence": 7 }, { "stopId": "SSMOLLA1", "stopSequence": 8 }, { "stopId": "BJALBIZ1", "stopSequence": 9 }, { "stopId": "BJLOUP2", "stopSequence": 10 }, { "stopId": "BJCHPAG1", "stopSequence": 11 }, { "stopId": "BJPMONT1", "stopSequence": 12 }, { "stopId": "BJBELRI2", "stopSequence": 13 }, { "stopId": "BJMAS1", "stopSequence": 14 }, { "stopId": "BJTONKI2", "stopSequence": 15 }, { "arrival": { "time": "1764144520" }, "departure": { "time": "1764144535" }, "stopId": "BJSQUAR2", "stopSequence": 16 }, { "arrival": { "time": "1764144557" }, "departure": { "time": "1764144588" }, "stopId": "BJPREBE2", "stopSequence": 17 }, { "arrival": { "time": "1764144653" }, "departure": { "time": "1764144686" }, "stopId": "BJCOPRE2", "stopSequence": 18 }, { "arrival": { "time": "1764144701" }, "departure": { "time": "1764144729" }, "stopId": "BJPISCI2", "stopSequence": 19 }, { "arrival": { "time": "1764144781" }, "departure": { "time": "1764144790" }, "stopId": "BJEPARG2", "stopSequence": 20 }, { "arrival": { "time": "1764144841" }, "departure": { "time": "1764144854" }, "stopId": "BJFOLAT1", "stopSequence": 21 }, { "arrival": { "time": "1764144881" }, "departure": { "time": "1764144898" }, "stopId": "BJPMICH1", "stopSequence": 22 }, { "arrival": { "time": "1764144951" }, "departure": { "time": "1764144984" }, "stopId": "BJLYCEE1", "stopSequence": 23 }, { "arrival": { "time": "1764144992" }, "departure": { "time": "1764145108" }, "stopId": "BJPOSTE1", "stopSequence": 24 }, { "arrival": { "time": "1764145230" }, "departure": { "time": "1764145271" }, "stopId": "BJCHARG1", "stopSequence": 25 }, { "arrival": { "time": "1764145303" }, "departure": { "time": "1764145311" }, "stopId": "MBHLM2", "stopSequence": 26 }, { "arrival": { "time": "1764145342" }, "stopId": "BJMAUBE1", "stopSequence": 27 } ], "timestamp": "1764146525", "trip": { "routeId": "9", "scheduleRelationship": "SCHEDULED", "tripId": "964-37607" }, "vehicle": { "id": "636a2e22c520d5a13c77e657", "label": "1526", "licensePlate": "FB-994-BM" } } }, { "id": "trip:955-36339", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764145795" }, "stopId": "BJCHAMP2", "stopSequence": 0 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJTOUR2", "stopSequence": 1 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJMOULI2", "stopSequence": 2 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJPROYA2", "stopSequence": 3 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "BJEPARG2", "stopSequence": 4 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "BJFOLAT1", "stopSequence": 5 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "BJPMICH1", "stopSequence": 6 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "BJLYCEE1", "stopSequence": 7 }, { "arrival": { "time": "1764147240" }, "departure": { "time": "1764147240" }, "stopId": "BJPOSTE1", "stopSequence": 8 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "BJEMARI2", "stopSequence": 9 }, { "arrival": { "time": "1764147660" }, "departure": { "time": "1764147660" }, "stopId": "BJZOLA2", "stopSequence": 10 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "BJPCURI2", "stopSequence": 11 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "BJJCURI2", "stopSequence": 12 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "BJPAPIN2", "stopSequence": 13 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "BJMALAS2", "stopSequence": 14 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "BJMALBR2", "stopSequence": 15 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "BJLBRAI2", "stopSequence": 16 }, { "arrival": { "time": "1764148080" }, "departure": { "time": "1764148080" }, "stopId": "BJPOLER2", "stopSequence": 17 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "BJMEDHO2", "stopSequence": 18 }, { "arrival": { "time": "1764148260" }, "departure": { "time": "1764148260" }, "stopId": "BJMEDCL2", "stopSequence": 19 }, { "arrival": { "time": "1764148500" }, "departure": { "time": "1764148500" }, "stopId": "IDPLOUV2", "stopSequence": 20 }, { "arrival": { "time": "1764148560" }, "departure": { "time": "1764148560" }, "stopId": "IDCHASS2", "stopSequence": 21 }, { "arrival": { "time": "1764148680" }, "departure": { "time": "1764148680" }, "stopId": "IDSAYES2", "stopSequence": 22 }, { "arrival": { "time": "1764148920" }, "departure": { "time": "1764148920" }, "stopId": "IDCECOM2", "stopSequence": 23 }, { "arrival": { "time": "1764149040" }, "departure": { "time": "1764149040" }, "stopId": "IDLANS2", "stopSequence": 24 }, { "arrival": { "time": "1764149100" }, "departure": { "time": "1764149100" }, "stopId": "IDPLANT1", "stopSequence": 25 }, { "arrival": { "time": "1764149160" }, "departure": { "time": "1764149160" }, "stopId": "IDFAUVE1", "stopSequence": 26 }, { "arrival": { "time": "1764149220" }, "departure": { "time": "1764149220" }, "stopId": "IDPPLAT1", "stopSequence": 27 }, { "arrival": { "time": "1764149220" }, "departure": { "time": "1764149220" }, "stopId": "IDATLAN1", "stopSequence": 28 }, { "arrival": { "time": "1764149340" }, "departure": { "time": "1764149340" }, "stopId": "IDDELOR1", "stopSequence": 29 }, { "arrival": { "time": "1764149400" }, "departure": { "time": "1764149400" }, "stopId": "IDTRIFO1", "stopSequence": 30 } ], "timestamp": "1764146526", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "955-36339" }, "vehicle": { "id": "636a2e22c520d5a13c77e10f", "label": "1330", "licensePlate": "FS-755-LT" } } }, { "id": "trip:1161-38363", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764146381" }, "departure": { "time": "1764146431" }, "stopId": "VFEUROP2", "stopSequence": 0 }, { "arrival": { "time": "1764146462" }, "departure": { "time": "1764146512" }, "stopId": "VFFOUGE2", "stopSequence": 1 }, { "arrival": { "time": "1764146560" }, "departure": { "time": "1764146560" }, "stopId": "VFSTADE2", "stopSequence": 2 }, { "arrival": { "time": "1764146800" }, "departure": { "time": "1764146800" }, "stopId": "VFSTBC2", "stopSequence": 3 }, { "arrival": { "time": "1764146860" }, "departure": { "time": "1764146860" }, "stopId": "VFREPUB2", "stopSequence": 4 }, { "arrival": { "time": "1764146860" }, "departure": { "time": "1764146860" }, "stopId": "VFBOURG2", "stopSequence": 5 }, { "arrival": { "time": "1764146980" }, "departure": { "time": "1764146980" }, "stopId": "VFROCHE2", "stopSequence": 6 }, { "arrival": { "time": "1764147160" }, "departure": { "time": "1764147160" }, "stopId": "VPGARE2", "stopSequence": 7 }, { "arrival": { "time": "1764147220" }, "departure": { "time": "1764147220" }, "stopId": "VPALPES2", "stopSequence": 8 }, { "arrival": { "time": "1764147280" }, "departure": { "time": "1764147280" }, "stopId": "VPMAIRI2", "stopSequence": 9 }, { "arrival": { "time": "1764147400" }, "departure": { "time": "1764147400" }, "stopId": "VPJMOUL2", "stopSequence": 10 }, { "arrival": { "time": "1764147460" }, "departure": { "time": "1764147460" }, "stopId": "VPRIANT2", "stopSequence": 11 }, { "arrival": { "time": "1764147580" }, "departure": { "time": "1764147580" }, "stopId": "VPLOIPE2", "stopSequence": 12 }, { "arrival": { "time": "1764147580" }, "departure": { "time": "1764147580" }, "stopId": "VPARTOI2", "stopSequence": 13 }, { "arrival": { "time": "1764147640" }, "departure": { "time": "1764147640" }, "stopId": "QFMALA2", "stopSequence": 14 }, { "arrival": { "time": "1764147700" }, "departure": { "time": "1764147700" }, "stopId": "QFARRI2", "stopSequence": 15 }, { "arrival": { "time": "1764147760" }, "departure": { "time": "1764147760" }, "stopId": "QFMAINE2", "stopSequence": 16 }, { "arrival": { "time": "1764147760" }, "departure": { "time": "1764147760" }, "stopId": "QFBRET2", "stopSequence": 17 }, { "arrival": { "time": "1764147820" }, "departure": { "time": "1764147820" }, "stopId": "QFLAFA2", "stopSequence": 18 }, { "arrival": { "time": "1764147880" }, "departure": { "time": "1764147880" }, "stopId": "QFANJOU2", "stopSequence": 19 }, { "arrival": { "time": "1764147940" }, "departure": { "time": "1764147940" }, "stopId": "QFNOIRE2", "stopSequence": 20 }, { "arrival": { "time": "1764148000" }, "departure": { "time": "1764148000" }, "stopId": "QFMUGUE1", "stopSequence": 21 }, { "arrival": { "time": "1764148000" }, "departure": { "time": "1764148000" }, "stopId": "QFFURIN2", "stopSequence": 22 }, { "arrival": { "time": "1764148060" }, "departure": { "time": "1764148060" }, "stopId": "QFMONUM2", "stopSequence": 23 }, { "arrival": { "time": "1764148180" }, "departure": { "time": "1764148180" }, "stopId": "QFGARE1", "stopSequence": 24 } ], "timestamp": "1764146524", "trip": { "routeId": "5", "scheduleRelationship": "SCHEDULED", "tripId": "1161-38363" }, "vehicle": { "id": "636a2e22c520d5a13c77e634", "label": "1323", "licensePlate": "ED-230-KN" } } }, { "id": "trip:959-38830", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1764144571" }, "departure": { "time": "1764144564" }, "stopId": "IDPISCI1", "stopSequence": 0 }, { "arrival": { "time": "1764145209" }, "departure": { "time": "1764145252" }, "stopId": "IDDOISN1", "stopSequence": 1 }, { "arrival": { "time": "1764145275" }, "departure": { "time": "1764145288" }, "stopId": "IDATLAN1", "stopSequence": 2 }, { "arrival": { "time": "1764145332" }, "departure": { "time": "1764145355" }, "stopId": "IDDELOR1", "stopSequence": 3 }, { "arrival": { "time": "1764145393" }, "departure": { "time": "1764145406" }, "stopId": "IDHUBER1", "stopSequence": 4 }, { "arrival": { "time": "1764145416" }, "departure": { "time": "1764145472" }, "stopId": "IDTRUFF1", "stopSequence": 5 }, { "arrival": { "time": "1764145508" }, "departure": { "time": "1764145519" }, "stopId": "IDHOTEL1", "stopSequence": 6 }, { "arrival": { "time": "1764145538" }, "departure": { "time": "1764145572" }, "stopId": "IDADMIN1", "stopSequence": 7 }, { "arrival": { "time": "1764145671" }, "departure": { "time": "1764145684" }, "stopId": "IDCECOM2", "stopSequence": 8 }, { "arrival": { "time": "1764145908" }, "departure": { "time": "1764145923" }, "stopId": "IDSAYES1", "stopSequence": 9 }, { "arrival": { "time": "1764146003" }, "departure": { "time": "1764146036" }, "stopId": "IDCHASS1", "stopSequence": 10 }, { "arrival": { "time": "1764146073" }, "departure": { "time": "1764146090" }, "stopId": "IDPLOUV1", "stopSequence": 11 }, { "arrival": { "time": "1764146111" }, "departure": { "time": "1764146120" }, "stopId": "IDRIMBA1", "stopSequence": 12 }, { "arrival": { "time": "1764146138" }, "departure": { "time": "1764146218" }, "stopId": "IDAPOLL1", "stopSequence": 13 }, { "arrival": { "time": "1764146241" }, "departure": { "time": "1764146253" }, "stopId": "IDMISTR1", "stopSequence": 14 }, { "arrival": { "time": "1764146291" }, "departure": { "time": "1764146308" }, "stopId": "IDRASPE1", "stopSequence": 15 }, { "arrival": { "time": "1764146369" }, "departure": { "time": "1764146387" }, "stopId": "IDALICA1", "stopSequence": 16 }, { "arrival": { "time": "1764146446" }, "departure": { "time": "1764146475" }, "stopId": "IDAPOLL2", "stopSequence": 17 }, { "arrival": { "time": "1764146491" }, "departure": { "time": "1764146512" }, "stopId": "IDRIMBA2", "stopSequence": 18 }, { "arrival": { "time": "1764146640" }, "departure": { "time": "1764146640" }, "stopId": "BJZACHA1", "stopSequence": 19 }, { "arrival": { "time": "1764146760" }, "departure": { "time": "1764146760" }, "stopId": "BJCHFLE3", "stopSequence": 20 }, { "arrival": { "time": "1764146820" }, "departure": { "time": "1764146820" }, "stopId": "BJCHARM1", "stopSequence": 21 }, { "arrival": { "time": "1764146880" }, "departure": { "time": "1764146880" }, "stopId": "BJROSTA1", "stopSequence": 22 }, { "arrival": { "time": "1764146940" }, "departure": { "time": "1764146940" }, "stopId": "BJCHANT1", "stopSequence": 23 }, { "arrival": { "time": "1764147000" }, "departure": { "time": "1764147000" }, "stopId": "BJSTRAU1", "stopSequence": 24 }, { "arrival": { "time": "1764147060" }, "departure": { "time": "1764147060" }, "stopId": "BJVSCOT1", "stopSequence": 25 }, { "arrival": { "time": "1764147120" }, "departure": { "time": "1764147120" }, "stopId": "BJHBARB1", "stopSequence": 26 }, { "arrival": { "time": "1764147180" }, "departure": { "time": "1764147180" }, "stopId": "BJEBARB1", "stopSequence": 27 }, { "arrival": { "time": "1764147360" }, "departure": { "time": "1764147360" }, "stopId": "BJVAUCA1", "stopSequence": 28 }, { "arrival": { "time": "1764147480" }, "departure": { "time": "1764147480" }, "stopId": "BJPMICH2", "stopSequence": 29 }, { "arrival": { "time": "1764147540" }, "departure": { "time": "1764147540" }, "stopId": "BJFOLAT2", "stopSequence": 30 }, { "arrival": { "time": "1764147600" }, "departure": { "time": "1764147600" }, "stopId": "BJEPARG1", "stopSequence": 31 }, { "arrival": { "time": "1764147720" }, "departure": { "time": "1764147720" }, "stopId": "BJPROYA1", "stopSequence": 32 }, { "arrival": { "time": "1764147780" }, "departure": { "time": "1764147780" }, "stopId": "BJCFA1", "stopSequence": 33 }, { "arrival": { "time": "1764147840" }, "departure": { "time": "1764147840" }, "stopId": "RMTILLE1", "stopSequence": 34 }, { "arrival": { "time": "1764147900" }, "departure": { "time": "1764147900" }, "stopId": "RMPHARM2", "stopSequence": 35 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "RMRPLAC2", "stopSequence": 36 }, { "arrival": { "time": "1764147960" }, "departure": { "time": "1764147960" }, "stopId": "RMHOTLV2", "stopSequence": 37 }, { "arrival": { "time": "1764148020" }, "departure": { "time": "1764148020" }, "stopId": "RMHALLS2", "stopSequence": 38 }, { "arrival": { "time": "1764148080" }, "departure": { "time": "1764148080" }, "stopId": "RMLAVAI2", "stopSequence": 39 }, { "arrival": { "time": "1764148200" }, "departure": { "time": "1764148200" }, "stopId": "RMZAPER2", "stopSequence": 40 } ], "timestamp": "1764146521", "trip": { "routeId": "3", "scheduleRelationship": "SCHEDULED", "tripId": "959-38830" }, "vehicle": { "id": "63c518f7e70e2cf76f8f8063", "label": "1333", "licensePlate": "GL-927-FW" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1764146526" } }