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
❌49 erreurs, 11 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 06/02/2026 à 08h06 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 9 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
- vehicle_id 5f6d9a699fe0c8233a3636a0 trip_id TGV-01-04 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- vehicle_id 5f6d9a4e9fe0c822fdf0088b trip_id TGV-02-03 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id TGV-01-01_0_0 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id TGV-01-04 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id TGV-02-02 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 20 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- vehicle_id 5f6d9a699fe0c8233a3636a0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-01_0_0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-04 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id LB-01-01_0_1 stop_id VENDOME - LIBERTE does not exist in GTFS data stops.txt
- trip_id LB-01-01_0_1 stop_id VENDOME - ST BIENHEURE does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 1 erreur
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id LM-01-01_0_1 stop_sequence 15 arrival_time 07:25:47 (1770359147) is less than previous stop departure_time 07:26:50 (1770359210) - times must increase between two sequential stops
stop_time_update doesn't have arrival or departure E043 1 erreur
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 LM-01-01_0_1 stop_sequence 11 doesn't have arrival or departure
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 14 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 LB-01-01_0_1 stop_sequence 8 has stop_id VENDOME - LIBERTE but GTFS stop_sequence 8 has stop_id VENDOME - LIBERTÉ - stop_ids should be the same
- GTFS-rt trip_id LB-01-01_0_1 stop_sequence 9 has stop_id VENDOME - ST BIENHEURE but GTFS stop_sequence 9 has stop_id VENDOME - ST BIENHEURÉ - stop_ids should be the same
- GTFS-rt trip_id LB-01-01_0_1 stop_sequence 10 has stop_id AREINES - AMPHITHEATRE but GTFS stop_sequence 10 has stop_id AREINES - AMPHITHÉÂTRE - stop_ids should be the same
- GTFS-rt trip_id LM-01-02_0_1 stop_sequence 4 has stop_id VENDOME - GARE TER LIGNE but GTFS stop_sequence 4 has stop_id VENDOME - GARE TER LIGNE - stop_ids should be the same
- GTFS-rt trip_id LM-02-02_0_1 stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE but GTFS stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE - stop_ids should be the same
VehiclePosition and TripUpdate ID pairing mismatch E047 4 erreurs
If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.
Exemples d'erreurs
- trip_id TGV-01-04 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-01-02 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LM-02-03_0_1 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in VehiclePositions does not match trip_id LM-01-01_0_1 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LA-01-04_0_1 and vehicle_id 5f6b207af07eca4ec325afdc pairing in VehiclePositions does not match trip_id LA-02-02_0_1 and vehicle_id 5f6b207af07eca4ec325afdc pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id TGV-02-03 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in VehiclePositions does not match trip_id TGV-02-01 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
Avertissements
ID in one feed missing from the other W003 11 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-03 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-02 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-02-02 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-02-01 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-01_0_0 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 | 467 | 28 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 | 462 | 28 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 | 253 | 28 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. | 98 | 25 fois (89 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 29 | 8 fois (29 % 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. | 9 | 8 fois (29 % 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 | 13 | 7 fois (25 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 37 | 4 fois (14 % 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. | 7 | 3 fois (11 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 06/02/2026 à 17h16 Europe/Paris.
trip_updates (51) vehicle_positions (8) service_alerts (1)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updates vehicle_positionsService alerts (infos trafic)
Voici un aperçu des informations de trafic présentes dans ce flux le 06/02/2026 à 17h16 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
Flux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 06/02/2026 à 17h16 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "vehicle:5f6d9a5d9fe0c82317175d1f",
"vehicle": {
"currentStopSequence": 9,
"position": {
"latitude": 47.79917526245117,
"longitude": 1.042232871055603
},
"stopId": "VENDOME - 4 TILLEULS",
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-09"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "vehicle:8902d16ea38378bf",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.75292205810547,
"longitude": 0.8620370030403137
},
"stopId": "MONTOIRE - MAIRIE",
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-01-07_0_1"
},
"vehicle": {
"id": "8902d16ea38378bf"
}
}
},
{
"id": "vehicle:5f6b207af07eca4ec325afdc",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.801631927490234,
"longitude": 1.0687193870544434
},
"stopId": "VENDOME - GARE TER",
"timestamp": "1770394601",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-10"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "vehicle:5f6d9a4e9fe0c822fdf0088b",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.776206970214844,
"longitude": 1.071453332901001
},
"stopId": "VENDOME - ZI SUD",
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-14_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "vehicle:62babc77f4336585d60d0e29",
"vehicle": {
"currentStopSequence": 4,
"position": {
"latitude": 47.78929138183594,
"longitude": 1.0726431608200073
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-06_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "vehicle:5f9ac9d0f4e5a246fdf194cb",
"vehicle": {
"currentStopSequence": 4,
"position": {
"latitude": 47.808509826660156,
"longitude": 1.0761783123016357
},
"stopId": "ST OUEN - LOUISE MICHEL",
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE F",
"scheduleRelationship": "SCHEDULED",
"tripId": "LF-02-02_0_0"
},
"vehicle": {
"id": "5f9ac9d0f4e5a246fdf194cb",
"label": "351",
"licensePlate": "FT074SF"
}
}
},
{
"id": "vehicle:5f6d9a699fe0c8233a3636a0",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 47.803653717041016,
"longitude": 1.034956455230713
},
"stopId": "VENDOME - 4 TILLEULS",
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-12_0_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "vehicle:5f9ac9f0f4e5a247456a4a16",
"vehicle": {
"currentStopSequence": 6,
"position": {
"latitude": 47.80192947387695,
"longitude": 1.0682028532028198
},
"stopId": "VENDOME - CHAUTARD",
"timestamp": "1770394597",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-02_0_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LB-02-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770361149"
},
"departure": {
"time": "1770361188"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770361256"
},
"departure": {
"time": "1770361261"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770361436"
},
"departure": {
"time": "1770361480"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1770361513"
},
"departure": {
"time": "1770361539"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770361715"
},
"departure": {
"time": "1770361761"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770361976"
},
"departure": {
"time": "1770361983"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770362052"
},
"departure": {
"time": "1770362275"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770362367"
},
"departure": {
"time": "1770362367"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1770362458"
},
"departure": {
"time": "1770362479"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1770362525"
},
"departure": {
"time": "1770362545"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770362606"
},
"departure": {
"time": "1770362696"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770362713"
},
"departure": {
"time": "1770362739"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770362845"
},
"departure": {
"time": "1770363040"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-01_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LF-02-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770391121"
},
"departure": {
"time": "1770391266"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770391330"
},
"departure": {
"time": "1770391422"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 1
},
{
"arrival": {
"time": "1770391722"
},
"departure": {
"time": "1770391450"
},
"stopId": "ST OUEN - EGLISE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770391824"
},
"departure": {
"time": "1770391510"
},
"stopId": "ST OUEN - VALLEE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770391884"
},
"departure": {
"time": "1770391630"
},
"stopId": "ST OUEN - FONTAINES",
"stopSequence": 4
},
{
"arrival": {
"time": "1770391958"
},
"departure": {
"time": "1770391690"
},
"stopId": "ST OUEN - ROCHETTES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770391990"
},
"departure": {
"time": "1770391750"
},
"stopId": "ST OUEN - NIOCHE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770392076"
},
"departure": {
"time": "1770391870"
},
"stopId": "ST OUEN - POIRIERS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770392147"
},
"departure": {
"time": "1770391930"
},
"stopId": "ST OUEN - PIERREFRITE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770392317"
},
"departure": {
"time": "1770392170"
},
"stopId": "ST OUEN - JOUSSELINIERE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770392457"
},
"departure": {
"time": "1770392350"
},
"stopId": "ST OUEN - LES BROSSES",
"stopSequence": 10
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE F",
"scheduleRelationship": "SCHEDULED",
"tripId": "LF-02-01_0_0"
},
"vehicle": {
"id": "5f9ac9d0f4e5a246fdf194cb",
"label": "351",
"licensePlate": "FT074SF"
}
}
},
{
"id": "trip:LH-01-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770357948"
},
"departure": {
"time": "1770358462"
},
"stopId": "VENDOME - BOIS LA BARBE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770358863"
},
"departure": {
"time": "1770358941"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1770359034"
},
"departure": {
"time": "1770359084"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359111"
},
"departure": {
"time": "1770359158"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359492"
},
"departure": {
"time": "1770359544"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359675"
},
"departure": {
"time": "1770359716"
},
"stopId": "VENDOME - FATON",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359803"
},
"departure": {
"time": "1770359818"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359871"
},
"departure": {
"time": "1770359922"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1770359944"
},
"departure": {
"time": "1770359986"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 8
},
{
"arrival": {
"time": "1770360013"
},
"departure": {
"time": "1770360068"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
},
{
"arrival": {
"time": "1770360131"
},
"departure": {
"time": "1770360146"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 10
},
{
"arrival": {
"time": "1770360192"
},
"departure": {
"time": "1770360199"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 11
},
{
"arrival": {
"time": "1770360261"
},
"departure": {
"time": "1770360270"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1770360355"
},
"departure": {
"time": "1770360407"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 13
},
{
"arrival": {
"time": "1770360515"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 14
}
],
"timestamp": "1770394597",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-01_0_1"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:TGV-02-03",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770359975"
},
"departure": {
"time": "1770360897"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770360962"
},
"departure": {
"time": "1770360962"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770361043"
},
"departure": {
"time": "1770361053"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770361131"
},
"departure": {
"time": "1770361157"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770361270"
},
"departure": {
"time": "1770361283"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1770361299"
},
"departure": {
"time": "1770361339"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770361392"
},
"departure": {
"time": "1770361401"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770361428"
},
"departure": {
"time": "1770361437"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770361502"
},
"departure": {
"time": "1770361510"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770361540"
},
"departure": {
"time": "1770361553"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770361580"
},
"departure": {
"time": "1770361606"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1770361797"
},
"departure": {
"time": "1770361802"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1770361897"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-03"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LA-02-12_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770394585"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770394720"
},
"departure": {
"time": "1770394720"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394780"
},
"departure": {
"time": "1770394780"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394840"
},
"departure": {
"time": "1770394840"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394900"
},
"departure": {
"time": "1770394900"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770395020"
},
"departure": {
"time": "1770395020"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770395080"
},
"departure": {
"time": "1770395080"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770395140"
},
"departure": {
"time": "1770395140"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770395200"
},
"departure": {
"time": "1770395200"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770395260"
},
"departure": {
"time": "1770395260"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395380"
},
"departure": {
"time": "1770395380"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395500"
},
"departure": {
"time": "1770395500"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770395560"
},
"departure": {
"time": "1770395560"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770395620"
},
"departure": {
"time": "1770395620"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770395680"
},
"departure": {
"time": "1770395680"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770395740"
},
"departure": {
"time": "1770395740"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770395800"
},
"departure": {
"time": "1770395800"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770395860"
},
"departure": {
"time": "1770395860"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770395980"
},
"departure": {
"time": "1770395980"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770396100"
},
"departure": {
"time": "1770396100"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770396160"
},
"departure": {
"time": "1770396160"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770396220"
},
"departure": {
"time": "1770396220"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-12_0_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770359502"
},
"departure": {
"time": "1770359547"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770359650"
},
"departure": {
"time": "1770359676"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770359690"
},
"departure": {
"time": "1770359702"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359720"
},
"departure": {
"time": "1770359720"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359794"
},
"departure": {
"time": "1770359827"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359844"
},
"departure": {
"time": "1770359852"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359875"
},
"departure": {
"time": "1770359928"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359975"
},
"departure": {
"time": "1770360005"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770360035"
},
"departure": {
"time": "1770360051"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770360144"
},
"departure": {
"time": "1770360167"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770360218"
},
"departure": {
"time": "1770360274"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770360492"
},
"departure": {
"time": "1770360512"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770360542"
},
"departure": {
"time": "1770360580"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770360614"
},
"departure": {
"time": "1770360639"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770360664"
},
"departure": {
"time": "1770360670"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770360697"
},
"departure": {
"time": "1770360733"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770360799"
},
"departure": {
"time": "1770360830"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770360868"
},
"departure": {
"time": "1770360879"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770360946"
},
"departure": {
"time": "1770360980"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770361041"
},
"departure": {
"time": "1770361071"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770361132"
},
"departure": {
"time": "1770361132"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770361243"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-02_0_1"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LB-02-03_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770374064"
},
"departure": {
"time": "1770374100"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770374162"
},
"departure": {
"time": "1770374172"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770374337"
},
"departure": {
"time": "1770374355"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1770374383"
},
"departure": {
"time": "1770374408"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770374577"
},
"departure": {
"time": "1770374591"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770374775"
},
"departure": {
"time": "1770374784"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770374880"
},
"departure": {
"time": "1770375128"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770375248"
},
"departure": {
"time": "1770375248"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1770375342"
},
"departure": {
"time": "1770375360"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1770375397"
},
"departure": {
"time": "1770375416"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770375481"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770375760"
},
"departure": {
"time": "1770375760"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770375940"
},
"departure": {
"time": "1770375940"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-03_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-01-02",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770356886"
},
"departure": {
"time": "1770357118"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770357249"
},
"departure": {
"time": "1770357271"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770357333"
},
"departure": {
"time": "1770357365"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770357388"
},
"departure": {
"time": "1770357425"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770357452"
},
"departure": {
"time": "1770357480"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770357549"
},
"departure": {
"time": "1770357557"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770357586"
},
"departure": {
"time": "1770357594"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770357732"
},
"departure": {
"time": "1770357732"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770357802"
},
"departure": {
"time": "1770357815"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770357857"
},
"departure": {
"time": "1770357857"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770357952"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-02"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-02-05",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770368895"
},
"departure": {
"time": "1770369705"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770369770"
},
"departure": {
"time": "1770369780"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770369853"
},
"departure": {
"time": "1770369853"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770384892"
},
"departure": {
"time": "1770384918"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770370051"
},
"departure": {
"time": "1770370065"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1770370082"
},
"departure": {
"time": "1770370094"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770385029"
},
"departure": {
"time": "1770385035"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770385057"
},
"departure": {
"time": "1770385062"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770370264"
},
"departure": {
"time": "1770370273"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770370299"
},
"departure": {
"time": "1770370540"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770370360"
},
"departure": {
"time": "1770370600"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1770370611"
},
"departure": {
"time": "1770370960"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1770371140"
},
"departure": {
"time": "1770371140"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-05"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-02-08",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770390471"
},
"departure": {
"time": "1770391407"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770391485"
},
"departure": {
"time": "1770391497"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770391574"
},
"departure": {
"time": "1770391585"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770391669"
},
"departure": {
"time": "1770391703"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770391818"
},
"departure": {
"time": "1770391829"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1770391859"
},
"departure": {
"time": "1770391867"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770391954"
},
"departure": {
"time": "1770391969"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1770392005"
},
"departure": {
"time": "1770392038"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770392071"
},
"departure": {
"time": "1770392103"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770392313"
},
"departure": {
"time": "1770392324"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1770392445"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-08"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LA-01-04_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770361281"
},
"departure": {
"time": "1770361822"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770361904"
},
"departure": {
"time": "1770361904"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770361945"
},
"departure": {
"time": "1770361950"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770362015"
},
"departure": {
"time": "1770362061"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770362148"
},
"departure": {
"time": "1770362162"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770362208"
},
"departure": {
"time": "1770362270"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770362317"
},
"departure": {
"time": "1770362350"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770362372"
},
"departure": {
"time": "1770362391"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770362415"
},
"departure": {
"time": "1770362426"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770362467"
},
"departure": {
"time": "1770362496"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770362557"
},
"departure": {
"time": "1770362613"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770362739"
},
"departure": {
"time": "1770362768"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770362842"
},
"departure": {
"time": "1770362856"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770362900"
},
"departure": {
"time": "1770362953"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770362991"
},
"departure": {
"time": "1770362997"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770363089"
},
"departure": {
"time": "1770363099"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770363126"
},
"departure": {
"time": "1770363136"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770363153"
},
"departure": {
"time": "1770363169"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770363241"
},
"departure": {
"time": "1770363253"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770363267"
},
"departure": {
"time": "1770363292"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770363313"
},
"departure": {
"time": "1770363352"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770363467"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-04_0_1"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LA-01-12_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770389242"
},
"departure": {
"time": "1770389271"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770389346"
},
"departure": {
"time": "1770389351"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770389520"
},
"departure": {
"time": "1770389525"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770389575"
},
"departure": {
"time": "1770389622"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770389681"
},
"departure": {
"time": "1770389689"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770389728"
},
"departure": {
"time": "1770389765"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770389837"
},
"departure": {
"time": "1770389881"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770389903"
},
"departure": {
"time": "1770389914"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770389955"
},
"departure": {
"time": "1770389961"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770389991"
},
"departure": {
"time": "1770390017"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770390048"
},
"departure": {
"time": "1770390075"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770390165"
},
"departure": {
"time": "1770390197"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770390274"
},
"departure": {
"time": "1770390282"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770390317"
},
"departure": {
"time": "1770390362"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770390403"
},
"departure": {
"time": "1770390435"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770390511"
},
"departure": {
"time": "1770390553"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770390592"
},
"departure": {
"time": "1770390599"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770390608"
},
"departure": {
"time": "1770390624"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770390721"
},
"departure": {
"time": "1770390748"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770390764"
},
"departure": {
"time": "1770390790"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770390806"
},
"departure": {
"time": "1770390842"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770390988"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-12_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-02-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770367207"
},
"departure": {
"time": "1770367240"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770367306"
},
"departure": {
"time": "1770367316"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770367495"
},
"departure": {
"time": "1770367509"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1770367552"
},
"departure": {
"time": "1770367567"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770367658"
},
"departure": {
"time": "1770367678"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770367813"
},
"departure": {
"time": "1770367820"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770367899"
},
"departure": {
"time": "1770368259"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770368381"
},
"departure": {
"time": "1770368394"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1770368477"
},
"departure": {
"time": "1770368499"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1770368543"
},
"departure": {
"time": "1770368558"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770368626"
},
"departure": {
"time": "1770368642"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770368662"
},
"departure": {
"time": "1770368728"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770369040"
},
"departure": {
"time": "1770369040"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-02_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-02-04_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770363497"
},
"departure": {
"time": "1770363918"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770364047"
},
"departure": {
"time": "1770364082"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770364100"
},
"departure": {
"time": "1770364119"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770364136"
},
"departure": {
"time": "1770364158"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770364249"
},
"departure": {
"time": "1770364263"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770364287"
},
"departure": {
"time": "1770364318"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770364348"
},
"departure": {
"time": "1770364402"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770364464"
},
"departure": {
"time": "1770364493"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770364529"
},
"departure": {
"time": "1770364543"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770364626"
},
"departure": {
"time": "1770364639"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770364711"
},
"departure": {
"time": "1770364750"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770364897"
},
"departure": {
"time": "1770364911"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770364951"
},
"departure": {
"time": "1770364984"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770365022"
},
"departure": {
"time": "1770365033"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770365064"
},
"departure": {
"time": "1770365091"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770365106"
},
"departure": {
"time": "1770365144"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770365191"
},
"departure": {
"time": "1770365226"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770365268"
},
"departure": {
"time": "1770365278"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770365339"
},
"departure": {
"time": "1770365349"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770365405"
},
"departure": {
"time": "1770365412"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770365470"
},
"departure": {
"time": "1770365470"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770365588"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-04_0_1"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LN-01-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770385497"
},
"departure": {
"time": "1770386526"
},
"stopId": "NAVEIL - SQUARE LIBERTE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770386888"
},
"departure": {
"time": "1770386899"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770386924"
},
"departure": {
"time": "1770386944"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770387170"
},
"departure": {
"time": "1770387181"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1770387280"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "LIGNE N",
"scheduleRelationship": "SCHEDULED",
"tripId": "LN-01-02_0_1"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:TGV-02-04",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770362079"
},
"departure": {
"time": "1770362496"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770362567"
},
"departure": {
"time": "1770362579"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770362663"
},
"departure": {
"time": "1770362670"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770362742"
},
"departure": {
"time": "1770362752"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770362860"
},
"departure": {
"time": "1770362874"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1770362889"
},
"departure": {
"time": "1770362928"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770362984"
},
"departure": {
"time": "1770362996"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770363023"
},
"departure": {
"time": "1770363046"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770363103"
},
"departure": {
"time": "1770363123"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770363157"
},
"departure": {
"time": "1770363197"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770363223"
},
"departure": {
"time": "1770363256"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1770363504"
},
"departure": {
"time": "1770363530"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1770363626"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-04"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-10",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770394120"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770395040"
},
"departure": {
"time": "1770395040"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770395100"
},
"departure": {
"time": "1770395100"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770395160"
},
"departure": {
"time": "1770395160"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770395220"
},
"departure": {
"time": "1770395220"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770395340"
},
"departure": {
"time": "1770395340"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770395400"
},
"departure": {
"time": "1770395400"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770395460"
},
"departure": {
"time": "1770395460"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770395520"
},
"departure": {
"time": "1770395520"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770395640"
},
"departure": {
"time": "1770395640"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395760"
},
"departure": {
"time": "1770395760"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395820"
},
"departure": {
"time": "1770395820"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1770395940"
},
"departure": {
"time": "1770395940"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-10"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:TGV-02-01",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770356600"
},
"departure": {
"time": "1770356755"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770356820"
},
"departure": {
"time": "1770356828"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770356902"
},
"departure": {
"time": "1770356911"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770356984"
},
"departure": {
"time": "1770357011"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770357112"
},
"departure": {
"time": "1770357119"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1770357143"
},
"departure": {
"time": "1770357154"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770357210"
},
"departure": {
"time": "1770357219"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1770357246"
},
"departure": {
"time": "1770357257"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770357282"
},
"departure": {
"time": "1770357308"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770357476"
},
"departure": {
"time": "1770357487"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1770357545"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-01"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LN-01-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770364206"
},
"departure": {
"time": "1770365032"
},
"stopId": "NAVEIL - SQUARE LIBERTE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770365345"
},
"departure": {
"time": "1770365378"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770365402"
},
"departure": {
"time": "1770365409"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770365572"
},
"departure": {
"time": "1770365584"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1770365980"
},
"departure": {
"time": "1770365980"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE N",
"scheduleRelationship": "SCHEDULED",
"tripId": "LN-01-01_0_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LH-02-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770391088"
},
"departure": {
"time": "1770391175"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770391228"
},
"departure": {
"time": "1770391289"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 1
},
{
"arrival": {
"time": "1770391361"
},
"departure": {
"time": "1770391371"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 2
},
{
"arrival": {
"time": "1770391405"
},
"departure": {
"time": "1770391414"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 3
},
{
"arrival": {
"time": "1770391449"
},
"departure": {
"time": "1770391460"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1770391511"
},
"departure": {
"time": "1770391563"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
},
{
"arrival": {
"time": "1770391603"
},
"departure": {
"time": "1770391648"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770391672"
},
"departure": {
"time": "1770391708"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1770391756"
},
"departure": {
"time": "1770391769"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770391823"
},
"departure": {
"time": "1770391853"
},
"stopId": "VENDOME - FATON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770391925"
},
"departure": {
"time": "1770391985"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 10
},
{
"arrival": {
"time": "1770392164"
},
"departure": {
"time": "1770392187"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770392266"
},
"departure": {
"time": "1770392340"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1770392437"
},
"departure": {
"time": "1770392473"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 13
},
{
"arrival": {
"time": "1770392499"
},
"departure": {
"time": "1770392537"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1770392598"
},
"departure": {
"time": "1770392634"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 15
},
{
"arrival": {
"time": "1770392683"
},
"departure": {
"time": "1770392699"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 16
},
{
"arrival": {
"time": "1770392729"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 17
}
],
"timestamp": "1770394597",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-01_0_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LB-02-04_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770381956"
},
"departure": {
"time": "1770381986"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770382052"
},
"departure": {
"time": "1770382059"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770382218"
},
"departure": {
"time": "1770382235"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1770382267"
},
"departure": {
"time": "1770382318"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770382434"
},
"departure": {
"time": "1770382441"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770382605"
},
"departure": {
"time": "1770382611"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770382674"
},
"departure": {
"time": "1770382900"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770382998"
},
"departure": {
"time": "1770383014"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1770383101"
},
"departure": {
"time": "1770383119"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1770383166"
},
"departure": {
"time": "1770383194"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770383254"
},
"departure": {
"time": "1770383271"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770383314"
},
"departure": {
"time": "1770383319"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770383740"
},
"departure": {
"time": "1770383740"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-04_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-02-11_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770391013"
},
"departure": {
"time": "1770391098"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770391204"
},
"departure": {
"time": "1770391251"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770391270"
},
"departure": {
"time": "1770391325"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770391335"
},
"departure": {
"time": "1770391383"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770391453"
},
"departure": {
"time": "1770391468"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770391484"
},
"departure": {
"time": "1770391500"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770391527"
},
"departure": {
"time": "1770391582"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770391629"
},
"departure": {
"time": "1770391698"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770391731"
},
"departure": {
"time": "1770391745"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770391802"
},
"departure": {
"time": "1770391816"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770391907"
},
"departure": {
"time": "1770391958"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770392067"
},
"departure": {
"time": "1770392101"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770392170"
},
"departure": {
"time": "1770392195"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770392239"
},
"departure": {
"time": "1770392264"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770392289"
},
"departure": {
"time": "1770392303"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770392318"
},
"departure": {
"time": "1770392354"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770392420"
},
"departure": {
"time": "1770392451"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770392490"
},
"departure": {
"time": "1770392516"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770392570"
},
"departure": {
"time": "1770392615"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770392668"
},
"departure": {
"time": "1770392683"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770392742"
},
"departure": {
"time": "1770392748"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770392810"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-11_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-02-02",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770358503"
},
"departure": {
"time": "1770359147"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770359235"
},
"departure": {
"time": "1770359245"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770359317"
},
"departure": {
"time": "1770359327"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359393"
},
"departure": {
"time": "1770359421"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359535"
},
"departure": {
"time": "1770359573"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359591"
},
"departure": {
"time": "1770359605"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359666"
},
"departure": {
"time": "1770359675"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359695"
},
"departure": {
"time": "1770359710"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770359769"
},
"departure": {
"time": "1770359795"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770359824"
},
"departure": {
"time": "1770359853"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770359871"
},
"departure": {
"time": "1770359908"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1770360085"
},
"departure": {
"time": "1770360097"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1770360171"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-02"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-08",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770387304"
},
"departure": {
"time": "1770389302"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770389445"
},
"departure": {
"time": "1770389486"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770389542"
},
"departure": {
"time": "1770389598"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770389630"
},
"departure": {
"time": "1770389695"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770389728"
},
"departure": {
"time": "1770389735"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770389814"
},
"departure": {
"time": "1770389825"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770389859"
},
"departure": {
"time": "1770389869"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770389928"
},
"departure": {
"time": "1770389961"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770389976"
},
"departure": {
"time": "1770390023"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770390159"
},
"departure": {
"time": "1770390169"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1770390249"
},
"departure": {
"time": "1770390256"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1770390311"
},
"departure": {
"time": "1770390320"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1770390423"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-08"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LH-01-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770361638"
},
"departure": {
"time": "1770362178"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1770362258"
},
"departure": {
"time": "1770362291"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 1
},
{
"arrival": {
"time": "1770362316"
},
"departure": {
"time": "1770362336"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 2
},
{
"arrival": {
"time": "1770362384"
},
"departure": {
"time": "1770362396"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770362463"
},
"departure": {
"time": "1770362471"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770362529"
},
"departure": {
"time": "1770362544"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770362597"
},
"departure": {
"time": "1770362607"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770362637"
},
"departure": {
"time": "1770362654"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770362681"
},
"departure": {
"time": "1770362695"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770362724"
},
"departure": {
"time": "1770362748"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770362807"
},
"departure": {
"time": "1770362817"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770362936"
},
"departure": {
"time": "1770362958"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770363099"
},
"departure": {
"time": "1770363132"
},
"stopId": "VENDOME - FATON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770363204"
},
"departure": {
"time": "1770363218"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 13
},
{
"arrival": {
"time": "1770363268"
},
"departure": {
"time": "1770363277"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 14
},
{
"arrival": {
"time": "1770363302"
},
"departure": {
"time": "1770363337"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770363370"
},
"departure": {
"time": "1770363420"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 16
},
{
"arrival": {
"time": "1770363485"
},
"departure": {
"time": "1770363492"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 17
},
{
"arrival": {
"time": "1770363535"
},
"departure": {
"time": "1770363550"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 18
},
{
"arrival": {
"time": "1770363582"
},
"departure": {
"time": "1770363590"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 19
},
{
"arrival": {
"time": "1770363649"
},
"departure": {
"time": "1770363665"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 20
},
{
"arrival": {
"time": "1770391067"
},
"departure": {
"time": "1770363892"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 21
}
],
"timestamp": "1770394597",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-02_0_1"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LH-02-02_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770393999"
},
"departure": {
"time": "1770394190"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770394231"
},
"departure": {
"time": "1770394246"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394324"
},
"departure": {
"time": "1770394336"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394373"
},
"departure": {
"time": "1770394386"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394417"
},
"departure": {
"time": "1770394436"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1770394490"
},
"departure": {
"time": "1770394597"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
},
{
"arrival": {
"time": "1770394700"
},
"departure": {
"time": "1770394700"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770394760"
},
"departure": {
"time": "1770394760"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1770394820"
},
"departure": {
"time": "1770394820"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770394880"
},
"departure": {
"time": "1770394880"
},
"stopId": "VENDOME - FATON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395060"
},
"departure": {
"time": "1770395060"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395240"
},
"departure": {
"time": "1770395240"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770395360"
},
"departure": {
"time": "1770395360"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1770395480"
},
"departure": {
"time": "1770395480"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 13
},
{
"arrival": {
"time": "1770395540"
},
"departure": {
"time": "1770395540"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1770395600"
},
"departure": {
"time": "1770395600"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 15
},
{
"arrival": {
"time": "1770395660"
},
"departure": {
"time": "1770395660"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 16
},
{
"arrival": {
"time": "1770395720"
},
"departure": {
"time": "1770395720"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 17
}
],
"timestamp": "1770394597",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-02_0_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LB01-04",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770385887"
},
"departure": {
"time": "1770386060"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770386180"
},
"departure": {
"time": "1770386198"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1770386211"
},
"departure": {
"time": "1770386285"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770386375"
},
"departure": {
"time": "1770386387"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770386451"
},
"departure": {
"time": "1770386489"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1770386584"
},
"departure": {
"time": "1770386603"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770386714"
},
"departure": {
"time": "1770386915"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770387040"
},
"departure": {
"time": "1770387071"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770387120"
},
"departure": {
"time": "1770387160"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770387311"
},
"departure": {
"time": "1770387343"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770387436"
},
"departure": {
"time": "1770387444"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770387499"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB01-04"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-05_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770391650"
},
"departure": {
"time": "1770392056"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770392158"
},
"departure": {
"time": "1770392166"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1770392185"
},
"departure": {
"time": "1770392307"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770392380"
},
"departure": {
"time": "1770392394"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770392430"
},
"departure": {
"time": "1770392452"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1770392561"
},
"departure": {
"time": "1770392586"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770392663"
},
"departure": {
"time": "1770393094"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770393258"
},
"departure": {
"time": "1770393308"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770393484"
},
"departure": {
"time": "1770393504"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770393669"
},
"departure": {
"time": "1770393669"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770393767"
},
"departure": {
"time": "1770393773"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770393835"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-05_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-01-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770357823"
},
"departure": {
"time": "1770357862"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770357926"
},
"departure": {
"time": "1770357932"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770357970"
},
"departure": {
"time": "1770357978"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770358032"
},
"departure": {
"time": "1770358082"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770358149"
},
"departure": {
"time": "1770358166"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770358212"
},
"departure": {
"time": "1770358284"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770358316"
},
"departure": {
"time": "1770358375"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770358389"
},
"departure": {
"time": "1770358424"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770358450"
},
"departure": {
"time": "1770358471"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770358506"
},
"departure": {
"time": "1770358536"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770358585"
},
"departure": {
"time": "1770358624"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770358686"
},
"departure": {
"time": "1770358753"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770358839"
},
"departure": {
"time": "1770358863"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770358900"
},
"departure": {
"time": "1770358929"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770358958"
},
"departure": {
"time": "1770358967"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770359035"
},
"departure": {
"time": "1770359075"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770359102"
},
"departure": {
"time": "1770359117"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770359135"
},
"departure": {
"time": "1770359153"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770359225"
},
"departure": {
"time": "1770359257"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770359267"
},
"departure": {
"time": "1770359282"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770359302"
},
"departure": {
"time": "1770359332"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770359487"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-02_0_1"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LB-01-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770358471"
},
"departure": {
"time": "1770358785"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770358898"
},
"departure": {
"time": "1770358920"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1770358933"
},
"departure": {
"time": "1770359024"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359096"
},
"departure": {
"time": "1770359151"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359198"
},
"departure": {
"time": "1770359226"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359318"
},
"departure": {
"time": "1770359329"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359459"
},
"departure": {
"time": "1770359675"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359808"
},
"departure": {
"time": "1770359854"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770359911"
},
"departure": {
"time": "1770359959"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770360099"
},
"departure": {
"time": "1770360107"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770360219"
},
"departure": {
"time": "1770360280"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770360340"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-01_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-02-10_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770387383"
},
"departure": {
"time": "1770387433"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770387647"
},
"departure": {
"time": "1770387659"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770387675"
},
"departure": {
"time": "1770387703"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770387711"
},
"departure": {
"time": "1770387719"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770387795"
},
"departure": {
"time": "1770387817"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770387837"
},
"departure": {
"time": "1770387848"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770387868"
},
"departure": {
"time": "1770387913"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770388043"
},
"departure": {
"time": "1770388074"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770388227"
},
"departure": {
"time": "1770388266"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770388311"
},
"departure": {
"time": "1770388351"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770388467"
},
"departure": {
"time": "1770388522"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770388577"
},
"departure": {
"time": "1770388609"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770388671"
},
"departure": {
"time": "1770388693"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770388739"
},
"departure": {
"time": "1770388770"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770388781"
},
"departure": {
"time": "1770388815"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770388842"
},
"departure": {
"time": "1770388881"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770388928"
},
"departure": {
"time": "1770388935"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770388996"
},
"departure": {
"time": "1770389021"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770389075"
},
"departure": {
"time": "1770389082"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770389139"
},
"departure": {
"time": "1770389139"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770389210"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-10_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LF-01-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770361958"
},
"departure": {
"time": "1770361983"
},
"stopId": "ST OUEN - NIOCHE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770362009"
},
"departure": {
"time": "1770362015"
},
"stopId": "ST OUEN - ROCHETTES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770362068"
},
"departure": {
"time": "1770362084"
},
"stopId": "ST OUEN - FONTAINES",
"stopSequence": 2
},
{
"arrival": {
"time": "1770362147"
},
"departure": {
"time": "1770362160"
},
"stopId": "ST OUEN - VALLEE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770362236"
},
"departure": {
"time": "1770362265"
},
"stopId": "ST OUEN - EGLISE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770362317"
},
"departure": {
"time": "1770362352"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770362474"
},
"departure": {
"time": "1770362528"
},
"stopId": "ST OUEN - BUTTE CATHERINET",
"stopSequence": 6
},
{
"arrival": {
"time": "1770362598"
},
"departure": {
"time": "1770362685"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770362954"
},
"departure": {
"time": "1770362954"
},
"stopId": "ST OUEN - TOUCHEBELLE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770363026"
},
"departure": {
"time": "1770363034"
},
"stopId": "ST OUEN - LES BROSSES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770363530"
},
"departure": {
"time": "1770363542"
},
"stopId": "ST OUEN - JOUSSELINIERE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770363679"
},
"departure": {
"time": "1770363691"
},
"stopId": "ST OUEN - PIERREFRITE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770363741"
},
"departure": {
"time": "1770363762"
},
"stopId": "ST OUEN - POIRIERS",
"stopSequence": 12
},
{
"arrival": {
"time": "1770363788"
},
"departure": {
"time": "1770363788"
},
"stopId": "ST OUEN - GRAND MORTIER",
"stopSequence": 13
},
{
"arrival": {
"time": "1770363911"
},
"departure": {
"time": "1770363911"
},
"stopId": "ST OUEN - GRIVES",
"stopSequence": 14
},
{
"arrival": {
"time": "1770363978"
},
"departure": {
"time": "1770364007"
},
"stopId": "ST OUEN - ROUTE DE DANZE",
"stopSequence": 15
},
{
"arrival": {
"time": "1770364212"
},
"departure": {
"time": "1770364251"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 16
},
{
"arrival": {
"time": "1770364348"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 17
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE F",
"scheduleRelationship": "SCHEDULED",
"tripId": "LF-01-02_0_1"
},
"vehicle": {
"id": "5f9ac9d0f4e5a246fdf194cb",
"label": "351",
"licensePlate": "FT074SF"
}
}
},
{
"id": "trip:LB-02-06_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770394128"
},
"departure": {
"time": "1770394169"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770394230"
},
"departure": {
"time": "1770394250"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394432"
},
"departure": {
"time": "1770394463"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394500"
},
"departure": {
"time": "1770394562"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394720"
},
"departure": {
"time": "1770394720"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770395020"
},
"departure": {
"time": "1770395020"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770395200"
},
"departure": {
"time": "1770395200"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770395440"
},
"departure": {
"time": "1770395440"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1770395620"
},
"departure": {
"time": "1770395620"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1770395680"
},
"departure": {
"time": "1770395680"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395800"
},
"departure": {
"time": "1770395800"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395860"
},
"departure": {
"time": "1770395860"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1770396040"
},
"departure": {
"time": "1770396040"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-06_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LC-01-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770358655"
},
"departure": {
"time": "1770358921"
},
"stopId": "VENDOME - PROVINCES",
"stopSequence": 0
},
{
"arrival": {
"time": "1770358956"
},
"departure": {
"time": "1770358997"
},
"stopId": "VENDOME - FLANDRES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770359020"
},
"departure": {
"time": "1770359067"
},
"stopId": "VENDOME - ILE DE FRANCE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359193"
},
"departure": {
"time": "1770359293"
},
"stopId": "VENDOME - MONET",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359388"
},
"departure": {
"time": "1770359428"
},
"stopId": "VENDOME - LA GARDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359457"
},
"departure": {
"time": "1770359466"
},
"stopId": "VENDOME - CHAMPLES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359539"
},
"departure": {
"time": "1770359586"
},
"stopId": "VENDOME - MALLARME",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359902"
},
"departure": {
"time": "1770359964"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 7
},
{
"arrival": {
"time": "1770359786"
},
"departure": {
"time": "1770359845"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 8
},
{
"arrival": {
"time": "1770360126"
},
"departure": {
"time": "1770360213"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
},
{
"arrival": {
"time": "1770360343"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 10
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE C",
"scheduleRelationship": "SCHEDULED",
"tripId": "LC-01-01_0_1"
},
"vehicle": {
"id": "8902d16ea38378bf"
}
}
},
{
"id": "trip:LB-01-03_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770372730"
},
"departure": {
"time": "1770372986"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770373081"
},
"departure": {
"time": "1770373119"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770373231"
},
"departure": {
"time": "1770373253"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770373381"
},
"departure": {
"time": "1770373391"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1770373472"
},
"departure": {
"time": "1770373480"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770373549"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 5
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-03_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-01-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770354409"
},
"departure": {
"time": "1770354826"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770354933"
},
"departure": {
"time": "1770354988"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770355020"
},
"departure": {
"time": "1770355031"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770355053"
},
"departure": {
"time": "1770355079"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770355103"
},
"departure": {
"time": "1770355113"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770355168"
},
"departure": {
"time": "1770355182"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770355210"
},
"departure": {
"time": "1770355219"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770355345"
},
"departure": {
"time": "1770355357"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770355439"
},
"departure": {
"time": "1770355446"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770355496"
},
"departure": {
"time": "1770355496"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770355589"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-01_0_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LM-01-07_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770394236"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770395100"
},
"departure": {
"time": "1770395100"
},
"stopId": "MONTOIRE - COLLEGE JANEQUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770395700"
},
"departure": {
"time": "1770395700"
},
"stopId": "LUNAY - LA BARRE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770396420"
},
"departure": {
"time": "1770396420"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1770396600"
},
"departure": {
"time": "1770396600"
},
"stopId": "VILLIERS - AVENUE COLIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1770396720"
},
"departure": {
"time": "1770396720"
},
"stopId": "VILLIERS - LA POSTE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770396780"
},
"departure": {
"time": "1770396780"
},
"stopId": "VILLIERS - GROUPE SCOLAIRE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770397020"
},
"departure": {
"time": "1770397020"
},
"stopId": "NAVEIL - MONTRIEUX",
"stopSequence": 8
},
{
"arrival": {
"time": "1770397440"
},
"departure": {
"time": "1770397440"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 9
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-01-07_0_1"
},
"vehicle": {
"id": "8902d16ea38378bf"
}
}
},
{
"id": "trip:LF-02-02_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770392999"
},
"departure": {
"time": "1770393895"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770394059"
},
"departure": {
"time": "1770394104"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394276"
},
"departure": {
"time": "1770394331"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394364"
},
"departure": {
"time": "1770394379"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394690"
},
"departure": {
"time": "1770394690"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 4
},
{
"arrival": {
"time": "1770394810"
},
"departure": {
"time": "1770394810"
},
"stopId": "ST OUEN - BUTTE CATHERINET",
"stopSequence": 5
},
{
"arrival": {
"time": "1770394930"
},
"departure": {
"time": "1770394930"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1770395110"
},
"departure": {
"time": "1770395110"
},
"stopId": "ST OUEN - EGLISE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770395170"
},
"departure": {
"time": "1770395170"
},
"stopId": "ST OUEN - VALLEE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770395290"
},
"departure": {
"time": "1770395290"
},
"stopId": "ST OUEN - FONTAINES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395350"
},
"departure": {
"time": "1770395350"
},
"stopId": "ST OUEN - ROCHETTES",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395470"
},
"departure": {
"time": "1770395470"
},
"stopId": "ST OUEN - NIOCHE",
"stopSequence": 11
},
{
"arrival": {
"time": "1770395590"
},
"departure": {
"time": "1770395590"
},
"stopId": "ST OUEN - POIRIERS",
"stopSequence": 12
},
{
"arrival": {
"time": "1770395650"
},
"departure": {
"time": "1770395650"
},
"stopId": "ST OUEN - PIERREFRITE",
"stopSequence": 13
},
{
"arrival": {
"time": "1770395890"
},
"departure": {
"time": "1770395890"
},
"stopId": "ST OUEN - JOUSSELINIERE",
"stopSequence": 14
},
{
"arrival": {
"time": "1770396010"
},
"departure": {
"time": "1770396010"
},
"stopId": "ST OUEN - LES BROSSES",
"stopSequence": 15
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE F",
"scheduleRelationship": "SCHEDULED",
"tripId": "LF-02-02_0_0"
},
"vehicle": {
"id": "5f9ac9d0f4e5a246fdf194cb",
"label": "351",
"licensePlate": "FT074SF"
}
}
},
{
"id": "trip:TGV-01-03",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770358827"
},
"departure": {
"time": "1770359052"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770359212"
},
"departure": {
"time": "1770359238"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770359273"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770359294"
},
"departure": {
"time": "1770359376"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770359399"
},
"departure": {
"time": "1770359420"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359483"
},
"departure": {
"time": "1770359490"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359513"
},
"departure": {
"time": "1770359542"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359681"
},
"departure": {
"time": "1770359688"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770359773"
},
"departure": {
"time": "1770359779"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770359827"
},
"departure": {
"time": "1770359836"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770359934"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-03"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-01-04",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770360510"
},
"departure": {
"time": "1770360736"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770360872"
},
"departure": {
"time": "1770360903"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770360976"
},
"departure": {
"time": "1770361013"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770361045"
},
"departure": {
"time": "1770361080"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770361118"
},
"departure": {
"time": "1770361149"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770361226"
},
"departure": {
"time": "1770361233"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770361263"
},
"departure": {
"time": "1770361273"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770361401"
},
"departure": {
"time": "1770361415"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770361492"
},
"departure": {
"time": "1770361503"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770361548"
},
"departure": {
"time": "1770361571"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770361654"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-04"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LB-01-02_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770364818"
},
"departure": {
"time": "1770364847"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770364977"
},
"departure": {
"time": "1770364993"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1770365021"
},
"departure": {
"time": "1770365082"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770365154"
},
"departure": {
"time": "1770365174"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770365212"
},
"departure": {
"time": "1770365229"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1770365339"
},
"departure": {
"time": "1770365352"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1770365432"
},
"departure": {
"time": "1770365644"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1770365756"
},
"departure": {
"time": "1770365793"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770365881"
},
"departure": {
"time": "1770365979"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770366119"
},
"departure": {
"time": "1770366129"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1770366223"
},
"departure": {
"time": "1770366223"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1770366289"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1770394599",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-02_0_1"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-01-11_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770385661"
},
"departure": {
"time": "1770385710"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770385797"
},
"departure": {
"time": "1770385803"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770385862"
},
"departure": {
"time": "1770385872"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770385934"
},
"departure": {
"time": "1770385967"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770386024"
},
"departure": {
"time": "1770386033"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770386087"
},
"departure": {
"time": "1770386203"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770386236"
},
"departure": {
"time": "1770386269"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770386292"
},
"departure": {
"time": "1770386300"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770386329"
},
"departure": {
"time": "1770386348"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770386413"
},
"departure": {
"time": "1770386442"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770386522"
},
"departure": {
"time": "1770386545"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770386648"
},
"departure": {
"time": "1770386678"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770386729"
},
"departure": {
"time": "1770386736"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770386773"
},
"departure": {
"time": "1770386792"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770386816"
},
"departure": {
"time": "1770386834"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770386899"
},
"departure": {
"time": "1770386928"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770386954"
},
"departure": {
"time": "1770386966"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770386981"
},
"departure": {
"time": "1770387006"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770387075"
},
"departure": {
"time": "1770387085"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770387100"
},
"departure": {
"time": "1770387115"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770387133"
},
"departure": {
"time": "1770387182"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770387292"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-11_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-01-09",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770392464"
},
"departure": {
"time": "1770393746"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770393900"
},
"departure": {
"time": "1770393987"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394030"
},
"departure": {
"time": "1770394089"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394113"
},
"departure": {
"time": "1770394185"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394223"
},
"departure": {
"time": "1770394248"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770394312"
},
"departure": {
"time": "1770394322"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770394349"
},
"departure": {
"time": "1770394357"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770394416"
},
"departure": {
"time": "1770394480"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1770394499"
},
"departure": {
"time": "1770394533"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770394690"
},
"departure": {
"time": "1770394690"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 9
},
{
"arrival": {
"time": "1770394810"
},
"departure": {
"time": "1770394810"
},
"stopId": "VENDOME - MONS",
"stopSequence": 10
},
{
"arrival": {
"time": "1770394870"
},
"departure": {
"time": "1770394870"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 11
},
{
"arrival": {
"time": "1770394990"
},
"departure": {
"time": "1770394990"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 12
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-09"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:TGV-02-07_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770379565"
},
"departure": {
"time": "1770380657"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1770380747"
},
"departure": {
"time": "1770380747"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1770380831"
},
"departure": {
"time": "1770380831"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770380910"
},
"departure": {
"time": "1770380919"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1770381027"
},
"departure": {
"time": "1770381035"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1770381063"
},
"departure": {
"time": "1770381073"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770381146"
},
"departure": {
"time": "1770381156"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1770381195"
},
"departure": {
"time": "1770381231"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770381256"
},
"departure": {
"time": "1770381289"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1770381489"
},
"departure": {
"time": "1770381515"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1770382030"
},
"departure": {
"time": "1770382030"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-07_3"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:TGV-01-07_5",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770378453"
},
"departure": {
"time": "1770378651"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770378800"
},
"departure": {
"time": "1770378828"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770378876"
},
"departure": {
"time": "1770378888"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770378915"
},
"departure": {
"time": "1770378965"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770378993"
},
"departure": {
"time": "1770378999"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770379066"
},
"departure": {
"time": "1770379107"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770379141"
},
"departure": {
"time": "1770379171"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770379281"
},
"departure": {
"time": "1770379293"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770379371"
},
"departure": {
"time": "1770379382"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770379432"
},
"departure": {
"time": "1770379440"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770379531"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394602",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-07_5"
},
"vehicle": {
"id": "5f6d9a5d9fe0c82317175d1f",
"label": "605",
"licensePlate": "FS025PJ"
}
}
},
{
"id": "trip:LA-01-13_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770391269"
},
"departure": {
"time": "1770391275"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770391353"
},
"departure": {
"time": "1770391353"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770391436"
},
"departure": {
"time": "1770391462"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770391517"
},
"departure": {
"time": "1770391572"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770391632"
},
"departure": {
"time": "1770391640"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770391684"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770391699"
},
"departure": {
"time": "1770391866"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770391888"
},
"departure": {
"time": "1770391924"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770391957"
},
"departure": {
"time": "1770391978"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770392049"
},
"departure": {
"time": "1770392083"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770392100"
},
"departure": {
"time": "1770392291"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770392337"
},
"departure": {
"time": "1770392368"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770392403"
},
"departure": {
"time": "1770392448"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770392510"
},
"departure": {
"time": "1770392532"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770392580"
},
"departure": {
"time": "1770392624"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770392662"
},
"departure": {
"time": "1770392690"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770392702"
},
"departure": {
"time": "1770392732"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770392816"
},
"departure": {
"time": "1770392825"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770392845"
},
"departure": {
"time": "1770392859"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770392886"
},
"departure": {
"time": "1770392918"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770393086"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-05_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770367637"
},
"departure": {
"time": "1770367776"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1770367922"
},
"departure": {
"time": "1770367963"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1770368013"
},
"departure": {
"time": "1770368027"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1770368048"
},
"departure": {
"time": "1770368083"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1770368109"
},
"departure": {
"time": "1770368138"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1770368201"
},
"departure": {
"time": "1770368232"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770368256"
},
"departure": {
"time": "1770368287"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770368391"
},
"departure": {
"time": "1770368400"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1770368473"
},
"departure": {
"time": "1770368484"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1770368536"
},
"departure": {
"time": "1770368536"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1770368628"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-05_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LA-01-14_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770393598"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1770394660"
},
"departure": {
"time": "1770394660"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1770394720"
},
"departure": {
"time": "1770394720"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1770394840"
},
"departure": {
"time": "1770394840"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1770394960"
},
"departure": {
"time": "1770394960"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770395020"
},
"departure": {
"time": "1770395020"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1770395080"
},
"departure": {
"time": "1770395080"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1770395140"
},
"departure": {
"time": "1770395140"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1770395200"
},
"departure": {
"time": "1770395200"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770395260"
},
"departure": {
"time": "1770395260"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1770395320"
},
"departure": {
"time": "1770395320"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1770395500"
},
"departure": {
"time": "1770395500"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1770395620"
},
"departure": {
"time": "1770395620"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1770395680"
},
"departure": {
"time": "1770395680"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770395740"
},
"departure": {
"time": "1770395740"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1770395800"
},
"departure": {
"time": "1770395800"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1770395860"
},
"departure": {
"time": "1770395860"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1770395920"
},
"departure": {
"time": "1770395920"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770395980"
},
"departure": {
"time": "1770395980"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1770396040"
},
"departure": {
"time": "1770396040"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1770396100"
},
"departure": {
"time": "1770396100"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1770396220"
},
"departure": {
"time": "1770396220"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
},
{
"arrival": {
"time": "1770396340"
},
"departure": {
"time": "1770396340"
},
"stopId": "VENDOME - MONS",
"stopSequence": 22
},
{
"arrival": {
"time": "1770396400"
},
"departure": {
"time": "1770396400"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 23
},
{
"arrival": {
"time": "1770396520"
},
"departure": {
"time": "1770396520"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 24
}
],
"timestamp": "1770394600",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-14_0_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LF-01-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770358655"
},
"departure": {
"time": "1770358719"
},
"stopId": "ST OUEN - EGLISE",
"stopSequence": 0
},
{
"arrival": {
"time": "1770358809"
},
"departure": {
"time": "1770358832"
},
"stopId": "ST OUEN - VALLEE",
"stopSequence": 1
},
{
"arrival": {
"time": "1770358890"
},
"departure": {
"time": "1770358902"
},
"stopId": "ST OUEN - FONTAINES",
"stopSequence": 2
},
{
"arrival": {
"time": "1770358959"
},
"departure": {
"time": "1770358966"
},
"stopId": "ST OUEN - ROCHETTES",
"stopSequence": 3
},
{
"arrival": {
"time": "1770358990"
},
"departure": {
"time": "1770359021"
},
"stopId": "ST OUEN - NIOCHE",
"stopSequence": 4
},
{
"arrival": {
"time": "1770359393"
},
"departure": {
"time": "1770359611"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1770359678"
},
"departure": {
"time": "1770359715"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770359957"
},
"departure": {
"time": "1770359983"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 7
},
{
"arrival": {
"time": "1770360291"
},
"departure": {
"time": "1770360330"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1770360608"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 9
}
],
"timestamp": "1770394598",
"trip": {
"routeId": "LIGNE F",
"scheduleRelationship": "SCHEDULED",
"tripId": "LF-01-01_0_1"
},
"vehicle": {
"id": "5f9ac9d0f4e5a246fdf194cb",
"label": "351",
"licensePlate": "FT074SF"
}
}
},
{
"id": "trip:LE02-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770392971"
},
"departure": {
"time": "1770393406"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1770393664"
},
"departure": {
"time": "1770393685"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770393704"
},
"departure": {
"time": "1770393736"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1770393763"
},
"departure": {
"time": "1770393798"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 3
},
{
"arrival": {
"time": "1770393832"
},
"departure": {
"time": "1770393878"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 4
},
{
"arrival": {
"time": "1770393963"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 5
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE02-02_0"
},
"vehicle": {
"id": "5f6b207af07eca4ec325afdc",
"label": "602",
"licensePlate": "FS940QM"
}
}
},
{
"id": "trip:LA-02-01_0_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1770356163"
},
"departure": {
"time": "1770356201"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1770356324"
},
"departure": {
"time": "1770356336"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1770356355"
},
"departure": {
"time": "1770356368"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1770356380"
},
"departure": {
"time": "1770356394"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1770356476"
},
"departure": {
"time": "1770356518"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1770356542"
},
"departure": {
"time": "1770356571"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1770356599"
},
"departure": {
"time": "1770356694"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1770356744"
},
"departure": {
"time": "1770356779"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1770356809"
},
"departure": {
"time": "1770356815"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1770356859"
},
"departure": {
"time": "1770356890"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1770356934"
},
"departure": {
"time": "1770356983"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1770357099"
},
"departure": {
"time": "1770357147"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1770357179"
},
"departure": {
"time": "1770357203"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1770357235"
},
"departure": {
"time": "1770357243"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1770357271"
},
"departure": {
"time": "1770357288"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1770357301"
},
"departure": {
"time": "1770357312"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1770357349"
},
"departure": {
"time": "1770357365"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1770357409"
},
"departure": {
"time": "1770357422"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1770357479"
},
"departure": {
"time": "1770357505"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1770357583"
},
"departure": {
"time": "1770357590"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1770357660"
},
"departure": {
"time": "1770357660"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1770357787"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1770394601",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-01_0_1"
},
"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"
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1770394603"
}
}