Détails de la ressource
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
En savoir plus
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
❌28 erreurs, 9 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 18/02/2026 à 08h05 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 2 erreurs
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id TGV-01-02_0_0 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id TGV-02-02_0 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt stop_id does not exist in GTFS data E011 9 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id TGV-01-02_0_0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-01_1 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-03_3 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-02-02_0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-04_3 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
stop_time_update departure time is before arrival time E025 1 erreur
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 TGV-02-03_3 stop_sequence 5 departure_time 08:02:29 (1771398149) is less than the same stop arrival_time 08:03:42 (1771398222) - departure time must be equal to or greater than arrival time
stop_time_update doesn't have arrival or departure E043 9 erreurs
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Exemples d'erreurs
- trip_id TGV-01-02_0_0 stop_sequence 2 doesn't have arrival or departure
- trip_id TGV-01-01_1 stop_sequence 5 doesn't have arrival or departure
- trip_id TGV-01-01_1 stop_sequence 6 doesn't have arrival or departure
- trip_id TGV-01-03_3 stop_sequence 5 doesn't have arrival or departure
- trip_id TGV-01-03_3 stop_sequence 6 doesn't have arrival or departure
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 7 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-01-01_1 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id TGV-01-03_3 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id TGV-01-04_3 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id TGV-02-01_2 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 TGV-02-03_3 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
Avertissements
ID in one feed missing from the other W003 9 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 TGV-01-01_1 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-01-02_0_3 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-02-02_0_2 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-03_3 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-01-03_0_2 is in TripUpdates but not in VehiclePositions feed
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 | 464 | 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 | 459 | 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 | 264 | 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. | 94 | 24 fois (83 % 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 | 40 | 10 fois (34 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 27 | 7 fois (24 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 41 | 6 fois (21 % 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. | 7 | 6 fois (21 % 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. | 2 | 2 fois (7 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 18/02/2026 à 18h46 Europe/Paris.
trip_updates (39) vehicle_positions (5) service_alerts (3)Entités présentes dans ce flux lors des 7 derniers jours.
service_alerts trip_updates vehicle_positionsService alerts (infos trafic)
Voici un aperçu des informations de trafic présentes dans ce flux le 18/02/2026 à 18h46 Europe/Paris.
NAVETTE TGV - Modification service à compter du 16 février 2026 Service modifié
À compter du 16 FÉVRIER 2026, le service de 17h02 au départ de la Gare TER est avancé à 16H57. Vous trouverez ICI la nouvelle fiche horaire.
Du 06/02/2026 à 01h00 Europe/Paris au 16/03/2026 à 00h59 Europe/Paris
Modifications de services dues aux conditions climatiques Déviation
En raison des conditions climatiques actuelles, une déviation est mise en place pour la NAVETTE TGV dès cet après-midi, lundi 16 février, et ce jusqu'à nouvel ordre : l'arrêt CROIX BLANCHE est transféré à l'arrêt KENNEDY l'arrêt ZI NORD est transféré à l'arrêt JOUHAUX
Du 16/02/2026 à 01h00 Europe/Paris au 21/02/2026 à 00h59 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
Flux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 18/02/2026 à 18h46 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "vehicle:5f6d9a5d9fe0c82317175d1f",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.801719665527344,
"longitude": 1.0687671899795532
},
"stopId": "VENDOME - GARE TER",
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-13_2"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "vehicle:5f6b207af07eca4ec325afdc",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.82211685180664,
"longitude": 1.0215725898742676
},
"stopId": "VENDOME - GARE TGV",
"timestamp": "1771436769",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-12_3"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "vehicle:62c5a41bd5f098dd792fcb19",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 5,
"position": {
"latitude": 47.792388916015625,
"longitude": 0.8968371748924255
},
"stopId": "LUNAY - LA BARRE",
"timestamp": "1771436761",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-08_0_2"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "vehicle:5f6d9a699fe0c8233a3636a0",
"vehicle": {
"currentStopSequence": 1,
"position": {
"latitude": 47.803558349609375,
"longitude": 1.035468339920044
},
"stopId": "VENDOME - ST MARC",
"timestamp": "1771436738",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-14_0_2"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "vehicle:5f6b208cf07eca4f072db425",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 2,
"position": {
"latitude": 47.78007125854492,
"longitude": 1.0753133296966553
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-16_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-01-08_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771412277"
},
"departure": {
"time": "1771412845"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771412920"
},
"departure": {
"time": "1771412929"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771412967"
},
"departure": {
"time": "1771412975"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771413030"
},
"departure": {
"time": "1771413067"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771413136"
},
"departure": {
"time": "1771413149"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771413206"
},
"departure": {
"time": "1771413239"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771413269"
},
"departure": {
"time": "1771413311"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771413329"
},
"departure": {
"time": "1771413357"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771413385"
},
"departure": {
"time": "1771413391"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771413419"
},
"departure": {
"time": "1771413430"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771413467"
},
"departure": {
"time": "1771413494"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771413581"
},
"departure": {
"time": "1771413657"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771413714"
},
"departure": {
"time": "1771413725"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771413762"
},
"departure": {
"time": "1771413787"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771413816"
},
"departure": {
"time": "1771413847"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771413890"
},
"departure": {
"time": "1771413929"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771413952"
},
"departure": {
"time": "1771413960"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771413973"
},
"departure": {
"time": "1771413984"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771414048"
},
"departure": {
"time": "1771414058"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771414070"
},
"departure": {
"time": "1771414093"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771414111"
},
"departure": {
"time": "1771414142"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771414247"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-08_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-02-14_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771435792"
},
"departure": {
"time": "1771436738"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771436850"
},
"departure": {
"time": "1771436850"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771436910"
},
"departure": {
"time": "1771436910"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771436970"
},
"departure": {
"time": "1771436970"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771437030"
},
"departure": {
"time": "1771437030"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771437150"
},
"departure": {
"time": "1771437150"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771437210"
},
"departure": {
"time": "1771437210"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771437270"
},
"departure": {
"time": "1771437270"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771437330"
},
"departure": {
"time": "1771437330"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771437390"
},
"departure": {
"time": "1771437390"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771437510"
},
"departure": {
"time": "1771437510"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771437630"
},
"departure": {
"time": "1771437630"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771437690"
},
"departure": {
"time": "1771437690"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771437750"
},
"departure": {
"time": "1771437750"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771437810"
},
"departure": {
"time": "1771437810"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771437870"
},
"departure": {
"time": "1771437870"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771437930"
},
"departure": {
"time": "1771437930"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771437990"
},
"departure": {
"time": "1771437990"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771438110"
},
"departure": {
"time": "1771438110"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771438230"
},
"departure": {
"time": "1771438230"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771438290"
},
"departure": {
"time": "1771438290"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771438350"
},
"departure": {
"time": "1771438350"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-14_0_2"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-07_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771410145"
},
"departure": {
"time": "1771410763"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771410860"
},
"departure": {
"time": "1771410907"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771410921"
},
"departure": {
"time": "1771410964"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771410975"
},
"departure": {
"time": "1771410994"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771411057"
},
"departure": {
"time": "1771411064"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771411084"
},
"departure": {
"time": "1771411096"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771411117"
},
"departure": {
"time": "1771411148"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771411197"
},
"departure": {
"time": "1771411244"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771411273"
},
"departure": {
"time": "1771411284"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771411352"
},
"departure": {
"time": "1771411359"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771411404"
},
"departure": {
"time": "1771411442"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771411552"
},
"departure": {
"time": "1771411616"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771411677"
},
"departure": {
"time": "1771411700"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771411737"
},
"departure": {
"time": "1771411748"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771411773"
},
"departure": {
"time": "1771411789"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771411795"
},
"departure": {
"time": "1771411830"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771411885"
},
"departure": {
"time": "1771411916"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771411954"
},
"departure": {
"time": "1771411967"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771412027"
},
"departure": {
"time": "1771412046"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771412101"
},
"departure": {
"time": "1771412106"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771412161"
},
"departure": {
"time": "1771412166"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771412246"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-07_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-02-09_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771418606"
},
"departure": {
"time": "1771419058"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771419165"
},
"departure": {
"time": "1771419202"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771419214"
},
"departure": {
"time": "1771419231"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771419246"
},
"departure": {
"time": "1771419292"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771419366"
},
"departure": {
"time": "1771419389"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771419406"
},
"departure": {
"time": "1771419422"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771419446"
},
"departure": {
"time": "1771419483"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771419537"
},
"departure": {
"time": "1771419609"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771419638"
},
"departure": {
"time": "1771419649"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771419719"
},
"departure": {
"time": "1771419727"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771419777"
},
"departure": {
"time": "1771419812"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771419891"
},
"departure": {
"time": "1771419937"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771419976"
},
"departure": {
"time": "1771420000"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771420033"
},
"departure": {
"time": "1771420057"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771420078"
},
"departure": {
"time": "1771420107"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771420121"
},
"departure": {
"time": "1771420156"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771420189"
},
"departure": {
"time": "1771420211"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771420248"
},
"departure": {
"time": "1771420257"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771420314"
},
"departure": {
"time": "1771420355"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771420405"
},
"departure": {
"time": "1771420410"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771420464"
},
"departure": {
"time": "1771420470"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771420539"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-09_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-01-16_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771436525"
},
"departure": {
"time": "1771436598"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771436670"
},
"departure": {
"time": "1771436670"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771436670"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771436850"
},
"departure": {
"time": "1771436850"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771436970"
},
"departure": {
"time": "1771436970"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771437030"
},
"departure": {
"time": "1771437030"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771437090"
},
"departure": {
"time": "1771437090"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771437150"
},
"departure": {
"time": "1771437150"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771437210"
},
"departure": {
"time": "1771437210"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771437270"
},
"departure": {
"time": "1771437270"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771437330"
},
"departure": {
"time": "1771437330"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771437510"
},
"departure": {
"time": "1771437510"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771437630"
},
"departure": {
"time": "1771437630"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771437690"
},
"departure": {
"time": "1771437690"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771437750"
},
"departure": {
"time": "1771437750"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771437810"
},
"departure": {
"time": "1771437810"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771437870"
},
"departure": {
"time": "1771437870"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771437930"
},
"departure": {
"time": "1771437930"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771437990"
},
"departure": {
"time": "1771437990"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771438050"
},
"departure": {
"time": "1771438050"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771438110"
},
"departure": {
"time": "1771438110"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771438230"
},
"departure": {
"time": "1771438230"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-16_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-01-15_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771433297"
},
"departure": {
"time": "1771433420"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771433478"
},
"departure": {
"time": "1771433502"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771433558"
},
"departure": {
"time": "1771433573"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771433620"
},
"departure": {
"time": "1771433620"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771433690"
},
"departure": {
"time": "1771433708"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771433747"
},
"departure": {
"time": "1771433775"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771433819"
},
"departure": {
"time": "1771433826"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771433863"
},
"departure": {
"time": "1771433877"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771433890"
},
"departure": {
"time": "1771433890"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771433979"
},
"departure": {
"time": "1771434013"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771434099"
},
"departure": {
"time": "1771434128"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771434228"
},
"departure": {
"time": "1771434277"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771434285"
},
"departure": {
"time": "1771434285"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771434285"
},
"departure": {
"time": "1771434442"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771434465"
},
"departure": {
"time": "1771434465"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771434552"
},
"departure": {
"time": "1771434552"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771434606"
},
"departure": {
"time": "1771434606"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771434606"
},
"departure": {
"time": "1771434606"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771434606"
},
"departure": {
"time": "1771434606"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771434741"
},
"departure": {
"time": "1771434757"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771434772"
},
"departure": {
"time": "1771434796"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771434880"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-15_0_2"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-04_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771400236"
},
"departure": {
"time": "1771400736"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771400848"
},
"departure": {
"time": "1771400878"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771400895"
},
"departure": {
"time": "1771400909"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771400925"
},
"departure": {
"time": "1771400941"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771401031"
},
"departure": {
"time": "1771401049"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771401067"
},
"departure": {
"time": "1771401132"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771401157"
},
"departure": {
"time": "1771401188"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771401238"
},
"departure": {
"time": "1771401275"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771401308"
},
"departure": {
"time": "1771401320"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771401355"
},
"departure": {
"time": "1771401370"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771401419"
},
"departure": {
"time": "1771401494"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771401583"
},
"departure": {
"time": "1771401605"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771401649"
},
"departure": {
"time": "1771401664"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771401701"
},
"departure": {
"time": "1771401709"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771401741"
},
"departure": {
"time": "1771401786"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771401801"
},
"departure": {
"time": "1771401855"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771401917"
},
"departure": {
"time": "1771401947"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771401995"
},
"departure": {
"time": "1771402000"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771402071"
},
"departure": {
"time": "1771402097"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771402162"
},
"departure": {
"time": "1771402173"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771402228"
},
"departure": {
"time": "1771402228"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771402332"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-04_0_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-02-06_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771414730"
},
"departure": {
"time": "1771415676"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771415764"
},
"departure": {
"time": "1771415778"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771415864"
},
"departure": {
"time": "1771415874"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771415964"
},
"departure": {
"time": "1771415971"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771416311"
},
"departure": {
"time": "1771416321"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771416356"
},
"departure": {
"time": "1771416370"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771416397"
},
"departure": {
"time": "1771416428"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771416606"
},
"departure": {
"time": "1771416615"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771416719"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-06_4"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LA-01-04_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771398008"
},
"departure": {
"time": "1771398635"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771398716"
},
"departure": {
"time": "1771398721"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771398761"
},
"departure": {
"time": "1771398797"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771398851"
},
"departure": {
"time": "1771398882"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771398946"
},
"departure": {
"time": "1771398975"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771399024"
},
"departure": {
"time": "1771399050"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771399094"
},
"departure": {
"time": "1771399105"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771399123"
},
"departure": {
"time": "1771399155"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771399176"
},
"departure": {
"time": "1771399209"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771399255"
},
"departure": {
"time": "1771399277"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771399331"
},
"departure": {
"time": "1771399379"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771399483"
},
"departure": {
"time": "1771399510"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771399573"
},
"departure": {
"time": "1771399635"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771399680"
},
"departure": {
"time": "1771399713"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771399745"
},
"departure": {
"time": "1771399756"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771399824"
},
"departure": {
"time": "1771399848"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771399872"
},
"departure": {
"time": "1771399883"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771399900"
},
"departure": {
"time": "1771399913"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771399994"
},
"departure": {
"time": "1771400004"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771400018"
},
"departure": {
"time": "1771400047"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771400062"
},
"departure": {
"time": "1771400083"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771400206"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-04_0_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-01-13_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771436655"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771437060"
},
"departure": {
"time": "1771437060"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771437120"
},
"departure": {
"time": "1771437120"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771437180"
},
"departure": {
"time": "1771437180"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771437240"
},
"departure": {
"time": "1771437240"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1771437360"
},
"departure": {
"time": "1771437360"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771437420"
},
"departure": {
"time": "1771437420"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771437480"
},
"departure": {
"time": "1771437480"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771437540"
},
"departure": {
"time": "1771437540"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771437660"
},
"departure": {
"time": "1771437660"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771437780"
},
"departure": {
"time": "1771437780"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771437840"
},
"departure": {
"time": "1771437840"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771437960"
},
"departure": {
"time": "1771437960"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-13_2"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:TGV-01-07_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771414721"
},
"departure": {
"time": "1771415452"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771415616"
},
"departure": {
"time": "1771415639"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771415697"
},
"departure": {
"time": "1771415707"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771415744"
},
"departure": {
"time": "1771415757"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771415792"
},
"departure": {
"time": "1771415822"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771416140"
},
"departure": {
"time": "1771416152"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1771416240"
},
"departure": {
"time": "1771416248"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1771416297"
},
"departure": {
"time": "1771416306"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1771416407"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-07_3"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LM-02-08_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771434461"
},
"departure": {
"time": "1771434918"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 0
},
{
"arrival": {
"time": "1771435185"
},
"departure": {
"time": "1771435197"
},
"stopId": "VENDOME - LYCEE RONSARD LIGNE",
"stopSequence": 1
},
{
"arrival": {
"time": "1771435977"
},
"departure": {
"time": "1771435991"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 2
},
{
"arrival": {
"time": "1771436110"
},
"departure": {
"time": "1771436136"
},
"stopId": "LUNAY - CLOUSEAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771436413"
},
"departure": {
"time": "1771436538"
},
"stopId": "LUNAY - BOURG",
"stopSequence": 4
},
{
"arrival": {
"time": "1771436731"
},
"departure": {
"time": "1771436770"
},
"stopId": "LUNAY - LA BARRE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771436890"
},
"departure": {
"time": "1771436890"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 6
},
{
"arrival": {
"time": "1771436950"
},
"departure": {
"time": "1771436950"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771437130"
},
"departure": {
"time": "1771437130"
},
"stopId": "MONTOIRE - GENDARMERIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771437250"
},
"departure": {
"time": "1771437250"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771437790"
},
"departure": {
"time": "1771437790"
},
"stopId": "MONTOIRE - ST QUENTIN LES TROO",
"stopSequence": 10
},
{
"arrival": {
"time": "1771437970"
},
"departure": {
"time": "1771437970"
},
"stopId": "TROO - LA CROIX VERTE",
"stopSequence": 11
},
{
"arrival": {
"time": "1771438030"
},
"departure": {
"time": "1771438030"
},
"stopId": "TROO - PLACE DE LA LIBERATION",
"stopSequence": 12
},
{
"arrival": {
"time": "1771438150"
},
"departure": {
"time": "1771438150"
},
"stopId": "TROO - CHENILLE",
"stopSequence": 13
},
{
"arrival": {
"time": "1771438450"
},
"departure": {
"time": "1771438450"
},
"stopId": "SOUGE - EGLISE",
"stopSequence": 14
},
{
"arrival": {
"time": "1771438630"
},
"departure": {
"time": "1771438630"
},
"stopId": "SOUGE - PONT DE BRAYE",
"stopSequence": 15
},
{
"arrival": {
"time": "1771438930"
},
"departure": {
"time": "1771438930"
},
"stopId": "COUTURE - EGLISE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771439290"
},
"departure": {
"time": "1771439290"
},
"stopId": "ARTINS - PLACE DES ANCIENS COMBATTANTS",
"stopSequence": 17
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-08_0_2"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:TGV-01-11_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771433012"
},
"departure": {
"time": "1771433407"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771433549"
},
"departure": {
"time": "1771433592"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771433633"
},
"departure": {
"time": "1771433651"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771433674"
},
"departure": {
"time": "1771433674"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771433714"
},
"departure": {
"time": "1771433719"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771433848"
},
"departure": {
"time": "1771433922"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771433922"
},
"departure": {
"time": "1771433965"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771434129"
},
"departure": {
"time": "1771434139"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771434218"
},
"departure": {
"time": "1771434224"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771434270"
},
"departure": {
"time": "1771434275"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771434351"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-11_4"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:TGV-02-09_5",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771431600"
},
"departure": {
"time": "1771432585"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771432756"
},
"departure": {
"time": "1771432756"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771432836"
},
"departure": {
"time": "1771432836"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771432921"
},
"departure": {
"time": "1771432921"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771433241"
},
"departure": {
"time": "1771433298"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771433332"
},
"departure": {
"time": "1771433353"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771433353"
},
"departure": {
"time": "1771433353"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771433702"
},
"departure": {
"time": "1771433702"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771433800"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-09_5"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LA-01-09_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771416502"
},
"departure": {
"time": "1771417011"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771417097"
},
"departure": {
"time": "1771417103"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771417171"
},
"departure": {
"time": "1771417179"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771417227"
},
"departure": {
"time": "1771417281"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771417339"
},
"departure": {
"time": "1771417369"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771417415"
},
"departure": {
"time": "1771417464"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771417503"
},
"departure": {
"time": "1771417512"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771417593"
},
"departure": {
"time": "1771417602"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771417630"
},
"departure": {
"time": "1771417652"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771417679"
},
"departure": {
"time": "1771417690"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771417746"
},
"departure": {
"time": "1771417775"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771417854"
},
"departure": {
"time": "1771417872"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771417994"
},
"departure": {
"time": "1771418018"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771418058"
},
"departure": {
"time": "1771418083"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771418113"
},
"departure": {
"time": "1771418159"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771418220"
},
"departure": {
"time": "1771418245"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771418272"
},
"departure": {
"time": "1771418280"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771418292"
},
"departure": {
"time": "1771418304"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771418369"
},
"departure": {
"time": "1771418400"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771418406"
},
"departure": {
"time": "1771418421"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771418426"
},
"departure": {
"time": "1771418463"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771418572"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-09_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-01-07_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771408594"
},
"departure": {
"time": "1771408626"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771408708"
},
"departure": {
"time": "1771408714"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771408753"
},
"departure": {
"time": "1771408763"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771408812"
},
"departure": {
"time": "1771408877"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771408939"
},
"departure": {
"time": "1771408953"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771409004"
},
"departure": {
"time": "1771409034"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771409069"
},
"departure": {
"time": "1771409107"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771409127"
},
"departure": {
"time": "1771409139"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771409160"
},
"departure": {
"time": "1771409180"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771409210"
},
"departure": {
"time": "1771409221"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771409285"
},
"departure": {
"time": "1771409315"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771409384"
},
"departure": {
"time": "1771409443"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771409505"
},
"departure": {
"time": "1771409533"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771409568"
},
"departure": {
"time": "1771409598"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771409626"
},
"departure": {
"time": "1771409654"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771409735"
},
"departure": {
"time": "1771409788"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771409808"
},
"departure": {
"time": "1771409818"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771409834"
},
"departure": {
"time": "1771409867"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771409935"
},
"departure": {
"time": "1771409944"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771409950"
},
"departure": {
"time": "1771409960"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771409980"
},
"departure": {
"time": "1771410032"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771410330"
},
"departure": {
"time": "1771410330"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-07_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:LA-02-06_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771408731"
},
"departure": {
"time": "1771408759"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771406591"
},
"departure": {
"time": "1771406470"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771408628"
},
"departure": {
"time": "1771406530"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771406741"
},
"departure": {
"time": "1771406590"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771406844"
},
"departure": {
"time": "1771406650"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771406880"
},
"departure": {
"time": "1771406770"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771406920"
},
"departure": {
"time": "1771406830"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771406996"
},
"departure": {
"time": "1771406890"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771407082"
},
"departure": {
"time": "1771406950"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771407164"
},
"departure": {
"time": "1771407010"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771407230"
},
"departure": {
"time": "1771407130"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771408429"
},
"departure": {
"time": "1771407250"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771408500"
},
"departure": {
"time": "1771407310"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771407527"
},
"departure": {
"time": "1771407370"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771407647"
},
"departure": {
"time": "1771407430"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771407675"
},
"departure": {
"time": "1771407490"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771407743"
},
"departure": {
"time": "1771407550"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771407825"
},
"departure": {
"time": "1771407610"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771407901"
},
"departure": {
"time": "1771407730"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771407992"
},
"departure": {
"time": "1771407850"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771408050"
},
"departure": {
"time": "1771407910"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771408122"
},
"departure": {
"time": "1771407970"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-06_0_2"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LM-01-01_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771391895"
},
"departure": {
"time": "1771392054"
},
"stopId": "ARTINS - PLACE DES ANCIENS COMBATTANTS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771392355"
},
"departure": {
"time": "1771392403"
},
"stopId": "COUTURE - EGLISE",
"stopSequence": 1
},
{
"arrival": {
"time": "1771392700"
},
"departure": {
"time": "1771392728"
},
"stopId": "SOUGE - PONT DE BRAYE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771392887"
},
"departure": {
"time": "1771392925"
},
"stopId": "SOUGE - EGLISE",
"stopSequence": 3
},
{
"arrival": {
"time": "1771393168"
},
"departure": {
"time": "1771393173"
},
"stopId": "TROO - CHENILLE",
"stopSequence": 4
},
{
"arrival": {
"time": "1771393265"
},
"departure": {
"time": "1771393324"
},
"stopId": "TROO - PLACE DE LA LIBERATION",
"stopSequence": 5
},
{
"stopId": "TROO - LA CROIX VERTE",
"stopSequence": 6
},
{
"stopId": "MONTOIRE - ST QUENTIN LES TROO",
"stopSequence": 7
},
{
"arrival": {
"time": "1771393923"
},
"departure": {
"time": "1771394055"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771394246"
},
"departure": {
"time": "1771394308"
},
"stopId": "MONTOIRE - GENDARMERIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771394524"
},
"departure": {
"time": "1771394534"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771394586"
},
"departure": {
"time": "1771394596"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 11
},
{
"arrival": {
"time": "1771394837"
},
"departure": {
"time": "1771394846"
},
"stopId": "LUNAY - PRAZERIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1771394979"
},
"departure": {
"time": "1771394989"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 13
},
{
"arrival": {
"time": "1771395891"
},
"departure": {
"time": "1771395850"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 14
},
{
"arrival": {
"time": "1771396150"
},
"departure": {
"time": "1771396150"
},
"stopId": "VENDOME - LYCEE RONSARD LIGNE",
"stopSequence": 15
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-01-01_0_2"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LA-02-08_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771414285"
},
"departure": {
"time": "1771414918"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771415025"
},
"departure": {
"time": "1771415078"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771415092"
},
"departure": {
"time": "1771415115"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771415123"
},
"departure": {
"time": "1771415142"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771415233"
},
"departure": {
"time": "1771415265"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771415281"
},
"departure": {
"time": "1771415294"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771415316"
},
"departure": {
"time": "1771415363"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771415405"
},
"departure": {
"time": "1771415434"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771415464"
},
"departure": {
"time": "1771415473"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771415521"
},
"departure": {
"time": "1771415555"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771415597"
},
"departure": {
"time": "1771415624"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771415750"
},
"departure": {
"time": "1771415796"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771415850"
},
"departure": {
"time": "1771415861"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771415895"
},
"departure": {
"time": "1771415915"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771415947"
},
"departure": {
"time": "1771415956"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771415969"
},
"departure": {
"time": "1771416065"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771416090"
},
"departure": {
"time": "1771416141"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771416173"
},
"departure": {
"time": "1771416179"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771416247"
},
"departure": {
"time": "1771416281"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771416334"
},
"departure": {
"time": "1771416344"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771416398"
},
"departure": {
"time": "1771416398"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771416474"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-08_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:TGV-01-04_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771397061"
},
"departure": {
"time": "1771397454"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771397616"
},
"departure": {
"time": "1771397632"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771397686"
},
"departure": {
"time": "1771397707"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771397739"
},
"departure": {
"time": "1771397751"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771397783"
},
"departure": {
"time": "1771397814"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1771397880"
},
"departure": {
"time": "1771397897"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771397927"
},
"departure": {
"time": "1771397938"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771398066"
},
"departure": {
"time": "1771398073"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1771398164"
},
"departure": {
"time": "1771398188"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1771398241"
},
"departure": {
"time": "1771398268"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1771398376"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-04_3"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-02-07_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771416679"
},
"departure": {
"time": "1771418962"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771419042"
},
"departure": {
"time": "1771419053"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771419131"
},
"departure": {
"time": "1771419140"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771419224"
},
"departure": {
"time": "1771419257"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771419537"
},
"departure": {
"time": "1771419575"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771419606"
},
"departure": {
"time": "1771419652"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771419675"
},
"departure": {
"time": "1771419708"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771419898"
},
"departure": {
"time": "1771419908"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771419978"
},
"departure": {
"time": "1771418640"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-07_0"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LA-02-02_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771396185"
},
"departure": {
"time": "1771396218"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771396327"
},
"departure": {
"time": "1771396339"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771396358"
},
"departure": {
"time": "1771396374"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771396387"
},
"departure": {
"time": "1771396398"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771396474"
},
"departure": {
"time": "1771396495"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771396511"
},
"departure": {
"time": "1771396571"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771396601"
},
"departure": {
"time": "1771396638"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771396713"
},
"departure": {
"time": "1771396749"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771396781"
},
"departure": {
"time": "1771396789"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771396828"
},
"departure": {
"time": "1771396843"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771396884"
},
"departure": {
"time": "1771396941"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771397078"
},
"departure": {
"time": "1771397116"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771397180"
},
"departure": {
"time": "1771397216"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771397255"
},
"departure": {
"time": "1771397284"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771397331"
},
"departure": {
"time": "1771397343"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771397361"
},
"departure": {
"time": "1771397394"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771397432"
},
"departure": {
"time": "1771397470"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771397527"
},
"departure": {
"time": "1771397540"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771397617"
},
"departure": {
"time": "1771397650"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771397710"
},
"departure": {
"time": "1771397737"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771397809"
},
"departure": {
"time": "1771397809"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771397921"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-02_0_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LA-01-10_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771420560"
},
"departure": {
"time": "1771420946"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771421026"
},
"departure": {
"time": "1771421026"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771421069"
},
"departure": {
"time": "1771421075"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771421123"
},
"departure": {
"time": "1771421148"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771421240"
},
"departure": {
"time": "1771421258"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771421307"
},
"departure": {
"time": "1771421354"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771421386"
},
"departure": {
"time": "1771421415"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771421437"
},
"departure": {
"time": "1771421458"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771421497"
},
"departure": {
"time": "1771421527"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771421552"
},
"departure": {
"time": "1771421578"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771421620"
},
"departure": {
"time": "1771421646"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771432938"
},
"departure": {
"time": "1771432984"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771421834"
},
"departure": {
"time": "1771422030"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771421913"
},
"departure": {
"time": "1771422090"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771421965"
},
"departure": {
"time": "1771422150"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771422062"
},
"departure": {
"time": "1771422210"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771422127"
},
"departure": {
"time": "1771422270"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771422171"
},
"departure": {
"time": "1771422330"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771432808"
},
"departure": {
"time": "1771422390"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771432736"
},
"departure": {
"time": "1771422450"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771422312"
},
"departure": {
"time": "1771422510"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771422469"
},
"departure": {
"time": "1771422630"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-10_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:TGV-01-06_0_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771413282"
},
"departure": {
"time": "1771413563"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771413682"
},
"departure": {
"time": "1771413724"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771413774"
},
"departure": {
"time": "1771413848"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771413872"
},
"departure": {
"time": "1771413924"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771413960"
},
"departure": {
"time": "1771413968"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771414111"
},
"departure": {
"time": "1771414185"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771414204"
},
"departure": {
"time": "1771414246"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771414390"
},
"departure": {
"time": "1771414397"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771414485"
},
"departure": {
"time": "1771414493"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771414542"
},
"departure": {
"time": "1771414542"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771414648"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-06_0_4"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:TGV-02-04_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771398621"
},
"departure": {
"time": "1771399221"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771399297"
},
"departure": {
"time": "1771399306"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771399380"
},
"departure": {
"time": "1771399391"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771399463"
},
"departure": {
"time": "1771399473"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771399595"
},
"departure": {
"time": "1771399618"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1771399637"
},
"departure": {
"time": "1771399670"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771399736"
},
"departure": {
"time": "1771399747"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771399781"
},
"departure": {
"time": "1771399794"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771399852"
},
"departure": {
"time": "1771399873"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771399904"
},
"departure": {
"time": "1771399936"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771399966"
},
"departure": {
"time": "1771399975"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1771400215"
},
"departure": {
"time": "1771400228"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1771400308"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-04_4"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-01_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771392757"
},
"departure": {
"time": "1771392938"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771393051"
},
"departure": {
"time": "1771393067"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771393089"
},
"departure": {
"time": "1771393107"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771393118"
},
"departure": {
"time": "1771393133"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771393209"
},
"departure": {
"time": "1771393307"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771393330"
},
"departure": {
"time": "1771393339"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771393371"
},
"departure": {
"time": "1771393385"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771393440"
},
"departure": {
"time": "1771393481"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771393512"
},
"departure": {
"time": "1771393529"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771393597"
},
"departure": {
"time": "1771393614"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771393667"
},
"departure": {
"time": "1771393714"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771393853"
},
"departure": {
"time": "1771393906"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771393967"
},
"departure": {
"time": "1771393996"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771394035"
},
"departure": {
"time": "1771394042"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771394070"
},
"departure": {
"time": "1771394085"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771394099"
},
"departure": {
"time": "1771394117"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771394180"
},
"departure": {
"time": "1771394217"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771394270"
},
"departure": {
"time": "1771394297"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771394370"
},
"departure": {
"time": "1771394396"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771394456"
},
"departure": {
"time": "1771394462"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771394525"
},
"departure": {
"time": "1771394525"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771394623"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-01_0_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LA-01-06_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771403966"
},
"departure": {
"time": "1771404316"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771404414"
},
"departure": {
"time": "1771404414"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771404462"
},
"departure": {
"time": "1771404474"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771404546"
},
"departure": {
"time": "1771404591"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771404661"
},
"departure": {
"time": "1771404676"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771404727"
},
"departure": {
"time": "1771404764"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771404811"
},
"departure": {
"time": "1771404858"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771404894"
},
"departure": {
"time": "1771404976"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771405001"
},
"departure": {
"time": "1771405012"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771405048"
},
"departure": {
"time": "1771405102"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771405174"
},
"departure": {
"time": "1771405224"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771405342"
},
"departure": {
"time": "1771405378"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771405444"
},
"departure": {
"time": "1771405478"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771405521"
},
"departure": {
"time": "1771405593"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771405624"
},
"departure": {
"time": "1771405658"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771405705"
},
"departure": {
"time": "1771405735"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771405762"
},
"departure": {
"time": "1771405769"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771405783"
},
"departure": {
"time": "1771405799"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771405884"
},
"departure": {
"time": "1771405898"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771405909"
},
"departure": {
"time": "1771405931"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771405952"
},
"departure": {
"time": "1771405992"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771406151"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436761",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-06_0_2"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LA-01-02_0_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771394644"
},
"departure": {
"time": "1771394711"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771394792"
},
"departure": {
"time": "1771394792"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771394834"
},
"departure": {
"time": "1771394844"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771394898"
},
"departure": {
"time": "1771394927"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771394996"
},
"departure": {
"time": "1771395007"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771395063"
},
"departure": {
"time": "1771395099"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771395139"
},
"departure": {
"time": "1771395186"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771395206"
},
"departure": {
"time": "1771395218"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771395248"
},
"departure": {
"time": "1771395257"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771395290"
},
"departure": {
"time": "1771395301"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771395365"
},
"departure": {
"time": "1771395377"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771395447"
},
"departure": {
"time": "1771395479"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771395552"
},
"departure": {
"time": "1771395563"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771395600"
},
"departure": {
"time": "1771395637"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771395684"
},
"departure": {
"time": "1771395695"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771395744"
},
"departure": {
"time": "1771395752"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771395774"
},
"departure": {
"time": "1771395788"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771395806"
},
"departure": {
"time": "1771395852"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771395944"
},
"departure": {
"time": "1771395974"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771395988"
},
"departure": {
"time": "1771395998"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771396010"
},
"departure": {
"time": "1771396046"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771396160"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-02_0_3"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-02-10_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771432830"
},
"departure": {
"time": "1771433716"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771433810"
},
"departure": {
"time": "1771433810"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771433862"
},
"departure": {
"time": "1771433862"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771433974"
},
"departure": {
"time": "1771433974"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771434252"
},
"departure": {
"time": "1771434252"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771434252"
},
"departure": {
"time": "1771434353"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771434353"
},
"departure": {
"time": "1771434353"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771434606"
},
"departure": {
"time": "1771434606"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771434749"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-10_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LA-01-13_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771427594"
},
"departure": {
"time": "1771428026"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1771428081"
},
"departure": {
"time": "1771428081"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771428205"
},
"departure": {
"time": "1771428237"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771428255"
},
"departure": {
"time": "1771428323"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1771428381"
},
"departure": {
"time": "1771428381"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771428440"
},
"departure": {
"time": "1771428472"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1771428497"
},
"departure": {
"time": "1771428576"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1771428604"
},
"departure": {
"time": "1771428620"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771428656"
},
"departure": {
"time": "1771428670"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771428680"
},
"departure": {
"time": "1771428729"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1771428795"
},
"departure": {
"time": "1771428853"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1771428975"
},
"departure": {
"time": "1771429043"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1771429113"
},
"departure": {
"time": "1771429127"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771429184"
},
"departure": {
"time": "1771429211"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771429239"
},
"departure": {
"time": "1771429267"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1771429332"
},
"departure": {
"time": "1771429332"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1771429388"
},
"departure": {
"time": "1771429401"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1771429401"
},
"departure": {
"time": "1771429445"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771429520"
},
"departure": {
"time": "1771429520"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1771429538"
},
"departure": {
"time": "1771429575"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1771429585"
},
"departure": {
"time": "1771429629"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1771429722"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0_2"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-13_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771434380"
},
"departure": {
"time": "1771434580"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771434640"
},
"departure": {
"time": "1771434640"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771434712"
},
"departure": {
"time": "1771434718"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771434790"
},
"departure": {
"time": "1771434800"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771434895"
},
"departure": {
"time": "1771434959"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1771434969"
},
"departure": {
"time": "1771434990"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771435004"
},
"departure": {
"time": "1771435033"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 6
},
{
"arrival": {
"time": "1771435092"
},
"departure": {
"time": "1771435110"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771435134"
},
"departure": {
"time": "1771435150"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771435171"
},
"departure": {
"time": "1771435197"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771435287"
},
"departure": {
"time": "1771435324"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 10
},
{
"arrival": {
"time": "1771435345"
},
"departure": {
"time": "1771435369"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 11
},
{
"arrival": {
"time": "1771435455"
},
"departure": {
"time": "1771435470"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1771435509"
},
"departure": {
"time": "1771435644"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 13
},
{
"arrival": {
"time": "1771435718"
},
"departure": {
"time": "1771435748"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 14
},
{
"arrival": {
"time": "1771435801"
},
"departure": {
"time": "1771435817"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 15
},
{
"arrival": {
"time": "1771435872"
},
"departure": {
"time": "1771435900"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 16
},
{
"arrival": {
"time": "1771435922"
},
"departure": {
"time": "1771435938"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 17
},
{
"arrival": {
"time": "1771435946"
},
"departure": {
"time": "1771435993"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 18
},
{
"arrival": {
"time": "1771436021"
},
"departure": {
"time": "1771436041"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 19
},
{
"arrival": {
"time": "1771436077"
},
"departure": {
"time": "1771436156"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 20
},
{
"arrival": {
"time": "1771436218"
},
"departure": {
"time": "1771436245"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 21
},
{
"arrival": {
"time": "1771436306"
},
"departure": {
"time": "1771436306"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1771436371"
},
"departure": {
"time": "1771436376"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 23
},
{
"arrival": {
"time": "1771436451"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 24
}
],
"timestamp": "1771436728",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-13_0_2"
},
"vehicle": {
"id": "5f6b208cf07eca4f072db425",
"label": "603",
"licensePlate": "FS108QN"
}
}
},
{
"id": "trip:TGV-02-11_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771434687"
},
"departure": {
"time": "1771435390"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771435570"
},
"departure": {
"time": "1771435575"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771435647"
},
"departure": {
"time": "1771435670"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771435754"
},
"departure": {
"time": "1771435754"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771436138"
},
"departure": {
"time": "1771436189"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771436212"
},
"departure": {
"time": "1771436235"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771436254"
},
"departure": {
"time": "1771436302"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771436477"
},
"departure": {
"time": "1771436477"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771436628"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-11_2"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LA-02-12_0_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771430369"
},
"departure": {
"time": "1771431308"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1771431430"
},
"departure": {
"time": "1771431547"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1771431547"
},
"departure": {
"time": "1771431640"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1771431640"
},
"departure": {
"time": "1771431696"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1771431808"
},
"departure": {
"time": "1771431844"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1771431864"
},
"departure": {
"time": "1771431877"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771431905"
},
"departure": {
"time": "1771432038"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771432084"
},
"departure": {
"time": "1771432157"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1771432157"
},
"departure": {
"time": "1771432157"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771432257"
},
"departure": {
"time": "1771432257"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1771432305"
},
"departure": {
"time": "1771432305"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1771432474"
},
"departure": {
"time": "1771432474"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771432558"
},
"departure": {
"time": "1771432580"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1771432631"
},
"departure": {
"time": "1771432643"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1771432675"
},
"departure": {
"time": "1771432702"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1771432717"
},
"departure": {
"time": "1771432763"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1771432831"
},
"departure": {
"time": "1771432870"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1771432954"
},
"departure": {
"time": "1771432967"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771433037"
},
"departure": {
"time": "1771433059"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1771433124"
},
"departure": {
"time": "1771433136"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1771433148"
},
"departure": {
"time": "1771433198"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1771433260"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-12_0_2"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-02-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771394831"
},
"departure": {
"time": "1771395882"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771395957"
},
"departure": {
"time": "1771395967"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771396039"
},
"departure": {
"time": "1771396044"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771396122"
},
"departure": {
"time": "1771396157"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771396262"
},
"departure": {
"time": "1771396301"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1771396316"
},
"departure": {
"time": "1771396333"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771396390"
},
"departure": {
"time": "1771396402"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771396431"
},
"departure": {
"time": "1771396442"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771396505"
},
"departure": {
"time": "1771396540"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1771396572"
},
"departure": {
"time": "1771396605"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771396645"
},
"departure": {
"time": "1771396671"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1771396893"
},
"departure": {
"time": "1771396905"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1771397019"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-02_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-12_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771434762"
},
"departure": {
"time": "1771434987"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771435128"
},
"departure": {
"time": "1771435145"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771435145"
},
"departure": {
"time": "1771435145"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771435145"
},
"departure": {
"time": "1771435285"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771435299"
},
"departure": {
"time": "1771435318"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771435392"
},
"departure": {
"time": "1771435523"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771435549"
},
"departure": {
"time": "1771435577"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771435671"
},
"departure": {
"time": "1771435671"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771435762"
},
"departure": {
"time": "1771435797"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771435847"
},
"departure": {
"time": "1771435857"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771435948"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-12_1"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-01-09_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771429829"
},
"departure": {
"time": "1771430268"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771430411"
},
"departure": {
"time": "1771430451"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771430514"
},
"departure": {
"time": "1771430622"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771430672"
},
"departure": {
"time": "1771430672"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771430699"
},
"departure": {
"time": "1771430757"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771430971"
},
"departure": {
"time": "1771431025"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771431082"
},
"departure": {
"time": "1771431101"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771431285"
},
"departure": {
"time": "1771431285"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771431376"
},
"departure": {
"time": "1771431389"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771431449"
},
"departure": {
"time": "1771431449"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771431546"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436770",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-09_4"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:TGV-01-02_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771393697"
},
"departure": {
"time": "1771393832"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771393941"
},
"departure": {
"time": "1771393956"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771394100"
},
"departure": {
"time": "1771394124"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771394148"
},
"departure": {
"time": "1771394168"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1771394273"
},
"departure": {
"time": "1771394287"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771394326"
},
"departure": {
"time": "1771394337"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771394487"
},
"departure": {
"time": "1771394499"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1771394589"
},
"departure": {
"time": "1771394597"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1771394656"
},
"departure": {
"time": "1771394664"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1771394759"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1771436738",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-02_0_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-10_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771431584"
},
"departure": {
"time": "1771431720"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1771431903"
},
"departure": {
"time": "1771431945"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1771431960"
},
"departure": {
"time": "1771432039"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1771432067"
},
"departure": {
"time": "1771432097"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1771432125"
},
"departure": {
"time": "1771432161"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1771432286"
},
"departure": {
"time": "1771432317"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1771432350"
},
"departure": {
"time": "1771432350"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771432473"
},
"departure": {
"time": "1771432473"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1771432585"
},
"departure": {
"time": "1771432585"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1771432661"
},
"departure": {
"time": "1771432661"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1771432762"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-10_2"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-02-12_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771435981"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1771436940"
},
"departure": {
"time": "1771436940"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1771437000"
},
"departure": {
"time": "1771437000"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1771437120"
},
"departure": {
"time": "1771437120"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771437240"
},
"departure": {
"time": "1771437240"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1771437300"
},
"departure": {
"time": "1771437300"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1771437420"
},
"departure": {
"time": "1771437420"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1771437480"
},
"departure": {
"time": "1771437480"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1771437540"
},
"departure": {
"time": "1771437540"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1771437900"
},
"departure": {
"time": "1771437900"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1771438080"
},
"departure": {
"time": "1771438080"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1771436769",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-12_3"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"alert": {
"activePeriod": [
{
"end": "1773619140",
"start": "1770336000"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "À compter du 16 FÉVRIER 2026, le service de 17h02 au départ de la Gare TER est avancé à 16H57.\n\nVous trouverez ICI la nouvelle fiche horaire."
}
]
},
"effect": "MODIFIED_SERVICE",
"headerText": {
"translation": [
{
"text": "NAVETTE TGV - Modification service à compter du 16 février 2026"
}
]
},
"informedEntity": [
{
"routeId": "NAVETTE TGV"
}
]
},
"id": "alert:69860517b43d113a8606f428"
},
{
"alert": {
"activePeriod": [
{
"end": "1771631940",
"start": "1771200000"
}
],
"cause": "WEATHER",
"descriptionText": {
"translation": [
{
"text": "En raison des conditions climatiques actuelles, une déviation est mise en place pour la NAVETTE TGV dès cet après-midi, lundi 16 février, et ce jusqu'à nouvel ordre :\n\nl'arrêt CROIX BLANCHE est transféré à l'arrêt KENNEDY\nl'arrêt ZI NORD est transféré à l'arrêt JOUHAUX"
}
]
},
"effect": "DETOUR",
"headerText": {
"translation": [
{
"text": "Modifications de services dues aux conditions climatiques"
}
]
},
"informedEntity": [
{
"routeId": "NAVETTE TGV"
},
{
"stopId": "VENDOME - CROIX BLANCHE"
},
{
"stopId": "VENDOME - ZI NORD"
}
]
},
"id": "alert:69931a6533566e95d7c0d3ec"
},
{
"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"
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1771436770"
}
}