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
❌35 erreurs, 12 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 09/06/2026 à 09h08 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt stop_id does not exist in GTFS data E011 15 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id TGV-02-04_1 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id LA-01-03_0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id TGV-02-02_0_4 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
- trip_id LB-02-01_0 stop_id AREINES - AMPHITHEATRE does not exist in GTFS data stops.txt
- trip_id LB-02-01_0 stop_id VENDOME - ST BIENHEURE does not exist in GTFS data stops.txt
stop_time_update doesn't have arrival or departure E043 2 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-03_0 stop_sequence 23 doesn't have arrival or departure
- trip_id TGV-01-02_3 stop_sequence 5 doesn't have arrival or departure
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 15 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id TGV-02-04_1 stop_sequence 1 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 1 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id 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
- GTFS-rt trip_id TGV-02-02_0_4 stop_sequence 1 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 1 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
- GTFS-rt trip_id LB-02-01_0 stop_sequence 1 has stop_id AREINES - AMPHITHEATRE but GTFS stop_sequence 1 has stop_id AREINES - AMPHITHÉÂTRE - stop_ids should be the same
- GTFS-rt trip_id LB-02-01_0 stop_sequence 3 has stop_id VENDOME - ST BIENHEURE but GTFS stop_sequence 3 has stop_id VENDOME - ST BIENHEURÉ - stop_ids should be the same
VehiclePosition and TripUpdate ID pairing mismatch E047 3 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 LN-01-01_0 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-01-02_3 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-01-05_0 and vehicle_id 5f6b208cf07eca4f072db425 pairing in VehiclePositions does not match trip_id LA-02-03_0 and vehicle_id 5f6b208cf07eca4f072db425 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LA-02-04_0 and vehicle_id 5f6b207af07eca4ec325afdc pairing in VehiclePositions does not match trip_id LA-01-02_0 and vehicle_id 5f6b207af07eca4ec325afdc 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 12 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 LB-01-01_0 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-02_3 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-04_4 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-01-04_0 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-01-03_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 | 299 | 24 fois (80 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 280 | 24 fois (80 % des validations) |
| E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 47 | 24 fois (80 % des validations) |
| W003 | a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed | 216 | 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 | 67 | 13 fois (43 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 36 | 9 fois (30 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 13 | 4 fois (13 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 09/06/2026 à 16h41 Europe/Paris.
trip_updates (34) vehicle_positions (7) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updates vehicle_positionsFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 09/06/2026 à 16h41 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "vehicle:5f9ac9f0f4e5a247456a4a16",
"vehicle": {
"currentStopSequence": 15,
"position": {
"latitude": 47.782623291015625,
"longitude": 1.0718519687652588
},
"stopId": "VENDOME - FAURE",
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "vehicle:5f6d9a699fe0c8233a3636a0",
"vehicle": {
"currentStopSequence": 15,
"position": {
"latitude": 47.80721664428711,
"longitude": 1.0619399547576904
},
"stopId": "VENDOME - LYCEE RONSARD",
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "vehicle:5f9ac9fef4e5a2475b1d7e61",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 2,
"position": {
"latitude": 47.793495178222656,
"longitude": 1.0707743167877197
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"timestamp": "1781016099",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-02-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "vehicle:62babc77f4336585d60d0e29",
"vehicle": {
"currentStopSequence": 5,
"position": {
"latitude": 47.80935287475586,
"longitude": 1.0756863355636597
},
"stopId": "ST OUEN - CHEVAL BLANC",
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "vehicle:62c5a41bd5f098dd792fcb19",
"vehicle": {
"currentStopSequence": 5,
"position": {
"latitude": 47.79875183105469,
"longitude": 1.042472004890442
},
"stopId": "MAZANGE - GUE DU LOIR",
"timestamp": "1781016095",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-06_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "vehicle:5f6d9a4e9fe0c822fdf0088b",
"vehicle": {
"currentStopSequence": 17,
"position": {
"latitude": 47.790950775146484,
"longitude": 1.0640182495117188
},
"stopId": "VENDOME - ST LUBIN",
"timestamp": "1781016072",
"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": 0,
"position": {
"latitude": 47.785888671875,
"longitude": 1.0781607627868652
},
"stopId": "VENDOME - ROBERT LASNEAU",
"timestamp": "1781015978",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE-02-01_0"
},
"vehicle": {
"id": "5f48f27443f0857686ef7c1e",
"label": "309",
"licensePlate": "BF952XL"
}
}
},
{
"id": "trip:LH-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780984090"
},
"departure": {
"time": "1780985765"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1780985841"
},
"departure": {
"time": "1780985869"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 1
},
{
"arrival": {
"time": "1780985897"
},
"departure": {
"time": "1780985937"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 2
},
{
"arrival": {
"time": "1780985983"
},
"departure": {
"time": "1780986022"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1780986087"
},
"departure": {
"time": "1780986113"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1780986165"
},
"departure": {
"time": "1780986208"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1780986248"
},
"departure": {
"time": "1780986258"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1780986281"
},
"departure": {
"time": "1780986288"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1780986323"
},
"departure": {
"time": "1780986349"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1780986384"
},
"departure": {
"time": "1780986392"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1780986460"
},
"departure": {
"time": "1780986468"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1780986624"
},
"departure": {
"time": "1780986663"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 11
},
{
"arrival": {
"time": "1780986793"
},
"departure": {
"time": "1780986825"
},
"stopId": "VENDOME - FATON",
"stopSequence": 12
},
{
"arrival": {
"time": "1780986894"
},
"departure": {
"time": "1780986911"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 13
},
{
"arrival": {
"time": "1780986959"
},
"departure": {
"time": "1780986969"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 14
},
{
"arrival": {
"time": "1780986994"
},
"departure": {
"time": "1780987004"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1780987037"
},
"departure": {
"time": "1780987078"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 16
},
{
"arrival": {
"time": "1780987154"
},
"departure": {
"time": "1780987165"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 17
},
{
"arrival": {
"time": "1780987202"
},
"departure": {
"time": "1780987215"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 18
},
{
"arrival": {
"time": "1780987241"
},
"departure": {
"time": "1780987253"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 19
},
{
"arrival": {
"time": "1780987300"
},
"departure": {
"time": "1780987330"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 20
},
{
"arrival": {
"time": "1780987404"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 21
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-02_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LM-02-06_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781014499"
},
"departure": {
"time": "1781014805"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 0
},
{
"arrival": {
"time": "1781014825"
},
"departure": {
"time": "1781014839"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1781015406"
},
"departure": {
"time": "1781015428"
},
"stopId": "VENDOME - J. EMOND LIGNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1781015202"
},
"departure": {
"time": "1781015288"
},
"stopId": "VENDOME - LYCEE RONSARD LIGNE",
"stopSequence": 3
},
{
"arrival": {
"time": "1781015637"
},
"departure": {
"time": "1781015692"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 4
},
{
"arrival": {
"time": "1781016870"
},
"departure": {
"time": "1781016870"
},
"stopId": "MAZANGE - GUE DU LOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1781016990"
},
"departure": {
"time": "1781016990"
},
"stopId": "LUNAY - CLOUSEAUX",
"stopSequence": 6
},
{
"arrival": {
"time": "1781017350"
},
"departure": {
"time": "1781017350"
},
"stopId": "LUNAY - BOURG",
"stopSequence": 7
},
{
"arrival": {
"time": "1781017590"
},
"departure": {
"time": "1781017590"
},
"stopId": "LUNAY - LA BARRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1781017710"
},
"departure": {
"time": "1781017710"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 9
},
{
"arrival": {
"time": "1781017770"
},
"departure": {
"time": "1781017770"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 10
},
{
"arrival": {
"time": "1781017950"
},
"departure": {
"time": "1781017950"
},
"stopId": "MONTOIRE - GENDARMERIE",
"stopSequence": 11
},
{
"arrival": {
"time": "1781018190"
},
"departure": {
"time": "1781018190"
},
"stopId": "MONTOIRE - PLACE DES PATIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1781018310"
},
"departure": {
"time": "1781018310"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 13
}
],
"timestamp": "1781016095",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-06_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:TGV-01-04_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780983855"
},
"departure": {
"time": "1780984307"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1780984445"
},
"departure": {
"time": "1780984483"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1780984540"
},
"departure": {
"time": "1780984569"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1780984597"
},
"departure": {
"time": "1780984618"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780984650"
},
"departure": {
"time": "1780984656"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1780984724"
},
"departure": {
"time": "1780984751"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780984776"
},
"departure": {
"time": "1780984788"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780984902"
},
"departure": {
"time": "1780984912"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1780984996"
},
"departure": {
"time": "1780985004"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1780985050"
},
"departure": {
"time": "1780985080"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1780985175"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-04_4"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LB-02-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780990767"
},
"departure": {
"time": "1780990809"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780990873"
},
"departure": {
"time": "1780990881"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1780991041"
},
"departure": {
"time": "1780991066"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1780991099"
},
"departure": {
"time": "1780991128"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1780991405"
},
"departure": {
"time": "1780991412"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1780991472"
},
"departure": {
"time": "1780991780"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1780991868"
},
"departure": {
"time": "1780991876"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1780992214"
},
"departure": {
"time": "1780992229"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1780992278"
},
"departure": {
"time": "1780992294"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780992367"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1780992368"
},
"departure": {
"time": "1780992480"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1780992660"
},
"departure": {
"time": "1780992660"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-02_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-02-04_1",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780985222"
},
"departure": {
"time": "1780986110"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1780986187"
},
"departure": {
"time": "1780986197"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1780986268"
},
"departure": {
"time": "1780986278"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1780986347"
},
"departure": {
"time": "1780986353"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1780986466"
},
"departure": {
"time": "1780986480"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1780986494"
},
"departure": {
"time": "1780986529"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780986592"
},
"departure": {
"time": "1780986599"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780986630"
},
"departure": {
"time": "1780986636"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1780986699"
},
"departure": {
"time": "1780986706"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1780986739"
},
"departure": {
"time": "1780986780"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780986806"
},
"departure": {
"time": "1780986841"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1780987014"
},
"departure": {
"time": "1780987054"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1780987123"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-04_1"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LE-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781015877"
},
"departure": {
"time": "1781015877"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1781016180"
},
"departure": {
"time": "1781016180"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 1
},
{
"arrival": {
"time": "1781016240"
},
"departure": {
"time": "1781016240"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 2
},
{
"arrival": {
"time": "1781016360"
},
"departure": {
"time": "1781016360"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1781016420"
},
"departure": {
"time": "1781016420"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 4
},
{
"arrival": {
"time": "1781016480"
},
"departure": {
"time": "1781016480"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 5
},
{
"arrival": {
"time": "1781016600"
},
"departure": {
"time": "1781016600"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1781016660"
},
"departure": {
"time": "1781016660"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 7
},
{
"arrival": {
"time": "1781016720"
},
"departure": {
"time": "1781016720"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 8
},
{
"arrival": {
"time": "1781017200"
},
"departure": {
"time": "1781017200"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
}
],
"timestamp": "1781015978",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE-02-01_0"
},
"vehicle": {
"id": "5f48f27443f0857686ef7c1e",
"label": "309",
"licensePlate": "BF952XL"
}
}
},
{
"id": "trip:LN-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780987709"
},
"departure": {
"time": "1780988521"
},
"stopId": "NAVEIL - SQUARE LIBERTE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780988817"
},
"departure": {
"time": "1780989020"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1780988848"
},
"departure": {
"time": "1780989080"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1780989100"
},
"departure": {
"time": "1780989440"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1780989190"
},
"departure": {
"time": "1780989620"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE N",
"scheduleRelationship": "SCHEDULED",
"tripId": "LN-01-01_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LB-01-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780996213"
},
"departure": {
"time": "1780996497"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1780996586"
},
"departure": {
"time": "1780996610"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1780996672"
},
"departure": {
"time": "1780996689"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1780996819"
},
"departure": {
"time": "1780996830"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1780996926"
},
"departure": {
"time": "1780996926"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 4
},
{
"arrival": {
"time": "1780996989"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 5
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-03_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-02-03_2",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780984196"
},
"departure": {
"time": "1780984485"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1780984550"
},
"departure": {
"time": "1780984559"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1780984632"
},
"departure": {
"time": "1780984642"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1780984733"
},
"departure": {
"time": "1780984756"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1780984869"
},
"departure": {
"time": "1780984880"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1780984899"
},
"departure": {
"time": "1780984945"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1781008682"
},
"departure": {
"time": "1781008695"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1781008726"
},
"departure": {
"time": "1781008734"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1780985119"
},
"departure": {
"time": "1780985147"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1780985176"
},
"departure": {
"time": "1780985590"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780985231"
},
"departure": {
"time": "1780985650"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1780985485"
},
"departure": {
"time": "1780986010"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1780985574"
},
"departure": {
"time": "1780986190"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-03_2"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LA-01-13_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781014786"
},
"departure": {
"time": "1781014876"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1781014933"
},
"departure": {
"time": "1781014933"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1781015033"
},
"departure": {
"time": "1781015043"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1781015091"
},
"departure": {
"time": "1781015121"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1781015181"
},
"departure": {
"time": "1781015189"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1781015230"
},
"departure": {
"time": "1781015284"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1781015317"
},
"departure": {
"time": "1781015345"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1781015366"
},
"departure": {
"time": "1781015373"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1781015408"
},
"departure": {
"time": "1781015422"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1781015463"
},
"departure": {
"time": "1781015487"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1781015558"
},
"departure": {
"time": "1781015571"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1781015776"
},
"departure": {
"time": "1781015858"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1781015920"
},
"departure": {
"time": "1781015947"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1781015982"
},
"departure": {
"time": "1781016012"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1781016042"
},
"departure": {
"time": "1781016078"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1781016140"
},
"departure": {
"time": "1781016140"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1781016200"
},
"departure": {
"time": "1781016200"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1781016260"
},
"departure": {
"time": "1781016260"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1781016320"
},
"departure": {
"time": "1781016320"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1781016380"
},
"departure": {
"time": "1781016380"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1781016440"
},
"departure": {
"time": "1781016440"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1781016560"
},
"departure": {
"time": "1781016560"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-13_0"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LD-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781015098"
},
"departure": {
"time": "1781015857"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 0
},
{
"arrival": {
"time": "1781015906"
},
"departure": {
"time": "1781015957"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 1
},
{
"arrival": {
"time": "1781016084"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 2
},
{
"arrival": {
"time": "1781016280"
},
"departure": {
"time": "1781016280"
},
"stopId": "VENDOME - FATON",
"stopSequence": 3
},
{
"arrival": {
"time": "1781016400"
},
"departure": {
"time": "1781016400"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 4
},
{
"arrival": {
"time": "1781016460"
},
"departure": {
"time": "1781016460"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 5
},
{
"arrival": {
"time": "1781016580"
},
"departure": {
"time": "1781016580"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1781016700"
},
"departure": {
"time": "1781016700"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 7
},
{
"arrival": {
"time": "1781016880"
},
"departure": {
"time": "1781016880"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 8
}
],
"timestamp": "1781016099",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-02-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "trip:TGV-01-02_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780980392"
},
"departure": {
"time": "1780980726"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1780980832"
},
"departure": {
"time": "1780980854"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1780980898"
},
"departure": {
"time": "1780980929"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1780980955"
},
"departure": {
"time": "1780980995"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780981024"
},
"departure": {
"time": "1780981041"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780981190"
},
"departure": {
"time": "1780981195"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780981334"
},
"departure": {
"time": "1780981344"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1780981420"
},
"departure": {
"time": "1780981428"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1780981473"
},
"departure": {
"time": "1780981481"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1780981564"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-02_3"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LB-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780981784"
},
"departure": {
"time": "1780982401"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780982527"
},
"departure": {
"time": "1780982556"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1780982573"
},
"departure": {
"time": "1780982630"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1780982728"
},
"departure": {
"time": "1780982762"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780982803"
},
"departure": {
"time": "1780982833"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1780982921"
},
"departure": {
"time": "1780982933"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1780983078"
},
"departure": {
"time": "1780983258"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1780983373"
},
"departure": {
"time": "1780983403"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1780983452"
},
"departure": {
"time": "1780983509"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1780983648"
},
"departure": {
"time": "1780983677"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1780983764"
},
"departure": {
"time": "1780983795"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1780983860"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-01_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LH-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780982111"
},
"stopId": "VENDOME - BOIS LA BARBE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780982564"
},
"departure": {
"time": "1780982616"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1780982690"
},
"departure": {
"time": "1780982727"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 2
},
{
"arrival": {
"time": "1780982754"
},
"departure": {
"time": "1780982799"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 3
},
{
"arrival": {
"time": "1780983077"
},
"departure": {
"time": "1780983119"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1780983198"
},
"departure": {
"time": "1780983249"
},
"stopId": "VENDOME - FATON",
"stopSequence": 5
},
{
"arrival": {
"time": "1780983345"
},
"departure": {
"time": "1780983360"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 6
},
{
"arrival": {
"time": "1780983411"
},
"departure": {
"time": "1780983447"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1780983467"
},
"departure": {
"time": "1780983504"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 8
},
{
"arrival": {
"time": "1780983536"
},
"departure": {
"time": "1780983600"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 9
},
{
"arrival": {
"time": "1780983654"
},
"departure": {
"time": "1780983666"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 10
},
{
"arrival": {
"time": "1780983704"
},
"departure": {
"time": "1780983713"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 11
},
{
"arrival": {
"time": "1780983744"
},
"departure": {
"time": "1780983754"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 12
},
{
"arrival": {
"time": "1780983835"
},
"departure": {
"time": "1780983879"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 13
},
{
"arrival": {
"time": "1780984039"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 14
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-01-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LB-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780984748"
},
"departure": {
"time": "1780984786"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780984850"
},
"departure": {
"time": "1780984862"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1780985034"
},
"departure": {
"time": "1780985061"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1780985100"
},
"departure": {
"time": "1780985134"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1780985345"
},
"departure": {
"time": "1780985385"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1780985577"
},
"departure": {
"time": "1780985591"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1780985701"
},
"departure": {
"time": "1780985780"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1780985881"
},
"departure": {
"time": "1780985893"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1780985977"
},
"departure": {
"time": "1780985998"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1780986037"
},
"departure": {
"time": "1780986056"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780986136"
},
"departure": {
"time": "1780986221"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1780986233"
},
"departure": {
"time": "1780986243"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1780986358"
},
"departure": {
"time": "1780986660"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-01_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-04_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781009758"
},
"departure": {
"time": "1781009786"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1781009905"
},
"departure": {
"time": "1781009915"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1781009929"
},
"departure": {
"time": "1781009944"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1781010035"
},
"departure": {
"time": "1781010051"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1781010089"
},
"departure": {
"time": "1781010102"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1781010190"
},
"departure": {
"time": "1781010198"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1781010307"
},
"departure": {
"time": "1781010554"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1781010690"
},
"departure": {
"time": "1781010715"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1781010891"
},
"departure": {
"time": "1781010905"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1781011050"
},
"departure": {
"time": "1781011058"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1781011166"
},
"departure": {
"time": "1781011173"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1781011234"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-04_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-02-01_0_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780979296"
},
"departure": {
"time": "1780980236"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1780980310"
},
"departure": {
"time": "1780980320"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1780980396"
},
"departure": {
"time": "1780980407"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1780980483"
},
"departure": {
"time": "1780980483"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1780980603"
},
"departure": {
"time": "1780980614"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1780980640"
},
"departure": {
"time": "1780980647"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780980711"
},
"departure": {
"time": "1780980720"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 6
},
{
"arrival": {
"time": "1780980759"
},
"departure": {
"time": "1780980766"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1780980787"
},
"departure": {
"time": "1780980806"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 8
},
{
"arrival": {
"time": "1780980986"
},
"departure": {
"time": "1780980996"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1780981059"
},
"departure": {
"time": "1780981690"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-01_0_4"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-02-02_0_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780982666"
},
"departure": {
"time": "1780982738"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 0
},
{
"arrival": {
"time": "1780982815"
},
"departure": {
"time": "1780982822"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 1
},
{
"arrival": {
"time": "1780982896"
},
"departure": {
"time": "1780982907"
},
"stopId": "VENDOME - MONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1780982973"
},
"departure": {
"time": "1780983003"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 3
},
{
"arrival": {
"time": "1780983125"
},
"departure": {
"time": "1780983155"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 4
},
{
"arrival": {
"time": "1780983168"
},
"departure": {
"time": "1780983194"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780983255"
},
"departure": {
"time": "1780983263"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780983286"
},
"departure": {
"time": "1780983300"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1780983361"
},
"departure": {
"time": "1780983389"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1780983415"
},
"departure": {
"time": "1780983434"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780983465"
},
"departure": {
"time": "1780983496"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 10
},
{
"arrival": {
"time": "1780983695"
},
"departure": {
"time": "1780983708"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 11
},
{
"arrival": {
"time": "1780983800"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 12
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-02-02_0_4"
},
"vehicle": {
"id": "5f6d9a699fe0c8233a3636a0",
"label": "606",
"licensePlate": "FS264QN"
}
}
},
{
"id": "trip:LH-02-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781014589"
},
"departure": {
"time": "1781014749"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1781014804"
},
"departure": {
"time": "1781014863"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 1
},
{
"arrival": {
"time": "1781014944"
},
"departure": {
"time": "1781014951"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 2
},
{
"arrival": {
"time": "1781014987"
},
"departure": {
"time": "1781014998"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 3
},
{
"arrival": {
"time": "1781015034"
},
"departure": {
"time": "1781015049"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 4
},
{
"arrival": {
"time": "1781015102"
},
"departure": {
"time": "1781015141"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 5
},
{
"arrival": {
"time": "1781015192"
},
"departure": {
"time": "1781015223"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1781015242"
},
"departure": {
"time": "1781015278"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 7
},
{
"arrival": {
"time": "1781015327"
},
"departure": {
"time": "1781015339"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1781015422"
},
"departure": {
"time": "1781015454"
},
"stopId": "VENDOME - FATON",
"stopSequence": 9
},
{
"arrival": {
"time": "1781015528"
},
"departure": {
"time": "1781015584"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 10
},
{
"arrival": {
"time": "1781015736"
},
"departure": {
"time": "1781015755"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 11
},
{
"arrival": {
"time": "1781015830"
},
"departure": {
"time": "1781015907"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1781015989"
},
"departure": {
"time": "1781016025"
},
"stopId": "VENDOME - JEANNE D'ALBRET",
"stopSequence": 13
},
{
"arrival": {
"time": "1781016056"
},
"departure": {
"time": "1781016092"
},
"stopId": "VENDOME - ROI HENRI",
"stopSequence": 14
},
{
"arrival": {
"time": "1781016150"
},
"departure": {
"time": "1781016150"
},
"stopId": "VENDOME - FAURE",
"stopSequence": 15
},
{
"arrival": {
"time": "1781016210"
},
"departure": {
"time": "1781016210"
},
"stopId": "VENDOME - DEBUSSY",
"stopSequence": 16
},
{
"arrival": {
"time": "1781016270"
},
"departure": {
"time": "1781016270"
},
"stopId": "VENDOME - BERLIOZ",
"stopSequence": 17
}
],
"timestamp": "1781016100",
"trip": {
"routeId": "LIGNE H",
"scheduleRelationship": "SCHEDULED",
"tripId": "LH-02-01_0"
},
"vehicle": {
"id": "5f9ac9f0f4e5a247456a4a16",
"label": "354",
"licensePlate": "FT336SF"
}
}
},
{
"id": "trip:LA-01-11_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781009068"
},
"departure": {
"time": "1781009221"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1781009311"
},
"departure": {
"time": "1781009311"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1781009353"
},
"departure": {
"time": "1781009365"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1781009416"
},
"departure": {
"time": "1781009476"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1781009539"
},
"departure": {
"time": "1781009549"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1781009596"
},
"departure": {
"time": "1781009639"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1781009683"
},
"departure": {
"time": "1781009691"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1781009780"
},
"departure": {
"time": "1781009787"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1781009818"
},
"departure": {
"time": "1781009832"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1781009908"
},
"departure": {
"time": "1781009959"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1781010075"
},
"departure": {
"time": "1781010113"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1781010170"
},
"departure": {
"time": "1781010205"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1781010242"
},
"departure": {
"time": "1781010277"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1781010311"
},
"departure": {
"time": "1781010379"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1781010443"
},
"departure": {
"time": "1781010475"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1781010504"
},
"departure": {
"time": "1781010514"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1781010531"
},
"departure": {
"time": "1781010563"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1781010639"
},
"departure": {
"time": "1781010649"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1781010656"
},
"departure": {
"time": "1781010687"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1781010703"
},
"departure": {
"time": "1781010773"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1781010891"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-11_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-01-05_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781015541"
},
"departure": {
"time": "1781015651"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1781015761"
},
"departure": {
"time": "1781015770"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1781015789"
},
"departure": {
"time": "1781015922"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1781016005"
},
"departure": {
"time": "1781016026"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1781016065"
},
"departure": {
"time": "1781016080"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1781016240"
},
"departure": {
"time": "1781016240"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1781016480"
},
"departure": {
"time": "1781016480"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1781016660"
},
"departure": {
"time": "1781016660"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1781016780"
},
"departure": {
"time": "1781016780"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1781016960"
},
"departure": {
"time": "1781016960"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1781017140"
},
"departure": {
"time": "1781017140"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1781017260"
},
"departure": {
"time": "1781017260"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LM-01-11_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780981903"
},
"departure": {
"time": "1780981947"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 0
},
{
"arrival": {
"time": "1780982377"
},
"departure": {
"time": "1780982413"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 1
},
{
"arrival": {
"time": "1780982551"
},
"departure": {
"time": "1780983142"
},
"stopId": "VENDOME - J. EMOND LIGNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1780984128"
},
"stopId": "LUNAY - ESAT",
"stopSequence": 3
}
],
"timestamp": "1781015978",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-01-11_4"
},
"vehicle": {
"id": "5f48f27443f0857686ef7c1e",
"label": "309",
"licensePlate": "BF952XL"
}
}
},
{
"id": "trip:LB-02-05_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781012438"
},
"departure": {
"time": "1781012478"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1781012542"
},
"departure": {
"time": "1781012551"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1781012714"
},
"departure": {
"time": "1781012768"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1781012805"
},
"departure": {
"time": "1781012825"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1781012924"
},
"departure": {
"time": "1781012939"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1781013120"
},
"departure": {
"time": "1781013154"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1781013238"
},
"departure": {
"time": "1781013420"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-05_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780988395"
},
"departure": {
"time": "1780988426"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780988532"
},
"departure": {
"time": "1780988539"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1780988556"
},
"departure": {
"time": "1780988619"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1780988715"
},
"departure": {
"time": "1780988731"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780988773"
},
"departure": {
"time": "1780988788"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1780988878"
},
"departure": {
"time": "1780988885"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1780988958"
},
"departure": {
"time": "1780989248"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1780989380"
},
"departure": {
"time": "1780989387"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1780989450"
},
"departure": {
"time": "1780989495"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1780989632"
},
"departure": {
"time": "1780989641"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1780989719"
},
"departure": {
"time": "1780989729"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1780989784"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-02_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-02-04_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781005473"
},
"departure": {
"time": "1781005512"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1781005585"
},
"departure": {
"time": "1781005605"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1781005784"
},
"departure": {
"time": "1781005803"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1781005843"
},
"departure": {
"time": "1781005876"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1781005982"
},
"departure": {
"time": "1781005989"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1781006142"
},
"departure": {
"time": "1781006151"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1781006250"
},
"departure": {
"time": "1781006479"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1781006592"
},
"departure": {
"time": "1781006598"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1781006685"
},
"departure": {
"time": "1781006707"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1781006754"
},
"departure": {
"time": "1781006767"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1781006839"
},
"departure": {
"time": "1781007032"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1781007360"
},
"departure": {
"time": "1781007360"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-04_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LD-01-01_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780982831"
},
"departure": {
"time": "1780983066"
},
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1780983092"
},
"departure": {
"time": "1780983129"
},
"stopId": "VENDOME - HAMET",
"stopSequence": 1
},
{
"arrival": {
"time": "1780983190"
},
"departure": {
"time": "1780983201"
},
"stopId": "VENDOME - AMPERE",
"stopSequence": 2
},
{
"arrival": {
"time": "1780983299"
},
"departure": {
"time": "1780983336"
},
"stopId": "VENDOME - FATON",
"stopSequence": 3
},
{
"arrival": {
"time": "1780983515"
},
"departure": {
"time": "1780983546"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 4
},
{
"arrival": {
"time": "1780983588"
},
"departure": {
"time": "1780983628"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1780983712"
},
"departure": {
"time": "1780983756"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 6
},
{
"arrival": {
"time": "1780983929"
},
"departure": {
"time": "1780983944"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 7
},
{
"arrival": {
"time": "1780984017"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 8
}
],
"timestamp": "1781016099",
"trip": {
"routeId": "LIGNE D",
"scheduleRelationship": "SCHEDULED",
"tripId": "LD-01-01_0"
},
"vehicle": {
"id": "5f9ac9fef4e5a2475b1d7e61",
"label": "355",
"licensePlate": "FT435SE"
}
}
},
{
"id": "trip:LA-02-11_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781014626"
},
"departure": {
"time": "1781014698"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1781014803"
},
"departure": {
"time": "1781014862"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1781014876"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1781014887"
},
"departure": {
"time": "1781014955"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1781015022"
},
"departure": {
"time": "1781015034"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1781015050"
},
"departure": {
"time": "1781015061"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1781015088"
},
"departure": {
"time": "1781015147"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1781015187"
},
"departure": {
"time": "1781015214"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1781015245"
},
"departure": {
"time": "1781015255"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1781015307"
},
"departure": {
"time": "1781015318"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1781015547"
},
"departure": {
"time": "1781015583"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1781015712"
},
"departure": {
"time": "1781015752"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1781015811"
},
"departure": {
"time": "1781015820"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1781015858"
},
"departure": {
"time": "1781015890"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1781015933"
},
"departure": {
"time": "1781015949"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1781015967"
},
"departure": {
"time": "1781015994"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1781016039"
},
"departure": {
"time": "1781016072"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1781016130"
},
"departure": {
"time": "1781016130"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1781016250"
},
"departure": {
"time": "1781016250"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1781016370"
},
"departure": {
"time": "1781016370"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1781016430"
},
"departure": {
"time": "1781016430"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1781016490"
},
"departure": {
"time": "1781016490"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-11_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LB-02-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780997668"
},
"departure": {
"time": "1780997709"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1780997768"
},
"departure": {
"time": "1780997785"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1780997971"
},
"departure": {
"time": "1780997991"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1780998026"
},
"departure": {
"time": "1780998043"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1780998139"
},
"departure": {
"time": "1780998155"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1780998295"
},
"departure": {
"time": "1780998317"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1780998378"
},
"departure": {
"time": "1780998688"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1780998821"
},
"departure": {
"time": "1780998834"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1780998954"
},
"departure": {
"time": "1780998980"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1780999026"
},
"departure": {
"time": "1780999041"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1780999118"
},
"departure": {
"time": "1780999150"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1780999380"
},
"departure": {
"time": "1780999380"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1780999560"
},
"departure": {
"time": "1780999560"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1781016096",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-03_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-02-10_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781010946"
},
"departure": {
"time": "1781011022"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 0
},
{
"arrival": {
"time": "1781011139"
},
"departure": {
"time": "1781011182"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1781011199"
},
"departure": {
"time": "1781011230"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1781011235"
},
"departure": {
"time": "1781011249"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 3
},
{
"arrival": {
"time": "1781011316"
},
"departure": {
"time": "1781011357"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1781011376"
},
"departure": {
"time": "1781011385"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 5
},
{
"arrival": {
"time": "1781011406"
},
"departure": {
"time": "1781011452"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 6
},
{
"arrival": {
"time": "1781011499"
},
"departure": {
"time": "1781011554"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1781011578"
},
"departure": {
"time": "1781011590"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1781011667"
},
"departure": {
"time": "1781011705"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 9
},
{
"arrival": {
"time": "1781011751"
},
"departure": {
"time": "1781011869"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 10
},
{
"arrival": {
"time": "1781011960"
},
"departure": {
"time": "1781012022"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 11
},
{
"arrival": {
"time": "1781012055"
},
"departure": {
"time": "1781012080"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 12
},
{
"arrival": {
"time": "1781012114"
},
"departure": {
"time": "1781012125"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 13
},
{
"arrival": {
"time": "1781012155"
},
"departure": {
"time": "1781012164"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1781012177"
},
"departure": {
"time": "1781012215"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 15
},
{
"arrival": {
"time": "1781012248"
},
"departure": {
"time": "1781012278"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 16
},
{
"arrival": {
"time": "1781012323"
},
"departure": {
"time": "1781012378"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1781012441"
},
"departure": {
"time": "1781012475"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 18
},
{
"arrival": {
"time": "1781012525"
},
"departure": {
"time": "1781012531"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 19
},
{
"arrival": {
"time": "1781012566"
},
"departure": {
"time": "1781012580"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 20
},
{
"arrival": {
"time": "1781012655"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 21
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-02-10_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LM-02-03_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780984031"
},
"departure": {
"time": "1780984096"
},
"stopId": "VENDOME - GARE TER LIGNE ",
"stopSequence": 0
},
{
"arrival": {
"time": "1780984540"
},
"departure": {
"time": "1780984568"
},
"stopId": "NAVEIL - MONTRIEUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1780985116"
},
"departure": {
"time": "1780985153"
},
"stopId": "LUNAY - CLOUSEAUX",
"stopSequence": 2
},
{
"arrival": {
"time": "1780985506"
},
"departure": {
"time": "1780985531"
},
"stopId": "LES ROCHES - ST GERVAIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1780985601"
},
"departure": {
"time": "1780985644"
},
"stopId": "LES ROCHES - EGLISE",
"stopSequence": 4
},
{
"arrival": {
"time": "1780985720"
},
"departure": {
"time": "1780985729"
},
"stopId": "MONTOIRE - LA POINTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780986072"
},
"departure": {
"time": "1780986125"
},
"stopId": "MONTOIRE - COLLEGE JANEQUIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1780986366"
},
"stopId": "MONTOIRE - MAIRIE",
"stopSequence": 7
}
],
"timestamp": "1781016095",
"trip": {
"routeId": "LIGNE M",
"scheduleRelationship": "SCHEDULED",
"tripId": "LM-02-03_0"
},
"vehicle": {
"id": "62c5a41bd5f098dd792fcb19",
"label": "356",
"licensePlate": "GG069VR"
}
}
},
{
"id": "trip:LA-01-12_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1781012668"
},
"departure": {
"time": "1781012851"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1781012934"
},
"departure": {
"time": "1781012939"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1781013010"
},
"departure": {
"time": "1781013019"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1781013070"
},
"departure": {
"time": "1781013123"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1781013185"
},
"departure": {
"time": "1781013194"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1781013243"
},
"departure": {
"time": "1781013284"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1781013322"
},
"departure": {
"time": "1781013401"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1781013425"
},
"departure": {
"time": "1781013440"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1781013462"
},
"departure": {
"time": "1781013492"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1781013521"
},
"departure": {
"time": "1781013582"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1781013657"
},
"departure": {
"time": "1781013722"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1781013832"
},
"departure": {
"time": "1781013893"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1781013959"
},
"departure": {
"time": "1781013997"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1781014034"
},
"departure": {
"time": "1781014074"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1781014102"
},
"departure": {
"time": "1781014140"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1781014214"
},
"departure": {
"time": "1781014246"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1781014278"
},
"departure": {
"time": "1781014285"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1781014298"
},
"departure": {
"time": "1781014328"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1781014398"
},
"departure": {
"time": "1781014410"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1781014415"
},
"departure": {
"time": "1781014431"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1781014443"
},
"departure": {
"time": "1781014487"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1781014750"
},
"departure": {
"time": "1781014750"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-12_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:TGV-01-03_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780982446"
},
"departure": {
"time": "1780982608"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1780982709"
},
"departure": {
"time": "1780982763"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1780982801"
},
"departure": {
"time": "1780982854"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1780982878"
},
"departure": {
"time": "1780982930"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780982969"
},
"departure": {
"time": "1780982974"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1780983041"
},
"departure": {
"time": "1780983072"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780983115"
},
"departure": {
"time": "1780983127"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780983266"
},
"departure": {
"time": "1780983275"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1780983359"
},
"departure": {
"time": "1780983369"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1780983426"
},
"departure": {
"time": "1780983426"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1780983522"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-03_4"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LD-01-02_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1780985205"
},
"departure": {
"time": "1780985259"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"stopId": "VENDOME - CHAUTARD",
"stopSequence": 1
},
{
"stopId": "VENDOME - HAMET",
"stopSequence": 2
},
{
"stopId": "VENDOME - AMPERE",
"stopSequence": 3
},
{
"arrival": {
"time": "1780986441"
},
"departure": {
"time": "1780986480"
},
"stopId": "VENDOME - FATON",
"stopSequence": 4
},
{
"arrival": {
"time": "1780986660"
},
"departure": {
"time": "1780986671"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1780986726"
},
"departure": {
"time": "1780986740"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 6
},
{
"arrival": {
"time": "1780986802"
},
"departure": {
"time": "1780986853"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 7
},
{
"arrival": {
"time": "1780987080"
},
"departure": {
"time": "1780987094"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 8
},
{
"arrival": {
"time": "1780987174"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 9
}
],
"timestamp": "1781016099",
"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": "1780978196"
},
"departure": {
"time": "1780978432"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1780978582"
},
"departure": {
"time": "1780978608"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1780978651"
},
"departure": {
"time": "1780978684"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"arrival": {
"time": "1780978707"
},
"departure": {
"time": "1780978746"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1780978771"
},
"departure": {
"time": "1780978783"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1780978848"
},
"departure": {
"time": "1780978861"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1780978890"
},
"departure": {
"time": "1780978900"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1780979035"
},
"departure": {
"time": "1780979043"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1780979121"
},
"departure": {
"time": "1780979131"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1780979180"
},
"departure": {
"time": "1780979180"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1780979266"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1781016072",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-01_0"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1781016103"
}
}