Détails de la ressource

Nom du fichier : GTFS-RT MOVE
Format : gtfs-rt

Flux temps réel du réseau MOVE

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

Disponibilité au téléchargement

01/02/2026
99.7%
02/02/2026
99.5%
03/02/2026
98.3%
04/02/2026
98.4%
06/02/2026
99.6%
07/02/2026
99.1%
08/02/2026
99.5%
09/02/2026
99.4%
10/02/2026
99.5%
11/02/2026
99.2%
12/02/2026
98.6%
13/02/2026
99.2%
14/02/2026
99.3%
15/02/2026
99.2%
18/02/2026
99.8%
22/02/2026
99.5%
23/02/2026
99.4%
24/02/2026
99.4%
25/02/2026
98.9%
27/02/2026
99.9%
26/02/2026
100%
02/03/2026
100%
19/02/2026
100%
28/02/2026
100%
20/02/2026
100%
21/02/2026
100%
05/02/2026
100%
01/03/2026
100%
31/01/2026
100%
17/02/2026
100%
16/02/2026
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

64 erreurs, 13 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 02/03/2026 à 08h05 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

GTFS-rt stop_id does not exist in GTFS data E011 23 erreurs

All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt

Exemples d'erreurs
  • trip_id TGV-02-02_0_1 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
  • trip_id LH-01-02 stop_id VENDOME - LIBERTE does not exist in GTFS data stops.txt
  • trip_id LM-01-02 stop_id VENDOME - GARE TER LIGNE does not exist in GTFS data stops.txt
  • trip_id LH-01-01 stop_id VENDOME - LIBERTE does not exist in GTFS data stops.txt
  • trip_id LA-01-03 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt

Sequential stop_time_update times are not increasing E022 8 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 LH-01-01 stop_sequence 11 arrival_time 07:42:52 (1772433772) is less than previous stop departure_time 07:43:00 (1772433780) - times must increase between two sequential stops
  • trip_id LH-01-01 stop_sequence 12 arrival_time 07:43:47 (1772433827) is less than previous stop departure_time 07:44:00 (1772433840) - times must increase between two sequential stops
  • trip_id LH-01-01 stop_sequence 14 arrival_time 07:47:17 (1772434037) is less than previous stop departure_time 07:48:00 (1772434080) - times must increase between two sequential stops
  • trip_id TGV-02-01_0_0 stop_sequence 10 arrival_time 06:58:13 (1772431093) is less than previous stop departure_time 06:58:30 (1772431110) - times must increase between two sequential stops
  • trip_id LA-01-02 stop_sequence 21 arrival_time 07:29:00 (1772432940) is less than previous stop arrival_time 07:30:54 (1772433054) - times must increase between two sequential stops

stop_time_update departure time is before arrival time E025 2 erreurs

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.

Exemples d'erreurs
  • trip_id LH-01-01 stop_sequence 3 departure_time 07:25:00 (1772432700) is less than the same stop arrival_time 07:25:07 (1772432707) - departure time must be equal to or greater than arrival time
  • trip_id TGV-02-01_0_0 stop_sequence 7 departure_time 06:51:30 (1772430690) is less than the same stop arrival_time 06:51:34 (1772430694) - departure time must be equal to or greater than arrival time

Vehicle position far from trip shape E029 1 erreur

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.

Exemples d'erreurs
  • vehicle.id 5f9ac9f0f4e5a247456a4a16 trip_id LH-01-02 at (47.783985,1.0777947) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 25 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 TGV-02-02_0_1 stop_sequence 1 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 1 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
  • GTFS-rt trip_id LH-01-02 stop_sequence 11 has stop_id VENDOME - LIBERTE but GTFS stop_sequence 11 has stop_id VENDOME - LIBERTÉ - stop_ids should be the same
  • GTFS-rt trip_id LM-01-02 stop_sequence 4 has stop_id VENDOME - GARE TER LIGNE but GTFS stop_sequence 4 has stop_id VENDOME - GARE TER LIGNE - stop_ids should be the same
  • GTFS-rt trip_id LH-01-01 stop_sequence 4 has stop_id VENDOME - LIBERTE but GTFS stop_sequence 4 has stop_id VENDOME - LIBERTÉ - stop_ids should be the same
  • GTFS-rt trip_id LA-01-03 stop_sequence 23 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 23 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same

VehiclePosition and TripUpdate ID pairing mismatch E047 5 erreurs

If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.

Exemples d'erreurs
  • trip_id TGV-01-04_2 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-01-02_0 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
  • trip_id LM-02-03 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in VehiclePositions does not match trip_id LM-01-01 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
  • trip_id LA-01-04 and vehicle_id 5f6b207af07eca4ec325afdc pairing in VehiclePositions does not match trip_id LA-01-02 and vehicle_id 5f6b207af07eca4ec325afdc pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
  • trip_id LB-02-01 and vehicle_id 62babc77f4336585d60d0e29 pairing in VehiclePositions does not match trip_id LB-01-01 and vehicle_id 62babc77f4336585d60d0e29 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
  • trip_id LH-01-02 and vehicle_id 5f9ac9f0f4e5a247456a4a16 pairing in VehiclePositions does not match trip_id LH-01-01 and vehicle_id 5f9ac9f0f4e5a247456a4a16 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match

Avertissements

