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
❌61 erreurs, 11 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 10/03/2026 à 08h03 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt stop_id does not exist in GTFS data E011 21 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 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id LM-01-01_0 stop_id TROO - PLACE DE LA LIBERATION does not exist in GTFS data stops.txt
- trip_id TGV-01-04_4 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-01-02_3 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 4 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id LM-01-02_0 stop_sequence 6 arrival_time 07:33:20 (1773124400) is less than previous stop arrival_time 07:34:27 (1773124467) - times must increase between two sequential stops
- trip_id LM-01-02_0 stop_sequence 6 arrival_time 07:33:20 (1773124400) is less than previous stop departure_time 07:35:13 (1773124513) - times must increase between two sequential stops
- trip_id LM-01-02_0 stop_sequence 6 departure_time 07:33:20 (1773124400) is less than previous stop departure_time 07:35:13 (1773124513) - times must increase between two sequential stops
- trip_id LM-01-02_0 stop_sequence 6 departure_time 07:33:20 (1773124400) is less than previous stop arrival_time 07:34:27 (1773124467) - times must increase between two sequential stops
stop_time_update doesn't have arrival or departure E043 10 erreurs
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Exemples d'erreurs
- trip_id LA-02-01_0 stop_sequence 1 doesn't have arrival or departure
- trip_id LA-02-01_0 stop_sequence 3 doesn't have arrival or departure
- trip_id LA-02-01_0 stop_sequence 7 doesn't have arrival or departure
- trip_id LA-02-01_0 stop_sequence 13 doesn't have arrival or departure
- trip_id LA-02-01_0 stop_sequence 16 doesn't have arrival or departure
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 22 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id TGV-01-01_0 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id LM-01-01_0 stop_sequence 5 has stop_id TROO - PLACE DE LA LIBERATION but GTFS stop_sequence 5 has stop_id TROO - LE PONT - stop_ids should be the same
- GTFS-rt trip_id TGV-01-04_4 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id TGV-01-02_3 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id LA-01-03_0 stop_sequence 23 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 23 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
VehiclePosition and TripUpdate ID pairing mismatch E047 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_4 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-02-02_0_4 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LA-02-02_0 and vehicle_id a75652c81b5b3e1b pairing in VehiclePositions does not match trip_id LA-01-02_0 and vehicle_id a75652c81b5b3e1b pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id TGV-02-03_2 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in VehiclePositions does not match trip_id TGV-01-03_4 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LB-02-01_0 and vehicle_id 62babc77f4336585d60d0e29 pairing in VehiclePositions does not match trip_id LB-01-01_0 and vehicle_id 62babc77f4336585d60d0e29 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-01_0 is in TripUpdates but not in VehiclePositions feed
- trip_id LM-01-02_0 is in TripUpdates but not in VehiclePositions feed
- trip_id LM-01-01_0 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-02-01_0_4 is in TripUpdates but not in VehiclePositions feed
- trip_id LB-01-01_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 | 376 | 30 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 | 359 | 30 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 | 249 | 30 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. | 73 | 24 fois (80 % des validations) |
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 89 | 14 fois (47 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 46 | 11 fois (37 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 44 | 8 fois (27 % des validations) |
| E029 | The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. | 5 | 5 fois (17 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 8 | 4 fois (13 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 10/03/2026 à 16h47 Europe/Paris.
trip_updates (36) vehicle_positions (7) service_alerts (1)Entités présentes dans ce flux lors des 7 derniers jours.
service_alerts trip_updates vehicle_positionsService alerts (infos trafic)
Voici un aperçu des informations de trafic présentes dans ce flux le 10/03/2026 à 16h47 Europe/Paris.
NOUVELLE FICHE HORAIRE à partir du 02 mars Service modifié
Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés : le service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février) le service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars) le service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril) Veuillez cliquer ICI pour visualiser la nouvelle fiche horaire.
Du 27/02/2026 à 01h00 Europe/Paris au 03/04/2026 à 01h59 Europe/Paris
Flux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 10/03/2026 à 16h47 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "vehicle:5f9ac9f0f4e5a247456a4a16",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 17,
"position": {
"latitude": 47.78095245361328,
"longitude": 1.0668891668319702
},
"stopId": "VENDOME - BERLIOZ",
"timestamp": "1773157652",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "vehicle:62babc77f4336585d60d0e29",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 6,
"position": {
"latitude": 47.80170440673828,
"longitude": 1.0686986446380615
},
"stopId": "VENDOME - GARE TER",
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "vehicle:5f9ac9fef4e5a2475b1d7e61",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 5,
"position": {
"latitude": 47.80070495605469,
"longitude": 1.078015923500061
},
"stopId": "VENDOME - HAMET",
"timestamp": "1773157645",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-02-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "vehicle:5f6d9a4e9fe0c822fdf0088b",
"vehicle": {
"currentStopSequence": 21,
"position": {
"latitude": 47.77800750732422,
"longitude": 1.0758860111236572
},
"stopId": "VENDOME - ZI SUD",
"timestamp": "1773157643",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-11_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "vehicle:5f48f27443f0857686ef7c1e",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 3,
"position": {
"latitude": 47.782100677490234,
"longitude": 1.0681211948394775
},
"stopId": "VENDOME - FAURE",
"timestamp": "1773157642",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE-02-01_0"
},
"vehicle": {
"id": "5f48f27443f0857686ef7c1e",
"label": "309",
"licensePlate": "BF952XL"
}
}
},
{
"id": "vehicle:62c5a41bd5f098dd792fcb19",
"vehicle": {
"currentStopSequence": 5,
"position": {
"latitude": 47.80820083618164,
"longitude": 0.9856423139572144
},
"stopId": "MAZANGE - GUE DU LOIR",
"timestamp": "1773157634",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-06_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "vehicle:5f6d9a699fe0c8233a3636a0",
"vehicle": {
"currentStopSequence": 21,
"position": {
"latitude": 47.8011360168457,
"longitude": 1.0430468320846558
},
"stopId": "VENDOME - 4 TILLEULS",
"timestamp": "1773157632",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-02-05_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773133653"
},
"departure": {
"time": "1773134525"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1773134596"
},
"departure": {
"time": "1773134602"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1773134676"
},
"departure": {
"time": "1773134676"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773134748"
},
"departure": {
"time": "1773134757"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773134866"
},
"departure": {
"time": "1773134880"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1773134890"
},
"departure": {
"time": "1773134928"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773134988"
},
"departure": {
"time": "1773134997"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773135023"
},
"departure": {
"time": "1773135044"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773135119"
},
"departure": {
"time": "1773135130"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773135173"
},
"departure": {
"time": "1773135189"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773135213"
},
"departure": {
"time": "1773135229"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1773135409"
},
"departure": {
"time": "1773135473"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1773136190"
},
"departure": {
"time": "1773136190"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-05_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-01-04_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773150824"
},
"departure": {
"time": "1773150855"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773150957"
},
"departure": {
"time": "1773150973"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773150989"
},
"departure": {
"time": "1773151081"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773151155"
},
"departure": {
"time": "1773151170"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773151213"
},
"departure": {
"time": "1773151233"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1773151320"
},
"departure": {
"time": "1773151333"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1773151435"
},
"departure": {
"time": "1773151712"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773151854"
},
"departure": {
"time": "1773151871"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773152048"
},
"departure": {
"time": "1773152065"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773152205"
},
"departure": {
"time": "1773152214"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1773152310"
},
"departure": {
"time": "1773152320"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773152371"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-04_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-02-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773138860"
},
"departure": {
"time": "1773138899"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773138964"
},
"departure": {
"time": "1773138974"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773139153"
},
"departure": {
"time": "1773139169"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1773139205"
},
"departure": {
"time": "1773139230"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773139364"
},
"departure": {
"time": "1773139382"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773139488"
},
"departure": {
"time": "1773139494"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773139579"
},
"departure": {
"time": "1773139948"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773140041"
},
"departure": {
"time": "1773140061"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1773140143"
},
"departure": {
"time": "1773140163"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1773140208"
},
"departure": {
"time": "1773140228"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773140278"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773140550"
},
"departure": {
"time": "1773140550"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1773140730"
},
"departure": {
"time": "1773140730"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-03_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-02-01_0_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773120491"
},
"departure": {
"time": "1773121317"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1773121395"
},
"departure": {
"time": "1773121407"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1773121489"
},
"departure": {
"time": "1773121495"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773121575"
},
"departure": {
"time": "1773121584"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773121702"
},
"departure": {
"time": "1773121709"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1773121736"
},
"departure": {
"time": "1773121747"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773121815"
},
"departure": {
"time": "1773121849"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1773121890"
},
"departure": {
"time": "1773121905"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1773121937"
},
"departure": {
"time": "1773121953"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1773122191"
},
"departure": {
"time": "1773122199"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1773122322"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-01_0_4"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-02-03_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773124789"
},
"departure": {
"time": "1773125721"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1773125790"
},
"departure": {
"time": "1773125801"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1773125874"
},
"departure": {
"time": "1773125884"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773125956"
},
"departure": {
"time": "1773125977"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773126094"
},
"departure": {
"time": "1773126115"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1773126132"
},
"departure": {
"time": "1773126172"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773126233"
},
"departure": {
"time": "1773126241"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773126269"
},
"departure": {
"time": "1773126283"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773126347"
},
"departure": {
"time": "1773126376"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773126403"
},
"departure": {
"time": "1773126415"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773126445"
},
"departure": {
"time": "1773126477"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1773126695"
},
"departure": {
"time": "1773126705"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1773126806"
},
"departure": {
"time": "1773127370"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-03_2"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LH-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773125917"
},
"departure": {
"time": "1773126967"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1773127052"
},
"departure": {
"time": "1773127088"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773127111"
},
"departure": {
"time": "1773127154"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 2
},
{
"arrival": {
"time": "1773127214"
},
"departure": {
"time": "1773127249"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1773127309"
},
"departure": {
"time": "1773127350"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773127396"
},
"departure": {
"time": "1773127433"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1773127472"
},
"departure": {
"time": "1773127487"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1773127524"
},
"departure": {
"time": "1773127533"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1773127566"
},
"departure": {
"time": "1773127579"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773127615"
},
"departure": {
"time": "1773127623"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1773127673"
},
"departure": {
"time": "1773127690"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1773127837"
},
"departure": {
"time": "1773127879"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 11
},
{
"arrival": {
"time": "1773127989"
},
"departure": {
"time": "1773128022"
},
"stopId": "VENDOME - FATON",
"stopSequence": 12
},
{
"arrival": {
"time": "1773128098"
},
"departure": {
"time": "1773128112"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 13
},
{
"arrival": {
"time": "1773128167"
},
"departure": {
"time": "1773128202"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 14
},
{
"arrival": {
"time": "1773128226"
},
"departure": {
"time": "1773128232"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1773128266"
},
"departure": {
"time": "1773128311"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 16
},
{
"arrival": {
"time": "1773128369"
},
"departure": {
"time": "1773128403"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 17
},
{
"arrival": {
"time": "1773128449"
},
"departure": {
"time": "1773128460"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 18
},
{
"arrival": {
"time": "1773128495"
},
"departure": {
"time": "1773128505"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 19
},
{
"arrival": {
"time": "1773128559"
},
"departure": {
"time": "1773128572"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 20
},
{
"arrival": {
"time": "1773128677"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 21
}
],
"timestamp": "1773157652",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-02_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LD-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773126514"
},
"departure": {
"time": "1773126528"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773127361"
},
"departure": {
"time": "1773127375"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 1
},
{
"arrival": {
"time": "1773127400"
},
"departure": {
"time": "1773127408"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 2
},
{
"arrival": {
"time": "1773127453"
},
"departure": {
"time": "1773127467"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773127561"
},
"departure": {
"time": "1773127595"
},
"stopId": "VENDOME - FATON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773127769"
},
"departure": {
"time": "1773127777"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773127817"
},
"departure": {
"time": "1773127837"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1773127888"
},
"departure": {
"time": "1773127930"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773128100"
},
"departure": {
"time": "1773128112"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773128183"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 9
}
],
"timestamp": "1773157645",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-01-02_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "trip:TGV-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773119237"
},
"departure": {
"time": "1773119450"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773119612"
},
"departure": {
"time": "1773119653"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773119694"
},
"departure": {
"time": "1773119729"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773119755"
},
"departure": {
"time": "1773119815"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773119845"
},
"departure": {
"time": "1773119900"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773119979"
},
"departure": {
"time": "1773119994"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773120022"
},
"departure": {
"time": "1773120032"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773120180"
},
"departure": {
"time": "1773120193"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1773120277"
},
"departure": {
"time": "1773120288"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1773120341"
},
"departure": {
"time": "1773120350"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1773120453"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-01_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-02-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773131957"
},
"departure": {
"time": "1773131993"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773132057"
},
"departure": {
"time": "1773132063"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773132235"
},
"departure": {
"time": "1773132247"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1773132285"
},
"departure": {
"time": "1773132302"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773132417"
},
"departure": {
"time": "1773132425"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773132610"
},
"departure": {
"time": "1773132621"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773132724"
},
"departure": {
"time": "1773133058"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773133159"
},
"departure": {
"time": "1773133172"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1773133410"
},
"departure": {
"time": "1773133410"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1773133470"
},
"departure": {
"time": "1773133470"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773133590"
},
"departure": {
"time": "1773133590"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773133650"
},
"departure": {
"time": "1773133650"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1773133830"
},
"departure": {
"time": "1773133830"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-02_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LH-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773155763"
},
"departure": {
"time": "1773155950"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1773156018"
},
"departure": {
"time": "1773156074"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 1
},
{
"arrival": {
"time": "1773156165"
},
"departure": {
"time": "1773156175"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 2
},
{
"arrival": {
"time": "1773156212"
},
"departure": {
"time": "1773156220"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 3
},
{
"arrival": {
"time": "1773156264"
},
"departure": {
"time": "1773156279"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1773156335"
},
"departure": {
"time": "1773156382"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
},
{
"arrival": {
"time": "1773156427"
},
"departure": {
"time": "1773156443"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773156471"
},
"departure": {
"time": "1773156502"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1773156559"
},
"departure": {
"time": "1773156576"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773156658"
},
"departure": {
"time": "1773156669"
},
"stopId": "VENDOME - FATON",
"stopSequence": 9
},
{
"arrival": {
"time": "1773156796"
},
"departure": {
"time": "1773156845"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 10
},
{
"arrival": {
"time": "1773157023"
},
"departure": {
"time": "1773157041"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 11
},
{
"arrival": {
"time": "1773157123"
},
"departure": {
"time": "1773157204"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1773157299"
},
"departure": {
"time": "1773157340"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 13
},
{
"arrival": {
"time": "1773157368"
},
"departure": {
"time": "1773157387"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1773157445"
},
"departure": {
"time": "1773157488"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 15
},
{
"arrival": {
"time": "1773157538"
},
"departure": {
"time": "1773157564"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 16
},
{
"arrival": {
"time": "1773157597"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 17
}
],
"timestamp": "1773157652",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LD-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773156299"
},
"departure": {
"time": "1773157124"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1773157172"
},
"departure": {
"time": "1773157198"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773157323"
},
"departure": {
"time": "1773157380"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 2
},
{
"arrival": {
"time": "1773157504"
},
"departure": {
"time": "1773157540"
},
"stopId": "VENDOME - FATON",
"stopSequence": 3
},
{
"arrival": {
"time": "1773157607"
},
"departure": {
"time": "1773157627"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 4
},
{
"arrival": {
"time": "1773157680"
},
"departure": {
"time": "1773157680"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 5
},
{
"arrival": {
"time": "1773157800"
},
"departure": {
"time": "1773157800"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773157920"
},
"departure": {
"time": "1773157920"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 7
},
{
"arrival": {
"time": "1773158100"
},
"departure": {
"time": "1773158100"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 8
}
],
"timestamp": "1773157645",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-02-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "trip:LM-02-06_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773155787"
},
"departure": {
"time": "1773156002"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 0
},
{
"arrival": {
"time": "1773156022"
},
"departure": {
"time": "1773156046"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1773156639"
},
"departure": {
"time": "1773156659"
},
"stopId": "VENDOME - J. EMOND LIGNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773156488"
},
"departure": {
"time": "1773156537"
},
"stopId": "VENDOME - LYCEE RONSARD LIGNE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773156816"
},
"departure": {
"time": "1773156867"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 4
},
{
"arrival": {
"time": "1773157860"
},
"departure": {
"time": "1773157860"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1773157980"
},
"departure": {
"time": "1773157980"
},
"stopId": "LUNAY - CLOUSEAUX",
"stopSequence": 6
},
{
"arrival": {
"time": "1773158340"
},
"departure": {
"time": "1773158340"
},
"stopId": "LUNAY - BOURG",
"stopSequence": 7
},
{
"arrival": {
"time": "1773158580"
},
"departure": {
"time": "1773158580"
},
"stopId": "LUNAY - LA BARRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773158700"
},
"departure": {
"time": "1773158700"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 9
},
{
"arrival": {
"time": "1773158760"
},
"departure": {
"time": "1773158760"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773158940"
},
"departure": {
"time": "1773158940"
},
"stopId": "MONTOIRE - GENDARMERIE",
"stopSequence": 11
},
{
"arrival": {
"time": "1773159180"
},
"departure": {
"time": "1773159180"
},
"stopId": "MONTOIRE - PLACE DES PATIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1773159300"
},
"departure": {
"time": "1773159300"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 13
}
],
"timestamp": "1773157634",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-06_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LA-01-12_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773153803"
},
"departure": {
"time": "1773153971"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1773154055"
},
"departure": {
"time": "1773154055"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1773154112"
},
"departure": {
"time": "1773154123"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773154180"
},
"departure": {
"time": "1773154212"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1773154273"
},
"departure": {
"time": "1773154283"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773154334"
},
"departure": {
"time": "1773154363"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1773154406"
},
"departure": {
"time": "1773154452"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1773154471"
},
"departure": {
"time": "1773154480"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1773154514"
},
"departure": {
"time": "1773154524"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773154564"
},
"departure": {
"time": "1773154617"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1773154712"
},
"departure": {
"time": "1773154754"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1773154861"
},
"departure": {
"time": "1773154904"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1773154993"
},
"departure": {
"time": "1773155005"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1773155055"
},
"departure": {
"time": "1773155097"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1773155125"
},
"departure": {
"time": "1773155166"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1773155214"
},
"departure": {
"time": "1773155255"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1773155284"
},
"departure": {
"time": "1773155295"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1773155308"
},
"departure": {
"time": "1773155315"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1773155407"
},
"departure": {
"time": "1773155434"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1773155449"
},
"departure": {
"time": "1773155473"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1773155489"
},
"departure": {
"time": "1773155532"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1773155930"
},
"departure": {
"time": "1773155930"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-12_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LD-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773124034"
},
"departure": {
"time": "1773124204"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1773124226"
},
"departure": {
"time": "1773124268"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773124313"
},
"departure": {
"time": "1773124331"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773124440"
},
"departure": {
"time": "1773124472"
},
"stopId": "VENDOME - FATON",
"stopSequence": 3
},
{
"arrival": {
"time": "1773124632"
},
"departure": {
"time": "1773124665"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1773124701"
},
"departure": {
"time": "1773124739"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1773124785"
},
"departure": {
"time": "1773124830"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 6
},
{
"arrival": {
"time": "1773124975"
},
"departure": {
"time": "1773124996"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773125078"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 8
}
],
"timestamp": "1773157645",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-01-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "trip:LB-01-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773137514"
},
"departure": {
"time": "1773137727"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773137915"
},
"departure": {
"time": "1773137927"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773137987"
},
"departure": {
"time": "1773137997"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773138137"
},
"departure": {
"time": "1773138137"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773138227"
},
"departure": {
"time": "1773138227"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 4
},
{
"arrival": {
"time": "1773138295"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 5
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-03_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-05_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773156799"
},
"departure": {
"time": "1773156873"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773156986"
},
"departure": {
"time": "1773157000"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773157012"
},
"departure": {
"time": "1773157112"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773157243"
},
"departure": {
"time": "1773157261"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773157300"
},
"departure": {
"time": "1773157330"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1773157489"
},
"departure": {
"time": "1773157501"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1773157609"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773157830"
},
"departure": {
"time": "1773157830"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773157950"
},
"departure": {
"time": "1773157950"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773158130"
},
"departure": {
"time": "1773158130"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1773158310"
},
"departure": {
"time": "1773158310"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773158430"
},
"departure": {
"time": "1773158430"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-01-11_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773149679"
},
"departure": {
"time": "1773150385"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1773150472"
},
"departure": {
"time": "1773150477"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1773150516"
},
"departure": {
"time": "1773150524"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773150582"
},
"departure": {
"time": "1773150617"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1773150693"
},
"departure": {
"time": "1773150720"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773150768"
},
"departure": {
"time": "1773150835"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1773150871"
},
"departure": {
"time": "1773150932"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1773150970"
},
"departure": {
"time": "1773150986"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1773151014"
},
"departure": {
"time": "1773151021"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773151056"
},
"departure": {
"time": "1773151088"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1773151152"
},
"departure": {
"time": "1773151179"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1773151282"
},
"departure": {
"time": "1773151318"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1773151387"
},
"departure": {
"time": "1773151424"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1773151466"
},
"departure": {
"time": "1773151508"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1773151544"
},
"departure": {
"time": "1773151574"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1773151634"
},
"departure": {
"time": "1773151670"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1773151692"
},
"departure": {
"time": "1773151704"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1773151722"
},
"departure": {
"time": "1773151757"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1773151833"
},
"departure": {
"time": "1773151863"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1773151878"
},
"departure": {
"time": "1773151911"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1773151929"
},
"departure": {
"time": "1773151962"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1773152270"
},
"departure": {
"time": "1773152270"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-11_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LA-02-10_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773152077"
},
"departure": {
"time": "1773152168"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1773152293"
},
"departure": {
"time": "1773152352"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1773152367"
},
"departure": {
"time": "1773152385"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773152400"
},
"departure": {
"time": "1773152458"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1773152527"
},
"departure": {
"time": "1773152572"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773152588"
},
"departure": {
"time": "1773152600"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773152630"
},
"departure": {
"time": "1773152668"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773152720"
},
"departure": {
"time": "1773152764"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773152793"
},
"departure": {
"time": "1773152810"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773152863"
},
"departure": {
"time": "1773152896"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1773152942"
},
"departure": {
"time": "1773152983"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1773153123"
},
"departure": {
"time": "1773153167"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1773153237"
},
"departure": {
"time": "1773153266"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1773153308"
},
"departure": {
"time": "1773153340"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1773153377"
},
"departure": {
"time": "1773153413"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1773153426"
},
"departure": {
"time": "1773153436"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1773153492"
},
"departure": {
"time": "1773153530"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1773153579"
},
"departure": {
"time": "1773153590"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1773153649"
},
"departure": {
"time": "1773153681"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1773153743"
},
"departure": {
"time": "1773153748"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1773154070"
},
"departure": {
"time": "1773154070"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-10_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LH-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773122651"
},
"departure": {
"time": "1773123289"
},
"stopId": "VENDOME - BOIS LA BARBE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773123709"
},
"departure": {
"time": "1773123780"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1773123858"
},
"departure": {
"time": "1773123899"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 2
},
{
"arrival": {
"time": "1773123925"
},
"departure": {
"time": "1773123964"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 3
},
{
"arrival": {
"time": "1773124326"
},
"departure": {
"time": "1773124371"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1773124488"
},
"departure": {
"time": "1773124525"
},
"stopId": "VENDOME - FATON",
"stopSequence": 5
},
{
"arrival": {
"time": "1773124604"
},
"departure": {
"time": "1773124617"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 6
},
{
"arrival": {
"time": "1773124679"
},
"departure": {
"time": "1773124716"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1773124742"
},
"departure": {
"time": "1773124772"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 8
},
{
"arrival": {
"time": "1773124814"
},
"departure": {
"time": "1773124855"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
},
{
"arrival": {
"time": "1773124925"
},
"departure": {
"time": "1773124937"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 10
},
{
"arrival": {
"time": "1773124980"
},
"departure": {
"time": "1773124987"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 11
},
{
"arrival": {
"time": "1773125025"
},
"departure": {
"time": "1773125036"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1773125115"
},
"departure": {
"time": "1773125154"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 13
},
{
"arrival": {
"time": "1773125238"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 14
}
],
"timestamp": "1773157652",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:TGV-01-05_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773132142"
},
"departure": {
"time": "1773132501"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773132675"
},
"departure": {
"time": "1773132719"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773132769"
},
"departure": {
"time": "1773132794"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773132819"
},
"departure": {
"time": "1773132846"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773132871"
},
"departure": {
"time": "1773132881"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773132954"
},
"departure": {
"time": "1773132962"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773132992"
},
"departure": {
"time": "1773132998"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773133122"
},
"departure": {
"time": "1773133128"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1773133204"
},
"departure": {
"time": "1773133211"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1773133261"
},
"departure": {
"time": "1773133268"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1773133370"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-05_1"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LM-02-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773124921"
},
"departure": {
"time": "1773125126"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 0
},
{
"arrival": {
"time": "1773125570"
},
"departure": {
"time": "1773125602"
},
"stopId": "NAVEIL - MONTRIEUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1773126157"
},
"departure": {
"time": "1773126201"
},
"stopId": "LUNAY - CLOUSEAUX",
"stopSequence": 2
},
{
"arrival": {
"time": "1773126575"
},
"departure": {
"time": "1773126667"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773126735"
},
"departure": {
"time": "1773126773"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 4
},
{
"arrival": {
"time": "1773126863"
},
"departure": {
"time": "1773126871"
},
"stopId": "MONTOIRE - LA POINTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773127226"
},
"departure": {
"time": "1773127285"
},
"stopId": "MONTOIRE - COLLEGE JANEQUIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1773127706"
},
"departure": {
"time": "1773127631"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 7
}
],
"timestamp": "1773157634",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-03_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:TGV-01-03_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773123563"
},
"departure": {
"time": "1773123756"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773123890"
},
"departure": {
"time": "1773123923"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773123960"
},
"departure": {
"time": "1773124008"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773124028"
},
"departure": {
"time": "1773124085"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773124116"
},
"departure": {
"time": "1773124160"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773124231"
},
"departure": {
"time": "1773124276"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773124301"
},
"departure": {
"time": "1773124311"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773124451"
},
"departure": {
"time": "1773124459"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1773124546"
},
"departure": {
"time": "1773124572"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1773124619"
},
"departure": {
"time": "1773124627"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1773124748"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-03_4"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-02-05_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773153589"
},
"departure": {
"time": "1773153632"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773153695"
},
"departure": {
"time": "1773153706"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773153878"
},
"departure": {
"time": "1773153937"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1773153970"
},
"departure": {
"time": "1773153999"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773154097"
},
"departure": {
"time": "1773154113"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773154233"
},
"departure": {
"time": "1773154259"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773154321"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LN-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773129152"
},
"departure": {
"time": "1773129622"
},
"stopId": "NAVEIL - SQUARE LIBERTE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773130068"
},
"departure": {
"time": "1773130090"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1773130120"
},
"departure": {
"time": "1773130157"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773130379"
},
"departure": {
"time": "1773130401"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1773130509"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "LIGNE N",
"scheduleRelationship": "SCHEDULED",
"tripId": "LN-01-01_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LE-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773157036"
},
"departure": {
"time": "1773157301"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1773157411"
},
"departure": {
"time": "1773157441"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773157493"
},
"departure": {
"time": "1773157553"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 2
},
{
"arrival": {
"time": "1773157634"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773157710"
},
"departure": {
"time": "1773157710"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773157770"
},
"departure": {
"time": "1773157770"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 5
},
{
"arrival": {
"time": "1773157890"
},
"departure": {
"time": "1773157890"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1773157950"
},
"departure": {
"time": "1773157950"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 7
},
{
"arrival": {
"time": "1773158010"
},
"departure": {
"time": "1773158010"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 8
},
{
"arrival": {
"time": "1773158490"
},
"departure": {
"time": "1773158490"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
}
],
"timestamp": "1773157642",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE-02-01_0"
},
"vehicle": {
"id": "5f48f27443f0857686ef7c1e",
"label": "309",
"licensePlate": "BF952XL"
}
}
},
{
"id": "trip:TGV-02-02_0_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773122870"
},
"departure": {
"time": "1773123874"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1773123965"
},
"departure": {
"time": "1773123976"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1773124053"
},
"departure": {
"time": "1773124063"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773124144"
},
"departure": {
"time": "1773124177"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773124302"
},
"departure": {
"time": "1773124331"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1773124350"
},
"departure": {
"time": "1773124363"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773124420"
},
"departure": {
"time": "1773124431"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773124455"
},
"departure": {
"time": "1773124470"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773124535"
},
"departure": {
"time": "1773124551"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773124590"
},
"departure": {
"time": "1773124662"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773124686"
},
"departure": {
"time": "1773124727"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1773124891"
},
"departure": {
"time": "1773124904"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1773125023"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-02_0_4"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LM-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773119976"
},
"departure": {
"time": "1773120037"
},
"stopId": "ARTINS - PLACE DES ANCIENS COMBATTANTS",
"stopSequence": 0
},
{
"arrival": {
"time": "1773120306"
},
"departure": {
"time": "1773120386"
},
"stopId": "COUTURE - EGLISE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773120670"
},
"departure": {
"time": "1773120722"
},
"stopId": "SOUGE - PONT DE BRAYE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773120888"
},
"departure": {
"time": "1773120936"
},
"stopId": "SOUGE - EGLISE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773121169"
},
"departure": {
"time": "1773121206"
},
"stopId": "TROO - CHENILLE",
"stopSequence": 4
},
{
"arrival": {
"time": "1773121282"
},
"departure": {
"time": "1773121324"
},
"stopId": "TROO - PLACE DE LA LIBERATION",
"stopSequence": 5
},
{
"arrival": {
"time": "1773121398"
},
"departure": {
"time": "1773121441"
},
"stopId": "TROO - LA CROIX VERTE",
"stopSequence": 6
},
{
"arrival": {
"time": "1773121553"
},
"departure": {
"time": "1773121611"
},
"stopId": "MONTOIRE - ST QUENTIN LES TROO",
"stopSequence": 7
},
{
"arrival": {
"time": "1773121987"
},
"departure": {
"time": "1773122061"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773122257"
},
"departure": {
"time": "1773122317"
},
"stopId": "MONTOIRE - GENDARMERIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1773122541"
},
"departure": {
"time": "1773122562"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773122645"
},
"departure": {
"time": "1773122656"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 11
},
{
"arrival": {
"time": "1773122907"
},
"departure": {
"time": "1773122914"
},
"stopId": "LUNAY - PRAZERIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1773123054"
},
"departure": {
"time": "1773123061"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 13
},
{
"arrival": {
"time": "1773124003"
},
"departure": {
"time": "1773124010"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 14
},
{
"arrival": {
"time": "1773124140"
},
"departure": {
"time": "1773124140"
},
"stopId": "VENDOME - LYCEE RONSARD LIGNE",
"stopSequence": 15
}
],
"timestamp": "1773157634",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-01-01_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:TGV-01-02_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773121337"
},
"departure": {
"time": "1773121837"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773122014"
},
"departure": {
"time": "1773122043"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773122081"
},
"departure": {
"time": "1773122123"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773122148"
},
"departure": {
"time": "1773122191"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773122214"
},
"departure": {
"time": "1773122239"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773122310"
},
"departure": {
"time": "1773122341"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773122373"
},
"departure": {
"time": "1773122402"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773122547"
},
"departure": {
"time": "1773122553"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1773122642"
},
"departure": {
"time": "1773122653"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1773122704"
},
"departure": {
"time": "1773122713"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1773122827"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-02_3"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:TGV-01-04_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773125053"
},
"departure": {
"time": "1773125452"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1773125607"
},
"departure": {
"time": "1773125642"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1773125682"
},
"departure": {
"time": "1773125698"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1773125720"
},
"departure": {
"time": "1773125743"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773125769"
},
"departure": {
"time": "1773125777"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1773125870"
},
"departure": {
"time": "1773125880"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773125909"
},
"departure": {
"time": "1773125918"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773126075"
},
"departure": {
"time": "1773126083"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1773126172"
},
"departure": {
"time": "1773126178"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1773126236"
},
"departure": {
"time": "1773126264"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1773126375"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-04_4"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-01-13_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773155298"
},
"departure": {
"time": "1773156020"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1773156125"
},
"departure": {
"time": "1773156125"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1773156203"
},
"departure": {
"time": "1773156232"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773156292"
},
"departure": {
"time": "1773156331"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1773156402"
},
"departure": {
"time": "1773156444"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773156497"
},
"departure": {
"time": "1773156541"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1773156578"
},
"departure": {
"time": "1773156648"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1773156677"
},
"departure": {
"time": "1773156706"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1773156730"
},
"departure": {
"time": "1773156762"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773156794"
},
"departure": {
"time": "1773156827"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1773156893"
},
"departure": {
"time": "1773156901"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1773156994"
},
"departure": {
"time": "1773157049"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1773157112"
},
"departure": {
"time": "1773157126"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1773157171"
},
"departure": {
"time": "1773157213"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1773157272"
},
"departure": {
"time": "1773157282"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1773157364"
},
"departure": {
"time": "1773157389"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1773157417"
},
"departure": {
"time": "1773157424"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1773157446"
},
"departure": {
"time": "1773157453"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1773157527"
},
"departure": {
"time": "1773157537"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1773157549"
},
"departure": {
"time": "1773157577"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1773157596"
},
"departure": {
"time": "1773157632"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1773157750"
},
"departure": {
"time": "1773157750"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LA-02-11_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773155703"
},
"departure": {
"time": "1773155779"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1773155899"
},
"departure": {
"time": "1773156002"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1773156022"
},
"departure": {
"time": "1773156058"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773156068"
},
"departure": {
"time": "1773156111"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1773156180"
},
"departure": {
"time": "1773156196"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1773156211"
},
"departure": {
"time": "1773156236"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773156269"
},
"departure": {
"time": "1773156353"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773156436"
},
"departure": {
"time": "1773156479"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773156515"
},
"departure": {
"time": "1773156525"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773156584"
},
"departure": {
"time": "1773156592"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1773156699"
},
"departure": {
"time": "1773156758"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1773156876"
},
"departure": {
"time": "1773156928"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1773156973"
},
"departure": {
"time": "1773157030"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1773157066"
},
"departure": {
"time": "1773157095"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1773157127"
},
"departure": {
"time": "1773157174"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1773157195"
},
"departure": {
"time": "1773157231"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1773157286"
},
"departure": {
"time": "1773157334"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1773157396"
},
"departure": {
"time": "1773157427"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1773157489"
},
"departure": {
"time": "1773157545"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1773157605"
},
"departure": {
"time": "1773157612"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1773157670"
},
"departure": {
"time": "1773157670"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1773157643",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-11_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-02-04_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773126423"
},
"departure": {
"time": "1773127551"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1773127640"
},
"departure": {
"time": "1773127649"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1773127729"
},
"departure": {
"time": "1773127737"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1773127807"
},
"departure": {
"time": "1773127817"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1773127941"
},
"departure": {
"time": "1773127948"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1773127964"
},
"departure": {
"time": "1773127973"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1773128028"
},
"departure": {
"time": "1773128035"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1773128060"
},
"departure": {
"time": "1773128060"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1773128118"
},
"departure": {
"time": "1773128129"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1773128158"
},
"departure": {
"time": "1773128177"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773128203"
},
"departure": {
"time": "1773128215"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1773128401"
},
"departure": {
"time": "1773128408"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1773128475"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1773157632",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-04_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LB-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773125960"
},
"departure": {
"time": "1773125998"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773126061"
},
"departure": {
"time": "1773126071"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773126240"
},
"departure": {
"time": "1773126267"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1773126306"
},
"departure": {
"time": "1773126324"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773126506"
},
"departure": {
"time": "1773126561"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773126781"
},
"departure": {
"time": "1773126797"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773127361"
},
"departure": {
"time": "1773127406"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773127508"
},
"departure": {
"time": "1773127527"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1773127626"
},
"departure": {
"time": "1773127641"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1773127688"
},
"departure": {
"time": "1773127705"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773127762"
},
"departure": {
"time": "1773127820"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773127835"
},
"departure": {
"time": "1773127841"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1773127830"
},
"departure": {
"time": "1773127830"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-01_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773123350"
},
"departure": {
"time": "1773123584"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773123694"
},
"departure": {
"time": "1773123722"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773123731"
},
"departure": {
"time": "1773123821"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773123891"
},
"departure": {
"time": "1773123922"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773123972"
},
"departure": {
"time": "1773124002"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1773124098"
},
"departure": {
"time": "1773124106"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1773124204"
},
"departure": {
"time": "1773124457"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773124571"
},
"departure": {
"time": "1773124609"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773124655"
},
"departure": {
"time": "1773124719"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773124858"
},
"departure": {
"time": "1773124873"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1773124969"
},
"departure": {
"time": "1773125005"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773125069"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-01_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-02-04_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773146652"
},
"departure": {
"time": "1773146688"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773146758"
},
"departure": {
"time": "1773146766"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1773146939"
},
"departure": {
"time": "1773146957"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1773146993"
},
"departure": {
"time": "1773147015"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1773147108"
},
"departure": {
"time": "1773147133"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1773147257"
},
"departure": {
"time": "1773147266"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1773147356"
},
"departure": {
"time": "1773147755"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773147886"
},
"departure": {
"time": "1773147900"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1773148004"
},
"departure": {
"time": "1773148025"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1773148069"
},
"departure": {
"time": "1773148085"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1773148147"
},
"departure": {
"time": "1773148162"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773148174"
},
"departure": {
"time": "1773148185"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1773148295"
},
"departure": {
"time": "1773148530"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-04_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1773129567"
},
"departure": {
"time": "1773129599"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1773129708"
},
"departure": {
"time": "1773129716"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1773129736"
},
"departure": {
"time": "1773129818"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1773129890"
},
"departure": {
"time": "1773129917"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1773129963"
},
"departure": {
"time": "1773129980"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1773130059"
},
"departure": {
"time": "1773130073"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1773130154"
},
"departure": {
"time": "1773130444"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1773130589"
},
"departure": {
"time": "1773130620"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1773130670"
},
"departure": {
"time": "1773130711"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1773130840"
},
"departure": {
"time": "1773130862"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1773130955"
},
"departure": {
"time": "1773130985"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1773131048"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1773157648",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-02_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"alert": {
"activePeriod": [
{
"end": "1775174340",
"start": "1772150400"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés :\n\nle service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février)\nle service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars)\nle service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril)\n\nVeuillez cliquer ICI pour visualiser la nouvelle fiche horaire."
}
]
},
"effect": "MODIFIED_SERVICE",
"headerText": {
"translation": [
{
"text": "NOUVELLE FICHE HORAIRE à partir du 02 mars"
}
]
},
"informedEntity": [
{
"routeId": "NAVETTE TGV"
}
]
},
"id": "alert:699f0802ff36229af5c0c089"
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1773157663"
}
}