ID in one feed missing from the other W003 13 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 LA-02-01 is in TripUpdates but not in VehiclePositions feed
  • trip_id LA-02-02 is in TripUpdates but not in VehiclePositions feed
  • trip_id TGV-01-02_0 is in TripUpdates but not in VehiclePositions feed
  • trip_id TGV-01-03_0 is in TripUpdates but not in VehiclePositions feed
  • trip_id LH-01-01 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
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 341 29 fois (100 % 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 319 29 fois (100 % 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 228 29 fois (100 % des validations)
E047 If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. 67 22 fois (76 % 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 70 12 fois (41 % des validations)
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 46 11 fois (38 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 23 5 fois (17 % 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. 5 5 fois (17 % 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. 4 3 fois (10 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 02/03/2026 à 17h13 Europe/Paris.

trip_updates (54) vehicle_positions (9) service_alerts (2)

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

service_alerts trip_updates vehicle_positions

Service alerts (infos trafic)

Voici un aperçu des informations de trafic présentes dans ce flux le 02/03/2026 à 17h13 Europe/Paris.

Nouvelle fiche horaire à compter du lundi 02 mars Service supplémentaire

Une nouvelle fiche horaire est mise en place à compter du lundi 02 mars. Sur le service de 13:02 au départ de la Mairie de Montoire pour Vendôme, 3 nouveaux arrêts seront desservis : arrêt VILLIERS-Avenue Colin à 13:23 arrêt VILLIERS-La Poste à 13:25 arrêt VILLIERS-Groupe scolaire à 13:26 Veuillez cliquer ICI pour consulter la fiche horaire.

Du 18/02/2026 à 01h00 Europe/Paris au 10/03/2026 à 00h59 Europe/Paris

NOUVELLE FICHE HORAIRE à partir du 02 mars Service modifié

Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés : le service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février) le service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars) le service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril) Veuillez cliquer ICI pour visualiser la nouvelle fiche horaire.

Du 27/02/2026 à 01h00 Europe/Paris au 03/04/2026 à 01h59 Europe/Paris

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 02/03/2026 à 17h13 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "vehicle:63315bd958fada160910cea0", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 47.752906799316406, "longitude": 0.8620362877845764 }, "stopId": "MONTOIRE - MAIRIE", "timestamp": "1772468024", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-01-07" }, "vehicle": { "id": "63315bd958fada160910cea0", "label": "364", "licensePlate": "CZ431MF" } } }, { "id": "vehicle:5f6d9a5d9fe0c82317175d1f", "vehicle": { "currentStopSequence": 9, "position": { "latitude": 47.79914093017578, "longitude": 1.0422450304031372 }, "stopId": "VENDOME - 4 TILLEULS", "timestamp": "1772468023", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-09_1" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "vehicle:62babc77f4336585d60d0e29", "vehicle": { "currentStopSequence": 2, "position": { "latitude": 47.78997039794922, "longitude": 1.079266905784607 }, "stopId": "VENDOME - ROBERT LASNEAU", "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-06" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "vehicle:5f6b207af07eca4ec325afdc", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 47.801700592041016, "longitude": 1.0687270164489746 }, "stopId": "VENDOME - GARE TER", "timestamp": "1772468020", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-10_3" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "vehicle:62c5a41bd5f098dd792fcb19", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 47.75281524658203, "longitude": 0.8618407249450684 }, "stopId": "MONTOIRE - MAIRIE", "timestamp": "1772468019", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-01-06" }, "vehicle": { "id": "62c5a41bd5f098dd792fcb19", "label": "356", "licensePlate": "GG069VR" } } }, { "id": "vehicle:5f9ac9f0f4e5a247456a4a16", "vehicle": { "currentStatus": "INCOMING_AT", "currentStopSequence": 3, "position": { "latitude": 47.80714416503906, "longitude": 1.065848469734192 }, "stopId": "VENDOME - BRANLY", "timestamp": "1772468019", "trip": { "routeId": "LIGNE H", "scheduleRelationship": "SCHEDULED", "tripId": "LH-02-02" }, "vehicle": { "id": "5f9ac9f0f4e5a247456a4a16", "label": "354", "licensePlate": "FT336SF" } } }, { "id": "vehicle:5f9ac9d0f4e5a246fdf194cb", "vehicle": { "currentStopSequence": 3, "position": { "latitude": 47.80696105957031, "longitude": 1.058174967765808 }, "stopId": "VENDOME - J. EMOND", "timestamp": "1772468009", "trip": { "routeId": "LIGNE F", "scheduleRelationship": "SCHEDULED", "tripId": "LF-02-02" }, "vehicle": { "id": "5f9ac9d0f4e5a246fdf194cb", "label": "351", "licensePlate": "FT074SF" } } }, { "id": "vehicle:5f6d9a699fe0c8233a3636a0", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 47.803585052490234, "longitude": 1.035398244857788 }, "stopId": "VENDOME - 4 TILLEULS", "timestamp": "1772468008", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-12" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "vehicle:5f6d9a4e9fe0c822fdf0088b", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": 47.7762336730957, "longitude": 1.0717926025390625 }, "stopId": "VENDOME - ZI SUD", "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-14" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LA-02-11", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772464403" }, "departure": { "time": "1772464517" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772464640" }, "departure": { "time": "1772464718" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772464736" }, "departure": { "time": "1772464752" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772464769" }, "departure": { "time": "1772464798" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772464874" }, "departure": { "time": "1772464888" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772464909" }, "departure": { "time": "1772464921" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772464943" }, "departure": { "time": "1772464997" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772465049" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772465076" }, "departure": { "time": "1772465187" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772465224" }, "departure": { "time": "1772465237" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772465291" }, "departure": { "time": "1772465323" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772465447" }, "departure": { "time": "1772465497" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772465546" }, "departure": { "time": "1772465580" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772465614" }, "departure": { "time": "1772465646" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772465667" }, "departure": { "time": "1772465698" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772465717" }, "departure": { "time": "1772465740" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772465807" }, "departure": { "time": "1772465842" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772465880" }, "departure": { "time": "1772465906" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772465968" }, "departure": { "time": "1772466007" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772466065" }, "departure": { "time": "1772466071" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772466123" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-11" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LB-01-03", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772446467" }, "departure": { "time": "1772446535" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772446642" }, "departure": { "time": "1772446665" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772446747" }, "departure": { "time": "1772446760" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 2 }, { "arrival": { "time": "1772446935" }, "departure": { "time": "1772446942" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772447034" }, "departure": { "time": "1772447066" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 4 }, { "arrival": { "time": "1772447135" }, "stopId": "AREINES - MAIRIE", "stopSequence": 5 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-01-03" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LF-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772432297" }, "departure": { "time": "1772432354" }, "stopId": "ST OUEN - EGLISE", "stopSequence": 0 }, { "arrival": { "time": "1772432449" }, "departure": { "time": "1772432462" }, "stopId": "ST OUEN - VALLEE", "stopSequence": 1 }, { "arrival": { "time": "1772432518" }, "departure": { "time": "1772432532" }, "stopId": "ST OUEN - FONTAINES", "stopSequence": 2 }, { "arrival": { "time": "1772432583" }, "departure": { "time": "1772432589" }, "stopId": "ST OUEN - ROCHETTES", "stopSequence": 3 }, { "arrival": { "time": "1772432606" }, "departure": { "time": "1772432640" }, "stopId": "ST OUEN - NIOCHE", "stopSequence": 4 }, { "arrival": { "time": "1772432997" }, "departure": { "time": "1772433202" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 5 }, { "arrival": { "time": "1772433287" }, "departure": { "time": "1772433336" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772433549" }, "departure": { "time": "1772433569" }, "stopId": "VENDOME - GARE TER", "stopSequence": 7 }, { "arrival": { "time": "1772433951" }, "departure": { "time": "1772434008" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 8 }, { "arrival": { "time": "1772434624" }, "departure": { "time": "1772434365" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 9 } ], "timestamp": "1772468009", "trip": { "routeId": "LIGNE F", "scheduleRelationship": "SCHEDULED", "tripId": "LF-01-01" }, "vehicle": { "id": "5f9ac9d0f4e5a246fdf194cb", "label": "351", "licensePlate": "FT074SF" } } }, { "id": "trip:LA-01-12", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772462505" }, "departure": { "time": "1772462780" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772462855" }, "departure": { "time": "1772462855" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772462915" }, "departure": { "time": "1772462923" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772462976" }, "departure": { "time": "1772463007" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772463081" }, "departure": { "time": "1772463125" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772463178" }, "departure": { "time": "1772463245" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772463287" }, "departure": { "time": "1772463316" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772463332" }, "departure": { "time": "1772463346" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772463373" }, "departure": { "time": "1772463380" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772463417" }, "departure": { "time": "1772463471" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772463529" }, "departure": { "time": "1772463575" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772463655" }, "departure": { "time": "1772463694" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772463749" }, "departure": { "time": "1772463782" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772463817" }, "departure": { "time": "1772463847" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772463874" }, "departure": { "time": "1772463906" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772463968" }, "departure": { "time": "1772464000" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772464023" }, "departure": { "time": "1772464034" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772464049" }, "departure": { "time": "1772464087" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772464153" }, "departure": { "time": "1772464168" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772464175" }, "departure": { "time": "1772464202" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772464219" }, "departure": { "time": "1772464252" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772464376" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 } ], "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-12" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LB-01-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772438356" }, "departure": { "time": "1772438385" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772438490" }, "departure": { "time": "1772438500" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 1 }, { "arrival": { "time": "1772438519" }, "departure": { "time": "1772438621" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 2 }, { "arrival": { "time": "1772438689" }, "departure": { "time": "1772438736" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772438777" }, "departure": { "time": "1772438795" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 4 }, { "arrival": { "time": "1772438887" }, "departure": { "time": "1772438893" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 5 }, { "arrival": { "time": "1772438979" }, "departure": { "time": "1772439214" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772439347" }, "departure": { "time": "1772439381" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 7 }, { "arrival": { "time": "1772439431" }, "departure": { "time": "1772439445" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 8 }, { "arrival": { "time": "1772439618" }, "departure": { "time": "1772439633" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 9 }, { "arrival": { "time": "1772439721" }, "departure": { "time": "1772439755" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 10 }, { "arrival": { "time": "1772439820" }, "stopId": "AREINES - MAIRIE", "stopSequence": 11 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-01-02" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LF-02-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772466596" }, "departure": { "time": "1772467556" }, "stopId": "VENDOME - AMPERE", "stopSequence": 0 }, { "arrival": { "time": "1772467691" }, "departure": { "time": "1772467741" }, "stopId": "VENDOME - GARE TER", "stopSequence": 1 }, { "arrival": { "time": "1772467970" }, "departure": { "time": "1772468009" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 2 }, { "arrival": { "time": "1772468110" }, "departure": { "time": "1772468110" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 3 }, { "arrival": { "time": "1772468530" }, "departure": { "time": "1772468530" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 4 }, { "arrival": { "time": "1772468650" }, "departure": { "time": "1772468650" }, "stopId": "ST OUEN - BUTTE CATHERINET", "stopSequence": 5 }, { "arrival": { "time": "1772468770" }, "departure": { "time": "1772468770" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1772468950" }, "departure": { "time": "1772468950" }, "stopId": "ST OUEN - EGLISE", "stopSequence": 7 }, { "arrival": { "time": "1772469010" }, "departure": { "time": "1772469010" }, "stopId": "ST OUEN - VALLEE", "stopSequence": 8 }, { "arrival": { "time": "1772469130" }, "departure": { "time": "1772469130" }, "stopId": "ST OUEN - FONTAINES", "stopSequence": 9 }, { "arrival": { "time": "1772469190" }, "departure": { "time": "1772469190" }, "stopId": "ST OUEN - ROCHETTES", "stopSequence": 10 }, { "arrival": { "time": "1772469310" }, "departure": { "time": "1772469310" }, "stopId": "ST OUEN - NIOCHE", "stopSequence": 11 }, { "arrival": { "time": "1772469430" }, "departure": { "time": "1772469430" }, "stopId": "ST OUEN - POIRIERS", "stopSequence": 12 }, { "arrival": { "time": "1772469490" }, "departure": { "time": "1772469490" }, "stopId": "ST OUEN - PIERREFRITE", "stopSequence": 13 }, { "arrival": { "time": "1772469730" }, "departure": { "time": "1772469730" }, "stopId": "ST OUEN - JOUSSELINIERE", "stopSequence": 14 }, { "arrival": { "time": "1772469850" }, "departure": { "time": "1772469850" }, "stopId": "ST OUEN - LES BROSSES", "stopSequence": 15 } ], "timestamp": "1772468009", "trip": { "routeId": "LIGNE F", "scheduleRelationship": "SCHEDULED", "tripId": "LF-02-02" }, "vehicle": { "id": "5f9ac9d0f4e5a246fdf194cb", "label": "351", "licensePlate": "FT074SF" } } }, { "id": "trip:LC-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772432187" }, "departure": { "time": "1772432505" }, "stopId": "VENDOME - PROVINCES", "stopSequence": 0 }, { "arrival": { "time": "1772432537" }, "departure": { "time": "1772432591" }, "stopId": "VENDOME - FLANDRES", "stopSequence": 1 }, { "arrival": { "time": "1772432629" }, "departure": { "time": "1772432677" }, "stopId": "VENDOME - ILE DE FRANCE", "stopSequence": 2 }, { "arrival": { "time": "1772432799" }, "departure": { "time": "1772432893" }, "stopId": "VENDOME - MONET", "stopSequence": 3 }, { "arrival": { "time": "1772432985" }, "departure": { "time": "1772433026" }, "stopId": "VENDOME - LA GARDE", "stopSequence": 4 }, { "arrival": { "time": "1772433049" }, "departure": { "time": "1772433083" }, "stopId": "VENDOME - CHAMPLES", "stopSequence": 5 }, { "arrival": { "time": "1772433155" }, "departure": { "time": "1772433201" }, "stopId": "VENDOME - MALLARME", "stopSequence": 6 }, { "arrival": { "time": "1772433499" }, "departure": { "time": "1772433565" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 7 }, { "arrival": { "time": "1772433372" }, "departure": { "time": "1772433435" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 8 }, { "arrival": { "time": "1772433698" }, "departure": { "time": "1772433817" }, "stopId": "VENDOME - GARE TER", "stopSequence": 9 }, { "arrival": { "time": "1772433958" }, "stopId": "VENDOME - AMPERE", "stopSequence": 10 } ], "timestamp": "1772468024", "trip": { "routeId": "LIGNE C", "scheduleRelationship": "SCHEDULED", "tripId": "LC-01-01" }, "vehicle": { "id": "63315bd958fada160910cea0", "label": "364", "licensePlate": "CZ431MF" } } }, { "id": "trip:LF-01-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772435483" }, "departure": { "time": "1772435509" }, "stopId": "ST OUEN - NIOCHE", "stopSequence": 0 }, { "arrival": { "time": "1772435536" }, "departure": { "time": "1772435543" }, "stopId": "ST OUEN - ROCHETTES", "stopSequence": 1 }, { "arrival": { "time": "1772435602" }, "departure": { "time": "1772435617" }, "stopId": "ST OUEN - FONTAINES", "stopSequence": 2 }, { "arrival": { "time": "1772435665" }, "departure": { "time": "1772435682" }, "stopId": "ST OUEN - VALLEE", "stopSequence": 3 }, { "arrival": { "time": "1772435762" }, "departure": { "time": "1772435781" }, "stopId": "ST OUEN - EGLISE", "stopSequence": 4 }, { "arrival": { "time": "1772435839" }, "departure": { "time": "1772435947" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 5 }, { "arrival": { "time": "1772436085" }, "departure": { "time": "1772436130" }, "stopId": "ST OUEN - BUTTE CATHERINET", "stopSequence": 6 }, { "arrival": { "time": "1772436196" }, "departure": { "time": "1772436286" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772436568" }, "departure": { "time": "1772436568" }, "stopId": "ST OUEN - TOUCHEBELLE", "stopSequence": 8 }, { "arrival": { "time": "1772436626" }, "departure": { "time": "1772436635" }, "stopId": "ST OUEN - LES BROSSES", "stopSequence": 9 }, { "arrival": { "time": "1772437067" }, "departure": { "time": "1772437077" }, "stopId": "ST OUEN - JOUSSELINIERE", "stopSequence": 10 }, { "arrival": { "time": "1772437214" }, "departure": { "time": "1772437225" }, "stopId": "ST OUEN - PIERREFRITE", "stopSequence": 11 }, { "arrival": { "time": "1772437272" }, "departure": { "time": "1772437291" }, "stopId": "ST OUEN - POIRIERS", "stopSequence": 12 }, { "arrival": { "time": "1772437313" }, "departure": { "time": "1772437318" }, "stopId": "ST OUEN - GRAND MORTIER", "stopSequence": 13 }, { "arrival": { "time": "1772437432" }, "departure": { "time": "1772437432" }, "stopId": "ST OUEN - GRIVES", "stopSequence": 14 }, { "arrival": { "time": "1772437558" }, "departure": { "time": "1772437589" }, "stopId": "ST OUEN - ROUTE DE DANZE", "stopSequence": 15 }, { "arrival": { "time": "1772437803" }, "departure": { "time": "1772437837" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 16 }, { "arrival": { "time": "1772437925" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 17 } ], "timestamp": "1772468009", "trip": { "routeId": "LIGNE F", "scheduleRelationship": "SCHEDULED", "tripId": "LF-01-02" }, "vehicle": { "id": "5f9ac9d0f4e5a246fdf194cb", "label": "351", "licensePlate": "FT074SF" } } }, { "id": "trip:LA-02-10", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772460770" }, "departure": { "time": "1772460906" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772461018" }, "departure": { "time": "1772461063" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772461161" }, "departure": { "time": "1772461174" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772461190" }, "departure": { "time": "1772461196" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772461274" }, "departure": { "time": "1772461287" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772461311" }, "departure": { "time": "1772461319" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772461345" }, "departure": { "time": "1772461383" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772461432" }, "departure": { "time": "1772461476" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772461515" }, "departure": { "time": "1772461531" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772461563" }, "departure": { "time": "1772461580" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772461632" }, "departure": { "time": "1772461692" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772461776" }, "departure": { "time": "1772461831" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772461890" }, "departure": { "time": "1772461898" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772461932" }, "departure": { "time": "1772461955" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772461985" }, "departure": { "time": "1772461994" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772462010" }, "departure": { "time": "1772462047" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772462080" }, "departure": { "time": "1772462122" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772462165" }, "departure": { "time": "1772462196" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772462258" }, "departure": { "time": "1772462289" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772462351" }, "departure": { "time": "1772462356" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772462404" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-10" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:TGV-01-09_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772466922" }, "departure": { "time": "1772467132" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772467259" }, "departure": { "time": "1772467267" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772467322" }, "departure": { "time": "1772467390" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772467414" }, "departure": { "time": "1772467467" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772467494" }, "departure": { "time": "1772467549" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772467626" }, "departure": { "time": "1772467653" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772467685" }, "departure": { "time": "1772467697" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772467732" }, "departure": { "time": "1772467820" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 7 }, { "arrival": { "time": "1772467837" }, "departure": { "time": "1772467867" }, "stopId": "VENDOME - ST MARC", "stopSequence": 8 }, { "arrival": { "time": "1772468110" }, "departure": { "time": "1772468110" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 9 }, { "arrival": { "time": "1772468290" }, "departure": { "time": "1772468290" }, "stopId": "VENDOME - MONS", "stopSequence": 10 }, { "arrival": { "time": "1772468350" }, "departure": { "time": "1772468350" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 11 }, { "arrival": { "time": "1772468470" }, "departure": { "time": "1772468470" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 12 } ], "timestamp": "1772468023", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-09_1" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:LA-02-04", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772437159" }, "departure": { "time": "1772437505" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772437630" }, "departure": { "time": "1772437640" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772437659" }, "departure": { "time": "1772437678" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772437694" }, "departure": { "time": "1772437720" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772437794" }, "departure": { "time": "1772437807" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772437821" }, "departure": { "time": "1772437930" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772437961" }, "departure": { "time": "1772437992" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772438056" }, "departure": { "time": "1772438086" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772438112" }, "departure": { "time": "1772438128" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772438181" }, "departure": { "time": "1772438189" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772438235" }, "departure": { "time": "1772438349" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772438449" }, "departure": { "time": "1772438476" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772438507" }, "departure": { "time": "1772438520" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772438556" }, "departure": { "time": "1772438564" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772438590" }, "departure": { "time": "1772438603" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772438632" }, "departure": { "time": "1772438666" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772438719" }, "departure": { "time": "1772438777" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772438818" }, "departure": { "time": "1772438826" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772438880" }, "departure": { "time": "1772438917" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772438980" }, "departure": { "time": "1772439005" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772439080" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-04" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:TGV-01-10_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772467558" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772468640" }, "departure": { "time": "1772468640" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772468700" }, "departure": { "time": "1772468700" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772468760" }, "departure": { "time": "1772468760" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772468820" }, "departure": { "time": "1772468820" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772468940" }, "departure": { "time": "1772468940" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772469000" }, "departure": { "time": "1772469000" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772469060" }, "departure": { "time": "1772469060" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 7 }, { "arrival": { "time": "1772469120" }, "departure": { "time": "1772469120" }, "stopId": "VENDOME - ST MARC", "stopSequence": 8 }, { "arrival": { "time": "1772469240" }, "departure": { "time": "1772469240" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 9 }, { "arrival": { "time": "1772469360" }, "departure": { "time": "1772469360" }, "stopId": "VENDOME - MONS", "stopSequence": 10 }, { "arrival": { "time": "1772469420" }, "departure": { "time": "1772469420" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 11 }, { "arrival": { "time": "1772469540" }, "departure": { "time": "1772469540" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 12 } ], "timestamp": "1772468020", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-10_3" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LN-01-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772459852" }, "departure": { "time": "1772460181" }, "stopId": "NAVEIL - SQUARE LIBERTE", "stopSequence": 0 }, { "arrival": { "time": "1772460525" }, "departure": { "time": "1772460556" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 1 }, { "arrival": { "time": "1772460592" }, "departure": { "time": "1772460602" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772460770" }, "departure": { "time": "1772460775" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 4 }, { "arrival": { "time": "1772460873" }, "stopId": "VENDOME - GARE TER", "stopSequence": 5 } ], "timestamp": "1772468023", "trip": { "routeId": "LIGNE N", "scheduleRelationship": "SCHEDULED", "tripId": "LN-01-02" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:LA-01-04", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772435025" }, "departure": { "time": "1772435426" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772435513" }, "departure": { "time": "1772435513" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772435554" }, "departure": { "time": "1772435563" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772435613" }, "departure": { "time": "1772435718" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772435781" }, "departure": { "time": "1772435809" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772435857" }, "departure": { "time": "1772435923" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772435966" }, "departure": { "time": "1772435997" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772436020" }, "departure": { "time": "1772436028" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772436062" }, "departure": { "time": "1772436088" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772436121" }, "departure": { "time": "1772436146" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772436178" }, "departure": { "time": "1772436233" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772436365" }, "departure": { "time": "1772436440" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772436496" }, "departure": { "time": "1772436512" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772436549" }, "departure": { "time": "1772436587" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772436615" }, "departure": { "time": "1772436632" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772436705" }, "departure": { "time": "1772436755" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772436776" }, "departure": { "time": "1772436784" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772436794" }, "departure": { "time": "1772436833" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772436899" }, "departure": { "time": "1772436910" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772436922" }, "departure": { "time": "1772436953" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772436971" }, "departure": { "time": "1772437014" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772437020" }, "departure": { "time": "1772437020" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-04" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LM-02-06", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772464579" }, "departure": { "time": "1772464805" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 0 }, { "arrival": { "time": "1772464835" }, "departure": { "time": "1772464856" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 1 }, { "arrival": { "time": "1772465450" }, "departure": { "time": "1772465468" }, "stopId": "VENDOME - J. EMOND LIGNE", "stopSequence": 2 }, { "arrival": { "time": "1772465290" }, "departure": { "time": "1772465336" }, "stopId": "VENDOME - LYCEE RONSARD LIGNE", "stopSequence": 3 }, { "arrival": { "time": "1772465620" }, "departure": { "time": "1772465687" }, "stopId": "VENDOME - GARE TER LIGNE ", "stopSequence": 4 }, { "arrival": { "time": "1772466473" }, "departure": { "time": "1772466483" }, "stopId": "MAZANGE - GUE DU LOIR", "stopSequence": 5 }, { "arrival": { "time": "1772466617" }, "departure": { "time": "1772466640" }, "stopId": "LUNAY - CLOUSEAUX", "stopSequence": 6 }, { "arrival": { "time": "1772466895" }, "departure": { "time": "1772466928" }, "stopId": "LUNAY - BOURG", "stopSequence": 7 }, { "arrival": { "time": "1772467110" }, "departure": { "time": "1772467141" }, "stopId": "LUNAY - LA BARRE", "stopSequence": 8 }, { "arrival": { "time": "1772467267" }, "departure": { "time": "1772467279" }, "stopId": "LES ROCHES - ST GERVAIS", "stopSequence": 9 }, { "arrival": { "time": "1772467347" }, "departure": { "time": "1772467361" }, "stopId": "LES ROCHES - EGLISE", "stopSequence": 10 }, { "arrival": { "time": "1772467591" }, "departure": { "time": "1772467622" }, "stopId": "MONTOIRE - GENDARMERIE", "stopSequence": 11 }, { "arrival": { "time": "1772467787" }, "departure": { "time": "1772467843" }, "stopId": "MONTOIRE - PLACE DES PATIS", "stopSequence": 12 }, { "arrival": { "time": "1772467946" }, "stopId": "MONTOIRE - MAIRIE", "stopSequence": 13 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-02-06" }, "vehicle": { "id": "62c5a41bd5f098dd792fcb19", "label": "356", "licensePlate": "GG069VR" } } }, { "id": "trip:LA-01-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772431515" }, "departure": { "time": "1772431515" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772431602" }, "departure": { "time": "1772431602" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772431649" }, "departure": { "time": "1772431656" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772431706" }, "departure": { "time": "1772431739" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772431800" }, "departure": { "time": "1772431815" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772431872" }, "departure": { "time": "1772431914" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772431992" }, "departure": { "time": "1772432030" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772432056" }, "departure": { "time": "1772432101" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772432129" }, "departure": { "time": "1772432152" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772432187" }, "departure": { "time": "1772432195" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772432275" }, "departure": { "time": "1772432307" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772432378" }, "departure": { "time": "1772432444" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772432532" }, "departure": { "time": "1772432540" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772432579" }, "departure": { "time": "1772432638" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772432673" }, "departure": { "time": "1772432735" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772432803" }, "departure": { "time": "1772432836" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772432860" }, "departure": { "time": "1772432868" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772432880" }, "departure": { "time": "1772432914" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772432986" }, "departure": { "time": "1772433021" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772433032" }, "departure": { "time": "1772433045" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772433054" }, "departure": { "time": "1772433086" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772432940" }, "departure": { "time": "1772432940" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-02" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LA-01-11", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772458984" }, "departure": { "time": "1772459147" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772459250" }, "departure": { "time": "1772459250" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772459303" }, "departure": { "time": "1772459312" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772459359" }, "departure": { "time": "1772459387" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772459460" }, "departure": { "time": "1772459468" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772459516" }, "departure": { "time": "1772459588" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772459648" }, "departure": { "time": "1772459670" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772459805" }, "departure": { "time": "1772459816" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772459844" }, "departure": { "time": "1772459852" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772459894" }, "departure": { "time": "1772459936" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772460050" }, "departure": { "time": "1772460073" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772460125" }, "departure": { "time": "1772460134" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772460169" }, "departure": { "time": "1772460198" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772460234" }, "departure": { "time": "1772460264" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772460306" }, "departure": { "time": "1772460339" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772460363" }, "departure": { "time": "1772460371" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772460382" }, "departure": { "time": "1772460417" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772460481" }, "departure": { "time": "1772460497" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772460503" }, "departure": { "time": "1772460533" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772460550" }, "departure": { "time": "1772460583" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772460747" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 } ], "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-11" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LB-02-06", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772467777" }, "departure": { "time": "1772467837" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772467912" }, "departure": { "time": "1772467930" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772468110" }, "departure": { "time": "1772468110" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772468230" }, "departure": { "time": "1772468230" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772468410" }, "departure": { "time": "1772468410" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772468710" }, "departure": { "time": "1772468710" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772468890" }, "departure": { "time": "1772468890" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772469130" }, "departure": { "time": "1772469130" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 7 }, { "arrival": { "time": "1772469310" }, "departure": { "time": "1772469310" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 8 }, { "arrival": { "time": "1772469370" }, "departure": { "time": "1772469370" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772469490" }, "departure": { "time": "1772469490" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 10 }, { "arrival": { "time": "1772469550" }, "departure": { "time": "1772469550" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 11 }, { "arrival": { "time": "1772469730" }, "departure": { "time": "1772469730" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 12 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-06" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LE-02-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772466564" }, "departure": { "time": "1772466732" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 0 }, { "arrival": { "time": "1772466993" }, "departure": { "time": "1772467038" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 1 }, { "arrival": { "time": "1772467075" }, "departure": { "time": "1772467111" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 2 }, { "arrival": { "time": "1772467153" }, "departure": { "time": "1772467209" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 3 }, { "arrival": { "time": "1772467243" }, "departure": { "time": "1772467293" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 4 }, { "arrival": { "time": "1772467365" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 5 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE E", "scheduleRelationship": "SCHEDULED", "tripId": "LE-02-02" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LA-01-13", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772464813" }, "departure": { "time": "1772465020" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772465126" }, "departure": { "time": "1772465126" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772465212" }, "departure": { "time": "1772465241" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772465284" }, "departure": { "time": "1772465328" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772465386" }, "departure": { "time": "1772465393" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772465432" }, "departure": { "time": "1772465465" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772465526" }, "departure": { "time": "1772465572" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772465596" }, "departure": { "time": "1772465601" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772465630" }, "departure": { "time": "1772465635" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772465666" }, "departure": { "time": "1772465692" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772465736" }, "departure": { "time": "1772465779" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772465896" }, "departure": { "time": "1772465928" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772465994" }, "departure": { "time": "1772466019" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772466059" }, "departure": { "time": "1772466093" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772466118" }, "departure": { "time": "1772466150" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772466223" }, "departure": { "time": "1772466249" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772466273" }, "departure": { "time": "1772466282" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772466296" }, "departure": { "time": "1772466307" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772466376" }, "departure": { "time": "1772466397" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772466412" }, "departure": { "time": "1772466423" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772466438" }, "departure": { "time": "1772466467" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772466567" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 } ], "timestamp": "1772468008", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-13" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:LB-02-05", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772462326" }, "departure": { "time": "1772462366" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772462435" }, "departure": { "time": "1772462441" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772462634" }, "departure": { "time": "1772462678" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772462718" }, "departure": { "time": "1772462731" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772462829" }, "departure": { "time": "1772462857" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772463028" }, "departure": { "time": "1772463061" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772463122" }, "departure": { "time": "1772463490" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-05" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LB-02-04", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772455600" }, "departure": { "time": "1772455636" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772455696" }, "departure": { "time": "1772455706" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772455883" }, "departure": { "time": "1772455903" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772455938" }, "departure": { "time": "1772455972" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772456086" }, "departure": { "time": "1772456100" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772456216" }, "departure": { "time": "1772456221" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772456302" }, "departure": { "time": "1772456542" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772456669" }, "departure": { "time": "1772456686" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 7 }, { "arrival": { "time": "1772456775" }, "departure": { "time": "1772456796" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 8 }, { "arrival": { "time": "1772456841" }, "departure": { "time": "1772456862" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772456926" }, "departure": { "time": "1772456953" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 10 }, { "arrival": { "time": "1772456977" }, "departure": { "time": "1772456984" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 11 }, { "arrival": { "time": "1772457115" }, "departure": { "time": "1772457430" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 12 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-04" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:TGV-01-07_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772451921" }, "departure": { "time": "1772452336" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772452483" }, "departure": { "time": "1772452493" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772452546" }, "departure": { "time": "1772452559" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772452582" }, "departure": { "time": "1772452596" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772452620" }, "departure": { "time": "1772452633" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772452706" }, "departure": { "time": "1772452713" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772452742" }, "departure": { "time": "1772452753" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772452886" }, "departure": { "time": "1772452901" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772452981" }, "departure": { "time": "1772452990" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772453036" }, "departure": { "time": "1772453043" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772453139" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468023", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-07_1" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:LN-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772437538" }, "departure": { "time": "1772438451" }, "stopId": "NAVEIL - SQUARE LIBERTE", "stopSequence": 0 }, { "arrival": { "time": "1772438782" }, "departure": { "time": "1772438880" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 1 }, { "arrival": { "time": "1772438823" }, "departure": { "time": "1772438940" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772438997" }, "departure": { "time": "1772439300" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 4 }, { "arrival": { "time": "1772439073" }, "departure": { "time": "1772439480" }, "stopId": "VENDOME - GARE TER", "stopSequence": 5 } ], "timestamp": "1772468008", "trip": { "routeId": "LIGNE N", "scheduleRelationship": "SCHEDULED", "tripId": "LN-01-01" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:TGV-01-05", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772441177" }, "departure": { "time": "1772441267" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772441408" }, "departure": { "time": "1772441439" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772441483" }, "departure": { "time": "1772441504" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772441585" }, "departure": { "time": "1772441600" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772441618" }, "departure": { "time": "1772441640" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772441707" }, "departure": { "time": "1772441717" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772441749" }, "departure": { "time": "1772441776" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772441883" }, "departure": { "time": "1772441892" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772441977" }, "departure": { "time": "1772442005" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772442050" }, "departure": { "time": "1772442057" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772442137" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-05" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:TGV-02-04_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772435302" }, "departure": { "time": "1772436016" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772436097" }, "departure": { "time": "1772436108" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772436183" }, "departure": { "time": "1772436192" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772436264" }, "departure": { "time": "1772436273" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772436390" }, "departure": { "time": "1772436416" }, "stopId": "VENDOME - ST MARC", "stopSequence": 4 }, { "arrival": { "time": "1772436442" }, "departure": { "time": "1772436469" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 5 }, { "arrival": { "time": "1772436518" }, "departure": { "time": "1772436526" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772436545" }, "departure": { "time": "1772436559" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 7 }, { "arrival": { "time": "1772436616" }, "departure": { "time": "1772436629" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772436657" }, "departure": { "time": "1772436687" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772436707" }, "departure": { "time": "1772436742" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 10 }, { "arrival": { "time": "1772436926" }, "departure": { "time": "1772436934" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 11 }, { "arrival": { "time": "1772437020" }, "stopId": "VENDOME - GARE TER", "stopSequence": 12 } ], "timestamp": "1772468008", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-04_2" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:TGV-01-04_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772433832" }, "departure": { "time": "1772434395" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772434567" }, "departure": { "time": "1772434596" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772434652" }, "departure": { "time": "1772434661" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772434686" }, "departure": { "time": "1772434714" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772434738" }, "departure": { "time": "1772434778" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772434837" }, "departure": { "time": "1772434850" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772434896" }, "departure": { "time": "1772434901" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772435036" }, "departure": { "time": "1772435047" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772435122" }, "departure": { "time": "1772435134" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772435186" }, "departure": { "time": "1772435193" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772435275" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468008", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-04_2" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:TGV-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772428204" }, "departure": { "time": "1772428290" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772428394" }, "departure": { "time": "1772428438" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772428469" }, "departure": { "time": "1772428510" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772428539" }, "departure": { "time": "1772428590" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772428615" }, "departure": { "time": "1772428628" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772428694" }, "departure": { "time": "1772428753" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772428785" }, "departure": { "time": "1772428797" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772428941" }, "departure": { "time": "1772428952" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772429046" }, "departure": { "time": "1772429056" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772429114" }, "departure": { "time": "1772429121" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772429209" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-01" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:TGV-01-03_0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772432360" }, "departure": { "time": "1772432535" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772432673" }, "departure": { "time": "1772432701" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772432736" }, "departure": { "time": "1772432756" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772432821" }, "departure": { "time": "1772432864" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772432893" }, "departure": { "time": "1772432924" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772432987" }, "departure": { "time": "1772433018" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772433047" }, "departure": { "time": "1772433058" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772433206" }, "departure": { "time": "1772433215" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772433299" }, "departure": { "time": "1772433309" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772433357" }, "departure": { "time": "1772433366" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772433463" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-03_0" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LF-02-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772464608" }, "departure": { "time": "1772464661" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 0 }, { "arrival": { "time": "1772464703" }, "departure": { "time": "1772464771" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 1 }, { "arrival": { "time": "1772465043" }, "departure": { "time": "1772465073" }, "stopId": "ST OUEN - EGLISE", "stopSequence": 2 }, { "arrival": { "time": "1772465142" }, "departure": { "time": "1772465154" }, "stopId": "ST OUEN - VALLEE", "stopSequence": 3 }, { "arrival": { "time": "1772465200" }, "departure": { "time": "1772465216" }, "stopId": "ST OUEN - FONTAINES", "stopSequence": 4 }, { "arrival": { "time": "1772465266" }, "departure": { "time": "1772465273" }, "stopId": "ST OUEN - ROCHETTES", "stopSequence": 5 }, { "arrival": { "time": "1772465291" }, "departure": { "time": "1772465301" }, "stopId": "ST OUEN - NIOCHE", "stopSequence": 6 }, { "arrival": { "time": "1772465375" }, "departure": { "time": "1772465405" }, "stopId": "ST OUEN - POIRIERS", "stopSequence": 7 }, { "arrival": { "time": "1772465453" }, "departure": { "time": "1772465461" }, "stopId": "ST OUEN - PIERREFRITE", "stopSequence": 8 }, { "arrival": { "time": "1772465632" }, "departure": { "time": "1772465643" }, "stopId": "ST OUEN - JOUSSELINIERE", "stopSequence": 9 }, { "arrival": { "time": "1772465780" }, "stopId": "ST OUEN - LES BROSSES", "stopSequence": 10 } ], "timestamp": "1772468009", "trip": { "routeId": "LIGNE F", "scheduleRelationship": "SCHEDULED", "tripId": "LF-02-01" }, "vehicle": { "id": "5f9ac9d0f4e5a246fdf194cb", "label": "351", "licensePlate": "FT074SF" } } }, { "id": "trip:TGV-01-02_0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772430537" }, "departure": { "time": "1772430746" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1772430872" }, "departure": { "time": "1772430902" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1772430939" }, "departure": { "time": "1772430955" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1772431027" }, "departure": { "time": "1772431055" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772431079" }, "departure": { "time": "1772431118" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1772431177" }, "departure": { "time": "1772431185" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772431208" }, "departure": { "time": "1772431220" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772431357" }, "departure": { "time": "1772431364" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1772431447" }, "departure": { "time": "1772431452" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1772431502" }, "departure": { "time": "1772431502" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1772431599" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1772468008", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-02_0" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:LB-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772432239" }, "departure": { "time": "1772432390" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772432491" }, "departure": { "time": "1772432514" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 1 }, { "arrival": { "time": "1772432532" }, "departure": { "time": "1772432637" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 2 }, { "arrival": { "time": "1772432712" }, "departure": { "time": "1772432766" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772432806" }, "departure": { "time": "1772432847" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 4 }, { "arrival": { "time": "1772432933" }, "departure": { "time": "1772432942" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 5 }, { "arrival": { "time": "1772433027" }, "departure": { "time": "1772433293" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772433432" }, "departure": { "time": "1772433479" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 7 }, { "arrival": { "time": "1772433530" }, "departure": { "time": "1772433574" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 8 }, { "arrival": { "time": "1772433713" }, "departure": { "time": "1772433744" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 9 }, { "arrival": { "time": "1772433840" }, "departure": { "time": "1772433880" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 10 }, { "arrival": { "time": "1772433943" }, "stopId": "AREINES - MAIRIE", "stopSequence": 11 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-01-01" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LB-02-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772440812" }, "departure": { "time": "1772440851" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772440922" }, "departure": { "time": "1772440931" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772441120" }, "departure": { "time": "1772441137" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772441183" }, "departure": { "time": "1772441203" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772441349" }, "departure": { "time": "1772441363" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772441489" }, "departure": { "time": "1772441497" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772441596" }, "departure": { "time": "1772441848" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772441950" }, "departure": { "time": "1772441961" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 7 }, { "arrival": { "time": "1772442267" }, "departure": { "time": "1772442280" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 8 }, { "arrival": { "time": "1772442326" }, "departure": { "time": "1772442344" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772442396" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 10 }, { "arrival": { "time": "1772442550" }, "departure": { "time": "1772442550" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 11 }, { "arrival": { "time": "1772442730" }, "departure": { "time": "1772442730" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 12 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-02" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:TGV-02-03_0_4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772433929" }, "departure": { "time": "1772434457" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772434523" }, "departure": { "time": "1772434531" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772434605" }, "departure": { "time": "1772434605" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772434702" }, "departure": { "time": "1772434747" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772434857" }, "departure": { "time": "1772434869" }, "stopId": "VENDOME - ST MARC", "stopSequence": 4 }, { "arrival": { "time": "1772434886" }, "departure": { "time": "1772434935" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 5 }, { "arrival": { "time": "1772434991" }, "departure": { "time": "1772435005" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772435039" }, "departure": { "time": "1772435045" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 7 }, { "arrival": { "time": "1772435118" }, "departure": { "time": "1772435160" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772435192" }, "departure": { "time": "1772435220" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772435257" }, "departure": { "time": "1772435280" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 10 }, { "arrival": { "time": "1772435486" }, "departure": { "time": "1772435640" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 11 }, { "arrival": { "time": "1772435591" }, "departure": { "time": "1772435820" }, "stopId": "VENDOME - GARE TER", "stopSequence": 12 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-03_0_4" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:TGV-02-01_0_0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772429454" }, "departure": { "time": "1772430095" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772430168" }, "departure": { "time": "1772430168" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772430244" }, "departure": { "time": "1772430254" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772430341" }, "departure": { "time": "1772430371" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772430474" }, "departure": { "time": "1772430482" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1772430509" }, "departure": { "time": "1772430548" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772430624" }, "departure": { "time": "1772430660" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1772430694" }, "departure": { "time": "1772430720" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772430739" }, "departure": { "time": "1772430780" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1772430987" }, "departure": { "time": "1772431140" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1772431093" }, "departure": { "time": "1772431320" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-01_0_0" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:TGV-02-07_5", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772453169" }, "departure": { "time": "1772454316" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772454378" }, "departure": { "time": "1772454384" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772454455" }, "departure": { "time": "1772454463" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772454532" }, "departure": { "time": "1772454543" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772454644" }, "departure": { "time": "1772454673" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1772454698" }, "departure": { "time": "1772454706" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1772454766" }, "departure": { "time": "1772454794" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1772454824" }, "departure": { "time": "1772454855" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772454885" }, "departure": { "time": "1772454895" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1772455093" }, "departure": { "time": "1772455102" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1772455173" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1772468023", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-07_5" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:LA-02-12", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772467745" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772468220" }, "departure": { "time": "1772468220" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772468280" }, "departure": { "time": "1772468280" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772468340" }, "departure": { "time": "1772468340" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772468400" }, "departure": { "time": "1772468400" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772468520" }, "departure": { "time": "1772468520" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772468580" }, "departure": { "time": "1772468580" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772468640" }, "departure": { "time": "1772468640" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772468700" }, "departure": { "time": "1772468700" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772468760" }, "departure": { "time": "1772468760" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772468880" }, "departure": { "time": "1772468880" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772469000" }, "departure": { "time": "1772469000" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772469060" }, "departure": { "time": "1772469060" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772469120" }, "departure": { "time": "1772469120" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772469180" }, "departure": { "time": "1772469180" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772469240" }, "departure": { "time": "1772469240" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772469300" }, "departure": { "time": "1772469300" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772469360" }, "departure": { "time": "1772469360" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772469480" }, "departure": { "time": "1772469480" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772469600" }, "departure": { "time": "1772469600" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "arrival": { "time": "1772469660" }, "departure": { "time": "1772469660" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772469720" }, "departure": { "time": "1772469720" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468008", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-12" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:LM-01-07", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772467876" }, "stopId": "MONTOIRE - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772468700" }, "departure": { "time": "1772468700" }, "stopId": "MONTOIRE - COLLEGE JANEQUIN", "stopSequence": 1 }, { "arrival": { "time": "1772469300" }, "departure": { "time": "1772469300" }, "stopId": "LUNAY - LA BARRE", "stopSequence": 2 }, { "arrival": { "time": "1772470020" }, "departure": { "time": "1772470020" }, "stopId": "MAZANGE - GUE DU LOIR", "stopSequence": 4 }, { "arrival": { "time": "1772470200" }, "departure": { "time": "1772470200" }, "stopId": "VILLIERS - AVENUE COLIN", "stopSequence": 5 }, { "arrival": { "time": "1772470320" }, "departure": { "time": "1772470320" }, "stopId": "VILLIERS - LA POSTE", "stopSequence": 6 }, { "arrival": { "time": "1772470380" }, "departure": { "time": "1772470380" }, "stopId": "VILLIERS - GROUPE SCOLAIRE", "stopSequence": 7 }, { "arrival": { "time": "1772470620" }, "departure": { "time": "1772470620" }, "stopId": "NAVEIL - MONTRIEUX", "stopSequence": 8 }, { "arrival": { "time": "1772471040" }, "departure": { "time": "1772471040" }, "stopId": "VENDOME - GARE TER LIGNE ", "stopSequence": 9 } ], "timestamp": "1772468024", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-01-07" }, "vehicle": { "id": "63315bd958fada160910cea0", "label": "364", "licensePlate": "CZ431MF" } } }, { "id": "trip:LA-02-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772433222" }, "departure": { "time": "1772433273" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772433373" }, "departure": { "time": "1772433398" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772433409" }, "departure": { "time": "1772433431" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772433438" }, "departure": { "time": "1772433453" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772433529" }, "departure": { "time": "1772433553" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772433569" }, "departure": { "time": "1772433597" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772433620" }, "departure": { "time": "1772433669" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772433725" }, "departure": { "time": "1772433789" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772433832" }, "departure": { "time": "1772433848" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772433902" }, "departure": { "time": "1772433910" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772433956" }, "departure": { "time": "1772434014" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772434104" }, "departure": { "time": "1772434181" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772434244" }, "departure": { "time": "1772434275" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772434323" }, "departure": { "time": "1772434350" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772434392" }, "departure": { "time": "1772434442" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772434460" }, "departure": { "time": "1772434491" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772434524" }, "departure": { "time": "1772434558" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772434599" }, "departure": { "time": "1772434619" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772434682" }, "departure": { "time": "1772434710" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772434765" }, "departure": { "time": "1772434797" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "arrival": { "time": "1772434834" }, "departure": { "time": "1772434841" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772434958" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-02" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LH-02-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772464736" }, "departure": { "time": "1772464761" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 0 }, { "arrival": { "time": "1772464815" }, "departure": { "time": "1772464870" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 1 }, { "arrival": { "time": "1772464963" }, "departure": { "time": "1772464978" }, "stopId": "VENDOME - DANAN", "stopSequence": 2 }, { "arrival": { "time": "1772465015" }, "departure": { "time": "1772465030" }, "stopId": "VENDOME - BRANLY", "stopSequence": 3 }, { "arrival": { "time": "1772465074" }, "departure": { "time": "1772465092" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 4 }, { "arrival": { "time": "1772465158" }, "departure": { "time": "1772465201" }, "stopId": "VENDOME - GARE TER", "stopSequence": 5 }, { "arrival": { "time": "1772465254" }, "departure": { "time": "1772465265" }, "stopId": "VENDOME - CHAUTARD", "stopSequence": 6 }, { "arrival": { "time": "1772465298" }, "departure": { "time": "1772465337" }, "stopId": "VENDOME - HAMET", "stopSequence": 7 }, { "arrival": { "time": "1772465393" }, "departure": { "time": "1772465413" }, "stopId": "VENDOME - AMPERE", "stopSequence": 8 }, { "arrival": { "time": "1772465502" }, "departure": { "time": "1772465513" }, "stopId": "VENDOME - FATON", "stopSequence": 9 }, { "arrival": { "time": "1772465613" }, "departure": { "time": "1772465664" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 10 }, { "arrival": { "time": "1772465850" }, "departure": { "time": "1772465867" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 11 }, { "arrival": { "time": "1772465956" }, "departure": { "time": "1772466040" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 12 }, { "arrival": { "time": "1772466138" }, "departure": { "time": "1772466174" }, "stopId": "VENDOME - JEANNE D'ALBRET", "stopSequence": 13 }, { "arrival": { "time": "1772466202" }, "departure": { "time": "1772466219" }, "stopId": "VENDOME - ROI HENRI", "stopSequence": 14 }, { "arrival": { "time": "1772466272" }, "departure": { "time": "1772466321" }, "stopId": "VENDOME - FAURE", "stopSequence": 15 }, { "arrival": { "time": "1772466381" }, "departure": { "time": "1772466419" }, "stopId": "VENDOME - DEBUSSY", "stopSequence": 16 }, { "arrival": { "time": "1772466465" }, "stopId": "VENDOME - BERLIOZ", "stopSequence": 17 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE H", "scheduleRelationship": "SCHEDULED", "tripId": "LH-02-01" }, "vehicle": { "id": "5f9ac9f0f4e5a247456a4a16", "label": "354", "licensePlate": "FT336SF" } } }, { "id": "trip:LM-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772428763" }, "departure": { "time": "1772428819" }, "stopId": "ARTINS - PLACE DES ANCIENS COMBATTANTS", "stopSequence": 0 }, { "arrival": { "time": "1772429125" }, "departure": { "time": "1772429171" }, "stopId": "COUTURE - EGLISE", "stopSequence": 1 }, { "arrival": { "time": "1772429447" }, "departure": { "time": "1772429526" }, "stopId": "SOUGE - PONT DE BRAYE", "stopSequence": 2 }, { "arrival": { "time": "1772429684" }, "departure": { "time": "1772429741" }, "stopId": "SOUGE - EGLISE", "stopSequence": 3 }, { "arrival": { "time": "1772429974" }, "departure": { "time": "1772430011" }, "stopId": "TROO - CHENILLE", "stopSequence": 4 }, { "arrival": { "time": "1772430089" }, "departure": { "time": "1772430138" }, "stopId": "TROO - PLACE DE LA LIBERATION", "stopSequence": 5 }, { "arrival": { "time": "1772430198" }, "departure": { "time": "1772430271" }, "stopId": "TROO - LA CROIX VERTE", "stopSequence": 6 }, { "arrival": { "time": "1772430386" }, "departure": { "time": "1772430435" }, "stopId": "MONTOIRE - ST QUENTIN LES TROO", "stopSequence": 7 }, { "arrival": { "time": "1772430824" }, "departure": { "time": "1772430905" }, "stopId": "MONTOIRE - MAIRIE", "stopSequence": 8 }, { "arrival": { "time": "1772431085" }, "departure": { "time": "1772431122" }, "stopId": "MONTOIRE - GENDARMERIE", "stopSequence": 9 }, { "arrival": { "time": "1772431414" }, "departure": { "time": "1772431426" }, "stopId": "LES ROCHES - EGLISE", "stopSequence": 10 }, { "arrival": { "time": "1772431509" }, "departure": { "time": "1772431546" }, "stopId": "LES ROCHES - ST GERVAIS", "stopSequence": 11 }, { "arrival": { "time": "1772431775" }, "departure": { "time": "1772431783" }, "stopId": "LUNAY - PRAZERIE", "stopSequence": 12 }, { "arrival": { "time": "1772431919" }, "departure": { "time": "1772431958" }, "stopId": "MAZANGE - GUE DU LOIR", "stopSequence": 13 }, { "arrival": { "time": "1772432910" }, "departure": { "time": "1772432920" }, "stopId": "VENDOME - GARE TER", "stopSequence": 14 }, { "arrival": { "time": "1772433043" }, "stopId": "VENDOME - LYCEE RONSARD LIGNE", "stopSequence": 15 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-01-01" }, "vehicle": { "id": "62c5a41bd5f098dd792fcb19", "label": "356", "licensePlate": "GG069VR" } } }, { "id": "trip:LM-02-03", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772433800" }, "departure": { "time": "1772433916" }, "stopId": "VENDOME - GARE TER LIGNE ", "stopSequence": 0 }, { "arrival": { "time": "1772434401" }, "departure": { "time": "1772434442" }, "stopId": "NAVEIL - MONTRIEUX", "stopSequence": 1 }, { "arrival": { "time": "1772435011" }, "departure": { "time": "1772435048" }, "stopId": "LUNAY - CLOUSEAUX", "stopSequence": 2 }, { "arrival": { "time": "1772435407" }, "departure": { "time": "1772435457" }, "stopId": "LES ROCHES - ST GERVAIS", "stopSequence": 3 }, { "arrival": { "time": "1772435563" }, "departure": { "time": "1772435575" }, "stopId": "LES ROCHES - EGLISE", "stopSequence": 4 }, { "arrival": { "time": "1772435646" }, "departure": { "time": "1772435693" }, "stopId": "MONTOIRE - LA POINTE", "stopSequence": 5 }, { "arrival": { "time": "1772436036" }, "departure": { "time": "1772436100" }, "stopId": "MONTOIRE - COLLEGE JANEQUIN", "stopSequence": 6 }, { "arrival": { "time": "1772436451" }, "stopId": "MONTOIRE - MAIRIE", "stopSequence": 7 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-02-03" }, "vehicle": { "id": "62c5a41bd5f098dd792fcb19", "label": "356", "licensePlate": "GG069VR" } } }, { "id": "trip:LB-02-03", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772447669" }, "departure": { "time": "1772447710" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772447773" }, "departure": { "time": "1772447782" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772447953" }, "departure": { "time": "1772447967" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772448004" }, "departure": { "time": "1772448023" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772448129" }, "departure": { "time": "1772448149" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772448297" }, "departure": { "time": "1772448320" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772448411" }, "departure": { "time": "1772448753" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772448829" }, "departure": { "time": "1772448847" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 7 }, { "arrival": { "time": "1772448938" }, "departure": { "time": "1772448957" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 8 }, { "arrival": { "time": "1772448999" }, "departure": { "time": "1772449023" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772449075" }, "departure": { "time": "1772449094" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 10 }, { "arrival": { "time": "1772449450" }, "departure": { "time": "1772449450" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 11 }, { "arrival": { "time": "1772449630" }, "departure": { "time": "1772449630" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 12 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-03" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LB-01-04", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772459690" }, "departure": { "time": "1772459721" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772459839" }, "departure": { "time": "1772459850" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 1 }, { "arrival": { "time": "1772459866" }, "departure": { "time": "1772460150" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 2 }, { "arrival": { "time": "1772460214" }, "departure": { "time": "1772460229" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772460268" }, "departure": { "time": "1772460282" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 4 }, { "arrival": { "time": "1772460375" }, "departure": { "time": "1772460386" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 5 }, { "arrival": { "time": "1772460465" }, "departure": { "time": "1772460573" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772460663" }, "departure": { "time": "1772460681" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 7 }, { "arrival": { "time": "1772460726" }, "departure": { "time": "1772460747" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 8 }, { "arrival": { "time": "1772460912" }, "departure": { "time": "1772460934" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 9 }, { "arrival": { "time": "1772461023" }, "departure": { "time": "1772461032" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 10 }, { "arrival": { "time": "1772461100" }, "stopId": "AREINES - MAIRIE", "stopSequence": 11 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-01-04" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LH-01-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772431901" }, "departure": { "time": "1772432092" }, "stopId": "VENDOME - BOIS LA BARBE", "stopSequence": 0 }, { "arrival": { "time": "1772432454" }, "departure": { "time": "1772432480" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 1 }, { "arrival": { "time": "1772432635" }, "departure": { "time": "1772432600" }, "stopId": "VENDOME - JEANNE D'ALBRET", "stopSequence": 2 }, { "arrival": { "time": "1772432707" }, "departure": { "time": "1772432660" }, "stopId": "VENDOME - ROI HENRI", "stopSequence": 3 }, { "arrival": { "time": "1772433105" }, "departure": { "time": "1772433140" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 4 }, { "arrival": { "time": "1772433272" }, "departure": { "time": "1772433320" }, "stopId": "VENDOME - FATON", "stopSequence": 5 }, { "arrival": { "time": "1772433393" }, "departure": { "time": "1772433380" }, "stopId": "VENDOME - AMPERE", "stopSequence": 6 }, { "arrival": { "time": "1772433461" }, "departure": { "time": "1772433440" }, "stopId": "VENDOME - HAMET", "stopSequence": 7 }, { "arrival": { "time": "1772433524" }, "departure": { "time": "1772433500" }, "stopId": "VENDOME - CHAUTARD", "stopSequence": 8 }, { "arrival": { "time": "1772433596" }, "departure": { "time": "1772433560" }, "stopId": "VENDOME - GARE TER", "stopSequence": 9 }, { "arrival": { "time": "1772433724" }, "departure": { "time": "1772433740" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 10 }, { "arrival": { "time": "1772433772" }, "departure": { "time": "1772433800" }, "stopId": "VENDOME - BRANLY", "stopSequence": 11 }, { "arrival": { "time": "1772433827" }, "departure": { "time": "1772433860" }, "stopId": "VENDOME - DANAN", "stopSequence": 12 }, { "arrival": { "time": "1772433903" }, "departure": { "time": "1772434040" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 13 }, { "arrival": { "time": "1772434037" }, "departure": { "time": "1772434160" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 14 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE H", "scheduleRelationship": "SCHEDULED", "tripId": "LH-01-01" }, "vehicle": { "id": "5f9ac9f0f4e5a247456a4a16", "label": "354", "licensePlate": "FT336SF" } } }, { "id": "trip:LM-01-06", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772467970" }, "stopId": "MONTOIRE - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772468700" }, "departure": { "time": "1772468700" }, "stopId": "MONTOIRE - COLLEGE JANEQUIN", "stopSequence": 1 }, { "arrival": { "time": "1772469000" }, "departure": { "time": "1772469000" }, "stopId": "MONTOIRE - LA POINTE", "stopSequence": 2 }, { "arrival": { "time": "1772469060" }, "departure": { "time": "1772469060" }, "stopId": "LES ROCHES - EGLISE", "stopSequence": 3 }, { "arrival": { "time": "1772469120" }, "departure": { "time": "1772469120" }, "stopId": "LES ROCHES - ST GERVAIS", "stopSequence": 4 }, { "arrival": { "time": "1772469540" }, "departure": { "time": "1772469540" }, "stopId": "LUNAY - BOURG", "stopSequence": 5 }, { "arrival": { "time": "1772469840" }, "departure": { "time": "1772469840" }, "stopId": "LUNAY - CLOUSEAUX", "stopSequence": 6 }, { "arrival": { "time": "1772470740" }, "departure": { "time": "1772470740" }, "stopId": "VENDOME - GARE TER LIGNE ", "stopSequence": 7 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE M", "scheduleRelationship": "SCHEDULED", "tripId": "LM-01-06" }, "vehicle": { "id": "62c5a41bd5f098dd792fcb19", "label": "356", "licensePlate": "GG069VR" } } }, { "id": "trip:TGV-02-02_0_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772432052" }, "departure": { "time": "1772432732" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772432806" }, "departure": { "time": "1772432815" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772432897" }, "departure": { "time": "1772432903" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772432979" }, "departure": { "time": "1772433012" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772433126" }, "departure": { "time": "1772433157" }, "stopId": "VENDOME - ST MARC", "stopSequence": 4 }, { "arrival": { "time": "1772433172" }, "departure": { "time": "1772433196" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 5 }, { "arrival": { "time": "1772433251" }, "departure": { "time": "1772433258" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772433286" }, "departure": { "time": "1772433296" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 7 }, { "arrival": { "time": "1772433356" }, "departure": { "time": "1772433384" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772433413" }, "departure": { "time": "1772433437" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772433455" }, "departure": { "time": "1772433489" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 10 }, { "arrival": { "time": "1772433692" }, "departure": { "time": "1772433701" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 11 }, { "arrival": { "time": "1772433790" }, "stopId": "VENDOME - GARE TER", "stopSequence": 12 } ], "timestamp": "1772468008", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-02_0_1" }, "vehicle": { "id": "5f6d9a699fe0c8233a3636a0", "label": "606", "licensePlate": "FS264QN" } } }, { "id": "trip:TGV-02-05_5", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772442397" }, "departure": { "time": "1772443331" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1772443391" }, "departure": { "time": "1772443391" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1772443459" }, "departure": { "time": "1772443459" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1772443553" }, "departure": { "time": "1772443560" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1772443665" }, "departure": { "time": "1772443681" }, "stopId": "VENDOME - ST MARC", "stopSequence": 4 }, { "arrival": { "time": "1772443695" }, "departure": { "time": "1772443718" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 5 }, { "arrival": { "time": "1772443769" }, "departure": { "time": "1772443779" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1772443806" }, "departure": { "time": "1772443866" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 7 }, { "arrival": { "time": "1772443928" }, "departure": { "time": "1772443985" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772444012" }, "departure": { "time": "1772444053" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772444085" }, "departure": { "time": "1772444113" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 10 }, { "arrival": { "time": "1772444292" }, "departure": { "time": "1772444299" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 11 }, { "arrival": { "time": "1772444376" }, "stopId": "VENDOME - GARE TER", "stopSequence": 12 } ], "timestamp": "1772468006", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-05_5" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LH-01-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772435106" }, "departure": { "time": "1772435779" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 0 }, { "arrival": { "time": "1772435868" }, "departure": { "time": "1772435908" }, "stopId": "VENDOME - JEANNE D'ALBRET", "stopSequence": 1 }, { "arrival": { "time": "1772435947" }, "departure": { "time": "1772435968" }, "stopId": "VENDOME - ROI HENRI", "stopSequence": 2 }, { "arrival": { "time": "1772436026" }, "departure": { "time": "1772436040" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772436107" }, "departure": { "time": "1772436118" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772436169" }, "departure": { "time": "1772436205" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772436263" }, "departure": { "time": "1772436276" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772436296" }, "departure": { "time": "1772436312" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772436339" }, "departure": { "time": "1772436355" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772436396" }, "departure": { "time": "1772436402" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772436474" }, "departure": { "time": "1772436488" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772436634" }, "departure": { "time": "1772436657" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 11 }, { "arrival": { "time": "1772436792" }, "departure": { "time": "1772436831" }, "stopId": "VENDOME - FATON", "stopSequence": 12 }, { "arrival": { "time": "1772436924" }, "departure": { "time": "1772436941" }, "stopId": "VENDOME - AMPERE", "stopSequence": 13 }, { "arrival": { "time": "1772437001" }, "departure": { "time": "1772437036" }, "stopId": "VENDOME - HAMET", "stopSequence": 14 }, { "arrival": { "time": "1772437065" }, "departure": { "time": "1772437075" }, "stopId": "VENDOME - CHAUTARD", "stopSequence": 15 }, { "arrival": { "time": "1772437115" }, "departure": { "time": "1772437167" }, "stopId": "VENDOME - GARE TER", "stopSequence": 16 }, { "arrival": { "time": "1772437239" }, "departure": { "time": "1772437275" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 17 }, { "arrival": { "time": "1772437319" }, "departure": { "time": "1772437334" }, "stopId": "VENDOME - BRANLY", "stopSequence": 18 }, { "arrival": { "time": "1772437369" }, "departure": { "time": "1772437382" }, "stopId": "VENDOME - DANAN", "stopSequence": 19 }, { "arrival": { "time": "1772437458" }, "departure": { "time": "1772437491" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 20 }, { "arrival": { "time": "1772437596" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 21 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE H", "scheduleRelationship": "SCHEDULED", "tripId": "LH-01-02" }, "vehicle": { "id": "5f9ac9f0f4e5a247456a4a16", "label": "354", "licensePlate": "FT336SF" } } }, { "id": "trip:LA-02-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772429697" }, "departure": { "time": "1772429754" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 0 }, { "arrival": { "time": "1772429861" }, "departure": { "time": "1772429879" }, "stopId": "VENDOME - ST MARC", "stopSequence": 1 }, { "arrival": { "time": "1772429888" }, "departure": { "time": "1772429910" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 2 }, { "arrival": { "time": "1772429917" }, "departure": { "time": "1772429933" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 3 }, { "arrival": { "time": "1772430005" }, "departure": { "time": "1772430026" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 4 }, { "arrival": { "time": "1772430041" }, "departure": { "time": "1772430131" }, "stopId": "VENDOME - EUROPE", "stopSequence": 5 }, { "arrival": { "time": "1772430159" }, "departure": { "time": "1772430213" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 6 }, { "arrival": { "time": "1772430263" }, "departure": { "time": "1772430310" }, "stopId": "VENDOME - DANAN", "stopSequence": 7 }, { "arrival": { "time": "1772430340" }, "departure": { "time": "1772430353" }, "stopId": "VENDOME - BRANLY", "stopSequence": 8 }, { "arrival": { "time": "1772430445" }, "departure": { "time": "1772430454" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 9 }, { "arrival": { "time": "1772430497" }, "departure": { "time": "1772430538" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 }, { "arrival": { "time": "1772430641" }, "departure": { "time": "1772430746" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 11 }, { "arrival": { "time": "1772430778" }, "departure": { "time": "1772430801" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 12 }, { "arrival": { "time": "1772430831" }, "departure": { "time": "1772430843" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 13 }, { "arrival": { "time": "1772430873" }, "departure": { "time": "1772430880" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 14 }, { "arrival": { "time": "1772430886" }, "departure": { "time": "1772430939" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 15 }, { "arrival": { "time": "1772430973" }, "departure": { "time": "1772431050" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 16 }, { "arrival": { "time": "1772431094" }, "departure": { "time": "1772431099" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 17 }, { "arrival": { "time": "1772431171" }, "departure": { "time": "1772431200" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 18 }, { "arrival": { "time": "1772431263" }, "departure": { "time": "1772431272" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 19 }, { "arrival": { "time": "1772431339" }, "departure": { "time": "1772431339" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 20 }, { "arrival": { "time": "1772431446" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 21 } ], "timestamp": "1772468020", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-02-01" }, "vehicle": { "id": "5f6b207af07eca4ec325afdc", "label": "602", "licensePlate": "FS940QM" } } }, { "id": "trip:LH-02-02", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772466533" }, "departure": { "time": "1772467815" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 0 }, { "arrival": { "time": "1772467876" }, "departure": { "time": "1772467898" }, "stopId": "VENDOME - J. EMOND", "stopSequence": 1 }, { "arrival": { "time": "1772467991" }, "departure": { "time": "1772468004" }, "stopId": "VENDOME - DANAN", "stopSequence": 2 }, { "arrival": { "time": "1772468060" }, "departure": { "time": "1772468060" }, "stopId": "VENDOME - BRANLY", "stopSequence": 3 }, { "arrival": { "time": "1772468120" }, "departure": { "time": "1772468120" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 4 }, { "arrival": { "time": "1772468240" }, "departure": { "time": "1772468240" }, "stopId": "VENDOME - GARE TER", "stopSequence": 5 }, { "arrival": { "time": "1772468360" }, "departure": { "time": "1772468360" }, "stopId": "VENDOME - CHAUTARD", "stopSequence": 6 }, { "arrival": { "time": "1772468420" }, "departure": { "time": "1772468420" }, "stopId": "VENDOME - HAMET", "stopSequence": 7 }, { "arrival": { "time": "1772468480" }, "departure": { "time": "1772468480" }, "stopId": "VENDOME - AMPERE", "stopSequence": 8 }, { "arrival": { "time": "1772468540" }, "departure": { "time": "1772468540" }, "stopId": "VENDOME - FATON", "stopSequence": 9 }, { "arrival": { "time": "1772468720" }, "departure": { "time": "1772468720" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 10 }, { "arrival": { "time": "1772468900" }, "departure": { "time": "1772468900" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 11 }, { "arrival": { "time": "1772469020" }, "departure": { "time": "1772469020" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 12 }, { "arrival": { "time": "1772469140" }, "departure": { "time": "1772469140" }, "stopId": "VENDOME - JEANNE D'ALBRET", "stopSequence": 13 }, { "arrival": { "time": "1772469200" }, "departure": { "time": "1772469200" }, "stopId": "VENDOME - ROI HENRI", "stopSequence": 14 }, { "arrival": { "time": "1772469260" }, "departure": { "time": "1772469260" }, "stopId": "VENDOME - FAURE", "stopSequence": 15 }, { "arrival": { "time": "1772469320" }, "departure": { "time": "1772469320" }, "stopId": "VENDOME - DEBUSSY", "stopSequence": 16 }, { "arrival": { "time": "1772469380" }, "departure": { "time": "1772469380" }, "stopId": "VENDOME - BERLIOZ", "stopSequence": 17 } ], "timestamp": "1772468019", "trip": { "routeId": "LIGNE H", "scheduleRelationship": "SCHEDULED", "tripId": "LH-02-02" }, "vehicle": { "id": "5f9ac9f0f4e5a247456a4a16", "label": "354", "licensePlate": "FT336SF" } } }, { "id": "trip:LA-01-14", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772466339" }, "stopId": "VENDOME - ZI SUD", "stopSequence": 0 }, { "arrival": { "time": "1772468160" }, "departure": { "time": "1772468160" }, "stopId": "VENDOME - EIFFEL", "stopSequence": 1 }, { "arrival": { "time": "1772468220" }, "departure": { "time": "1772468220" }, "stopId": "VENDOME - ROUTE DE BLOIS", "stopSequence": 2 }, { "arrival": { "time": "1772468340" }, "departure": { "time": "1772468340" }, "stopId": "VENDOME - OFFENBACH", "stopSequence": 3 }, { "arrival": { "time": "1772468460" }, "departure": { "time": "1772468460" }, "stopId": "VENDOME - ST LUBIN", "stopSequence": 4 }, { "arrival": { "time": "1772468520" }, "departure": { "time": "1772468520" }, "stopId": "VENDOME - ST GEORGES", "stopSequence": 5 }, { "arrival": { "time": "1772468580" }, "departure": { "time": "1772468580" }, "stopId": "VENDOME - HOPITAL", "stopSequence": 6 }, { "arrival": { "time": "1772468640" }, "departure": { "time": "1772468640" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1772468700" }, "departure": { "time": "1772468700" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 8 }, { "arrival": { "time": "1772468760" }, "departure": { "time": "1772468760" }, "stopId": "VENDOME - GERARD YVON", "stopSequence": 9 }, { "arrival": { "time": "1772468820" }, "departure": { "time": "1772468820" }, "stopId": "VENDOME - ST VENANT", "stopSequence": 10 }, { "arrival": { "time": "1772469000" }, "departure": { "time": "1772469000" }, "stopId": "VENDOME - GARE TER", "stopSequence": 11 }, { "arrival": { "time": "1772469120" }, "departure": { "time": "1772469120" }, "stopId": "VENDOME - CIMETIERE NORD", "stopSequence": 12 }, { "arrival": { "time": "1772469180" }, "departure": { "time": "1772469180" }, "stopId": "VENDOME - BRANLY", "stopSequence": 13 }, { "arrival": { "time": "1772469240" }, "departure": { "time": "1772469240" }, "stopId": "VENDOME - DANAN", "stopSequence": 14 }, { "arrival": { "time": "1772469300" }, "departure": { "time": "1772469300" }, "stopId": "VENDOME - LYCEE RONSARD", "stopSequence": 15 }, { "arrival": { "time": "1772469360" }, "departure": { "time": "1772469360" }, "stopId": "VENDOME - EUROPE", "stopSequence": 16 }, { "arrival": { "time": "1772469420" }, "departure": { "time": "1772469420" }, "stopId": "VENDOME - JEAN MOULIN", "stopSequence": 17 }, { "arrival": { "time": "1772469480" }, "departure": { "time": "1772469480" }, "stopId": "VENDOME - JOUHAUX", "stopSequence": 18 }, { "arrival": { "time": "1772469540" }, "departure": { "time": "1772469540" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 19 }, { "arrival": { "time": "1772469600" }, "departure": { "time": "1772469600" }, "stopId": "VENDOME - ST MARC", "stopSequence": 20 }, { "arrival": { "time": "1772469720" }, "departure": { "time": "1772469720" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 21 }, { "arrival": { "time": "1772469840" }, "departure": { "time": "1772469840" }, "stopId": "VENDOME - MONS", "stopSequence": 22 }, { "arrival": { "time": "1772469900" }, "departure": { "time": "1772469900" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 23 }, { "arrival": { "time": "1772470020" }, "departure": { "time": "1772470020" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 24 } ], "timestamp": "1772468006", "trip": { "routeId": "LIGNE A", "scheduleRelationship": "SCHEDULED", "tripId": "LA-01-14" }, "vehicle": { "id": "5f6d9a4e9fe0c822fdf0088b", "label": "604", "licensePlate": "FS007QN" } } }, { "id": "trip:LB-01-05", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772465704" }, "departure": { "time": "1772465736" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772465847" }, "departure": { "time": "1772465862" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 1 }, { "arrival": { "time": "1772465875" }, "departure": { "time": "1772465941" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 2 }, { "arrival": { "time": "1772466016" }, "departure": { "time": "1772466027" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1772466070" }, "departure": { "time": "1772466086" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 4 }, { "arrival": { "time": "1772466181" }, "departure": { "time": "1772466193" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 5 }, { "arrival": { "time": "1772466317" }, "departure": { "time": "1772466540" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772466661" }, "departure": { "time": "1772466689" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 7 }, { "arrival": { "time": "1772466827" }, "departure": { "time": "1772466855" }, "stopId": "VENDOME - LIBERTE", "stopSequence": 8 }, { "arrival": { "time": "1772466987" }, "departure": { "time": "1772466995" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 9 }, { "arrival": { "time": "1772467100" }, "departure": { "time": "1772467100" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 10 }, { "arrival": { "time": "1772467164" }, "stopId": "AREINES - MAIRIE", "stopSequence": 11 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-01-05" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "id": "trip:LB-02-01", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772434772" }, "departure": { "time": "1772434810" }, "stopId": "AREINES - MAIRIE", "stopSequence": 0 }, { "arrival": { "time": "1772434871" }, "departure": { "time": "1772434879" }, "stopId": "AREINES - AMPHITHEATRE", "stopSequence": 1 }, { "arrival": { "time": "1772435045" }, "departure": { "time": "1772435063" }, "stopId": "VENDOME - ROBERT LASNEAU", "stopSequence": 2 }, { "arrival": { "time": "1772435100" }, "departure": { "time": "1772435121" }, "stopId": "VENDOME - ST BIENHEURE", "stopSequence": 3 }, { "arrival": { "time": "1772435220" }, "departure": { "time": "1772435270" }, "stopId": "VENDOME - ANTOINE DE BOURBON", "stopSequence": 4 }, { "arrival": { "time": "1772435403" }, "departure": { "time": "1772435408" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 5 }, { "arrival": { "time": "1772435521" }, "departure": { "time": "1772435879" }, "stopId": "VENDOME - GARE TER", "stopSequence": 6 }, { "arrival": { "time": "1772435976" }, "departure": { "time": "1772435984" }, "stopId": "ST OUEN - CHEVAL BLANC", "stopSequence": 7 }, { "arrival": { "time": "1772436077" }, "departure": { "time": "1772436095" }, "stopId": "ST OUEN - JULES VALLES", "stopSequence": 8 }, { "arrival": { "time": "1772436138" }, "departure": { "time": "1772436155" }, "stopId": "ST OUEN - LOUISE MICHEL", "stopSequence": 9 }, { "arrival": { "time": "1772436213" }, "departure": { "time": "1772436285" }, "stopId": "ST OUEN - MAIRIE", "stopSequence": 10 }, { "arrival": { "time": "1772436296" }, "departure": { "time": "1772436308" }, "stopId": "SAINT OUEN - CONDORCET", "stopSequence": 11 }, { "arrival": { "time": "1772436425" }, "departure": { "time": "1772436730" }, "stopId": "MESLAY - MAIRIE", "stopSequence": 12 } ], "timestamp": "1772468022", "trip": { "routeId": "LIGNE B", "scheduleRelationship": "SCHEDULED", "tripId": "LB-02-01" }, "vehicle": { "id": "62babc77f4336585d60d0e29", "label": "607", "licensePlate": "AM917JR" } } }, { "alert": { "activePeriod": [ { "end": "1773100740", "start": "1771372800" } ], "cause": "OTHER_CAUSE", "descriptionText": { "translation": [ { "text": "Une nouvelle fiche horaire est mise en place à compter du lundi 02 mars.\n\nSur le service de 13:02 au départ de la Mairie de Montoire pour Vendôme, 3 nouveaux arrêts seront desservis :\n\narrêt VILLIERS-Avenue Colin à 13:23\narrêt VILLIERS-La Poste à 13:25\narrêt VILLIERS-Groupe scolaire à 13:26\n\nVeuillez cliquer ICI pour consulter la fiche horaire." } ] }, "effect": "ADDITIONAL_SERVICE", "headerText": { "translation": [ { "text": "Nouvelle fiche horaire à compter du lundi 02 mars" } ] }, "informedEntity": [ { "routeId": "LIGNE M" } ] }, "id": "alert:699595b20b617235093dc8f6" }, { "alert": { "activePeriod": [ { "end": "1775174340", "start": "1772150400" } ], "cause": "OTHER_CAUSE", "descriptionText": { "translation": [ { "text": "Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés :\n\nle service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février)\nle service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars)\nle service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril)\n\nVeuillez cliquer ICI pour visualiser la nouvelle fiche horaire." } ] }, "effect": "MODIFIED_SERVICE", "headerText": { "translation": [ { "text": "NOUVELLE FICHE HORAIRE à partir du 02 mars" } ] }, "informedEntity": [ { "routeId": "NAVETTE TGV" } ] }, "id": "alert:699f0802ff36229af5c0c089" } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1772468024" } }