Détails de la ressource
Prochains passages aux arrêts du réseau bus-tram Irigo
Cette ressource fait partie du jeu de données Réseau urbain Irigo.
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
❌853 erreurs, 607 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 14/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 1 erreur
All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)
Exemples d'erreurs
- trip_id 3981 stop_sequence 12 departure_time 0 is not POSIX time
Sequential stop_time_update times are not increasing E022 94 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 6254250 stop_sequence 9 arrival_time 08:03:32 (1771052612) is equal to previous stop arrival_time 08:03:32 (1771052612) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 arrival_time 08:03:32 (1771052612) is less than previous stop departure_time 08:03:48 (1771052628) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 departure_time 08:03:32 (1771052612) is less than previous stop departure_time 08:03:48 (1771052628) - times must increase between two sequential stops
- trip_id 6254250 stop_sequence 9 departure_time 08:03:32 (1771052612) is equal to previous stop arrival_time 08:03:32 (1771052612) - times must increase between two sequential stops
- trip_id 6254236 stop_sequence 2 arrival_time 08:02:04 (1771052524) is less than previous stop arrival_time 08:02:43 (1771052563) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 2 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 3981 stop_sequence 12 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:30 (1771052610) - departure time must be equal to or greater than arrival time
- trip_id 6255220 stop_sequence 31 departure_time 08:22:00 (1771053720) is less than the same stop arrival_time 08:22:02 (1771053722) - departure time must be equal to or greater than arrival time
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 756 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 6255955 stop_sequence 1 has stop_id GDPRESSO but GTFS stop_sequence 1 has stop_id BARBOTER - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 33 has stop_id BICHBI-E but GTFS stop_sequence 33 has stop_id BICHLA-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 34 has stop_id BICHLA-E but GTFS stop_sequence 34 has stop_id CLOUET-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 35 has stop_id CLOUET-E but GTFS stop_sequence 35 has stop_id GOURON-E - stop_ids should be the same
- GTFS-rt trip_id 6255570 stop_sequence 36 has stop_id GOURON-E but GTFS stop_sequence 36 has stop_id GASNIE-E - stop_ids should be the same
Avertissements
timestamp not populated W001 152 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6255691 does not have a timestamp
- trip_id 6255689 does not have a timestamp
- trip_id 6254343 does not have a timestamp
- trip_id 6255955 does not have a timestamp
- trip_id 6255570 does not have a timestamp
vehicle_id not populated W002 152 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6255691 does not have a vehicle_id
- trip_id 6255689 does not have a vehicle_id
- trip_id 6254343 does not have a vehicle_id
- trip_id 6255955 does not have a vehicle_id
- trip_id 6255570 does not have a vehicle_id
schedule_relationship not populated W009 303 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6255691 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6255691 does not have a schedule_relationship
- trip_id 6255689 stop_sequence 30 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6255689 does not have a schedule_relationship
- trip_id 6254343 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 981 | 29 fois (100 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 34 968 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 641 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 641 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 15 249 | 29 fois (100 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 479 | 27 fois (93 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 296 | 23 fois (79 % 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. | 317 | 23 fois (79 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 37 | 13 fois (45 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 44 | 13 fois (45 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 21 | 8 fois (28 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 14/02/2026 à 23h59 Europe/Paris.
trip_updates (15) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 14/02/2026 à 23h59 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6254607",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109909"
},
"departure": {
"time": "1771109951"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1771110008"
},
"departure": {
"time": "1771110008"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1771110180"
},
"departure": {
"time": "1771110180"
},
"stopId": "1QUAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1771110330"
},
"departure": {
"time": "1771110330"
},
"stopId": "1DOUT",
"stopSequence": 7
},
{
"arrival": {
"time": "1771110480"
},
"departure": {
"time": "1771110480"
},
"stopId": "1MOLIE",
"stopSequence": 8
},
{
"arrival": {
"time": "1771110620"
},
"departure": {
"time": "1771110620"
},
"stopId": "1STSE",
"stopSequence": 9
},
{
"arrival": {
"time": "1771110730"
},
"departure": {
"time": "1771110730"
},
"stopId": "1CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1771110850"
},
"departure": {
"time": "1771110850"
},
"stopId": "1CONS",
"stopSequence": 11
},
{
"arrival": {
"time": "1771110935"
},
"departure": {
"time": "1771110935"
},
"stopId": "1MTAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771111079"
},
"departure": {
"time": "1771111079"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1771111150"
},
"departure": {
"time": "1771111150"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1771111289"
},
"departure": {
"time": "1771111289"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1771111358"
},
"departure": {
"time": "1771111358"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1771111420"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6254607"
}
}
},
{
"id": "trip:6256367",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110129"
},
"departure": {
"time": "1771110129"
},
"stopId": "MENDES-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1771110240"
},
"departure": {
"time": "1771110240"
},
"stopId": "SAVARY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1771110277"
},
"departure": {
"time": "1771110277"
},
"stopId": "MUSSET-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1771110356"
},
"departure": {
"time": "1771110356"
},
"stopId": "LUTIN-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771110400"
},
"departure": {
"time": "1771110400"
},
"stopId": "MACE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771110429"
},
"departure": {
"time": "1771110429"
},
"stopId": "DESJAR-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771110480"
},
"departure": {
"time": "1771110480"
},
"stopId": "BRISEP-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771110548"
},
"departure": {
"time": "1771110548"
},
"stopId": "MIMOSA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771110582"
},
"departure": {
"time": "1771110582"
},
"stopId": "CHATEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771110657"
},
"departure": {
"time": "1771110657"
},
"stopId": "SOLELE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771110684"
},
"departure": {
"time": "1771110684"
},
"stopId": "SEPSON-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771110720"
},
"departure": {
"time": "1771110720"
},
"stopId": "BANCST-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771110821"
},
"departure": {
"time": "1771110821"
},
"stopId": "RTEPAR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771110898"
},
"departure": {
"time": "1771110898"
},
"stopId": "PROVIN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771111020"
},
"stopId": "PARCEX-E",
"stopSequence": 37
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6256367"
}
}
},
{
"id": "trip:6254609",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109933"
},
"departure": {
"time": "1771109933"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1771110040"
},
"departure": {
"time": "1771110040"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1771110150"
},
"departure": {
"time": "1771110150"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1771110270"
},
"departure": {
"time": "1771110270"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1771110380"
},
"departure": {
"time": "1771110380"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1771110470"
},
"departure": {
"time": "1771110470"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1771110570"
},
"departure": {
"time": "1771110570"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1771110660"
},
"departure": {
"time": "1771110660"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1771110720"
},
"departure": {
"time": "1771110720"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1771110820"
},
"departure": {
"time": "1771110820"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1771110920"
},
"departure": {
"time": "1771110920"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1771110990"
},
"departure": {
"time": "1771110990"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1771111110"
},
"departure": {
"time": "1771111110"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771111200"
},
"departure": {
"time": "1771111200"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1771111320"
},
"departure": {
"time": "1771111320"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1771111400"
},
"departure": {
"time": "1771111400"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1771111520"
},
"departure": {
"time": "1771111520"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1771111610"
},
"departure": {
"time": "1771111610"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1771111780"
},
"departure": {
"time": "1771111780"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1771111880"
},
"departure": {
"time": "1771111880"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1771111960"
},
"departure": {
"time": "1771111960"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1771112040"
},
"departure": {
"time": "1771112040"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1771112120"
},
"departure": {
"time": "1771112120"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771112200"
},
"departure": {
"time": "1771112200"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1771112280"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6254609"
}
}
},
{
"id": "trip:6254612",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110100"
},
"departure": {
"time": "1771110100"
},
"stopId": "2RALL",
"stopSequence": 9
},
{
"arrival": {
"time": "1771110250"
},
"departure": {
"time": "1771110250"
},
"stopId": "2MOLIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1771110370"
},
"departure": {
"time": "1771110370"
},
"stopId": "2DOUT",
"stopSequence": 11
},
{
"arrival": {
"time": "1771110530"
},
"departure": {
"time": "1771110530"
},
"stopId": "2QUAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1771110702"
},
"departure": {
"time": "1771110702"
},
"stopId": "2FARC",
"stopSequence": 13
},
{
"arrival": {
"time": "1771110810"
},
"departure": {
"time": "1771110810"
},
"stopId": "2ELYS",
"stopSequence": 14
},
{
"arrival": {
"time": "1771110902"
},
"departure": {
"time": "1771110902"
},
"stopId": "2PATT",
"stopSequence": 15
},
{
"arrival": {
"time": "1771110980"
},
"departure": {
"time": "1771110980"
},
"stopId": "2BARR",
"stopSequence": 16
},
{
"arrival": {
"time": "1771111077"
},
"departure": {
"time": "1771111077"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1771111170"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6254612"
}
}
},
{
"id": "trip:6052516",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771113550"
},
"departure": {
"time": "1771113550"
},
"stopId": "MAIL-NAE",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "NUIT",
"tripId": "6052516"
}
}
},
{
"id": "trip:6254600",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109938"
},
"departure": {
"time": "1771109971"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1771110070"
},
"departure": {
"time": "1771110070"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1771110150"
},
"departure": {
"time": "1771110150"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1771110230"
},
"departure": {
"time": "1771110230"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1771110310"
},
"departure": {
"time": "1771110310"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771110390"
},
"departure": {
"time": "1771110390"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1771110470"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6254600"
}
}
},
{
"id": "trip:6254610",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109867"
},
"departure": {
"time": "1771109970"
},
"stopId": "1FMBL",
"stopSequence": 10
},
{
"arrival": {
"time": "1771110040"
},
"departure": {
"time": "1771110040"
},
"stopId": "1HARA",
"stopSequence": 11
},
{
"arrival": {
"time": "1771110150"
},
"departure": {
"time": "1771110150"
},
"stopId": "1LGAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1771110240"
},
"departure": {
"time": "1771110240"
},
"stopId": "1LAFA",
"stopSequence": 13
},
{
"arrival": {
"time": "1771110340"
},
"departure": {
"time": "1771110340"
},
"stopId": "1STRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1771110440"
},
"departure": {
"time": "1771110440"
},
"stopId": "1BAMA",
"stopSequence": 15
},
{
"arrival": {
"time": "1771110560"
},
"departure": {
"time": "1771110560"
},
"stopId": "1JE23",
"stopSequence": 16
},
{
"arrival": {
"time": "1771110680"
},
"departure": {
"time": "1771110680"
},
"stopId": "1JVIL",
"stopSequence": 17
},
{
"arrival": {
"time": "1771110810"
},
"stopId": "2ANRO",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "C",
"tripId": "6254610"
}
}
},
{
"id": "trip:6256368",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110066"
},
"departure": {
"time": "1771110066"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1771110097"
},
"departure": {
"time": "1771110097"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1771110180"
},
"departure": {
"time": "1771110180"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1771110282"
},
"departure": {
"time": "1771110282"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1771110349"
},
"departure": {
"time": "1771110349"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1771110391"
},
"departure": {
"time": "1771110391"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1771110631"
},
"departure": {
"time": "1771110631"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1771110681"
},
"departure": {
"time": "1771110681"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1771110709"
},
"departure": {
"time": "1771110709"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1771110739"
},
"departure": {
"time": "1771110739"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1771110787"
},
"departure": {
"time": "1771110787"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771110817"
},
"departure": {
"time": "1771110817"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771110846"
},
"departure": {
"time": "1771110846"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771110882"
},
"departure": {
"time": "1771110882"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771110931"
},
"departure": {
"time": "1771110931"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771110960"
},
"departure": {
"time": "1771110960"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771111026"
},
"departure": {
"time": "1771111026"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771111059"
},
"departure": {
"time": "1771111059"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771111111"
},
"departure": {
"time": "1771111111"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771111231"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6256368"
}
}
},
{
"id": "trip:6255991",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110105"
},
"departure": {
"time": "1771110105"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1771110298"
},
"departure": {
"time": "1771110298"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771110480"
},
"departure": {
"time": "1771110480"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771110554"
},
"departure": {
"time": "1771110554"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771110596"
},
"departure": {
"time": "1771110596"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771110660"
},
"departure": {
"time": "1771110660"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1771110764"
},
"departure": {
"time": "1771110764"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771110826"
},
"departure": {
"time": "1771110826"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771110872"
},
"departure": {
"time": "1771110872"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771110952"
},
"departure": {
"time": "1771110952"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771110992"
},
"departure": {
"time": "1771110992"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771111020"
},
"departure": {
"time": "1771111020"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771111054"
},
"departure": {
"time": "1771111054"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771111091"
},
"departure": {
"time": "1771111091"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771111125"
},
"departure": {
"time": "1771111125"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771111157"
},
"departure": {
"time": "1771111157"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771111212"
},
"departure": {
"time": "1771111212"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771111253"
},
"departure": {
"time": "1771111253"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771111295"
},
"departure": {
"time": "1771111295"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771111339"
},
"departure": {
"time": "1771111339"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771111380"
},
"departure": {
"time": "1771111380"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771111424"
},
"departure": {
"time": "1771111424"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771111464"
},
"departure": {
"time": "1771111464"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771111517"
},
"departure": {
"time": "1771111517"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771111585"
},
"departure": {
"time": "1771111585"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771111640"
},
"departure": {
"time": "1771111640"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771111680"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6255991"
}
}
},
{
"id": "trip:6256130",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110006"
},
"departure": {
"time": "1771110006"
},
"stopId": "MAIL-HDV",
"stopSequence": 41
},
{
"arrival": {
"time": "1771110093"
},
"departure": {
"time": "1771110093"
},
"stopId": "SECUSO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771110133"
},
"departure": {
"time": "1771110133"
},
"stopId": "STEXUP-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771110196"
},
"departure": {
"time": "1771110196"
},
"stopId": "GARDOT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771110216"
},
"departure": {
"time": "1771110216"
},
"stopId": "MONTAI-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771110284"
},
"departure": {
"time": "1771110284"
},
"stopId": "CIMETI-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771110342"
},
"departure": {
"time": "1771110342"
},
"stopId": "AFPA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771110379"
},
"departure": {
"time": "1771110379"
},
"stopId": "ARCEAU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771110419"
},
"departure": {
"time": "1771110419"
},
"stopId": "CASERN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771110493"
},
"departure": {
"time": "1771110493"
},
"stopId": "LAREU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771110541"
},
"departure": {
"time": "1771110541"
},
"stopId": "PAPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771110586"
},
"departure": {
"time": "1771110586"
},
"stopId": "CCHEMI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1771110644"
},
"departure": {
"time": "1771110644"
},
"stopId": "JUFERR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1771110696"
},
"departure": {
"time": "1771110696"
},
"stopId": "GEMMET-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1771110746"
},
"departure": {
"time": "1771110746"
},
"stopId": "AUBEPI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1771110793"
},
"departure": {
"time": "1771110793"
},
"stopId": "STADE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1771110844"
},
"departure": {
"time": "1771110844"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1771110884"
},
"departure": {
"time": "1771110884"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1771110925"
},
"departure": {
"time": "1771110925"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1771110993"
},
"departure": {
"time": "1771110993"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1771111033"
},
"departure": {
"time": "1771111033"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1771111144"
},
"departure": {
"time": "1771111144"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1771111178"
},
"departure": {
"time": "1771111178"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1771111207"
},
"departure": {
"time": "1771111207"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1771111252"
},
"departure": {
"time": "1771111252"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1771111333"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6256130"
}
}
},
{
"id": "trip:6256144",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771110066"
},
"departure": {
"time": "1771110066"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1771110097"
},
"departure": {
"time": "1771110097"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1771110180"
},
"departure": {
"time": "1771110180"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771110282"
},
"departure": {
"time": "1771110282"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771110349"
},
"departure": {
"time": "1771110349"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1771110391"
},
"departure": {
"time": "1771110391"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771110540"
},
"departure": {
"time": "1771110540"
},
"stopId": "COEURM-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771110567"
},
"departure": {
"time": "1771110567"
},
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771110597"
},
"departure": {
"time": "1771110597"
},
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771110660"
},
"departure": {
"time": "1771110660"
},
"stopId": "MONPRO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771110744"
},
"departure": {
"time": "1771110744"
},
"stopId": "SAJACQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771110802"
},
"departure": {
"time": "1771110802"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771110893"
},
"departure": {
"time": "1771110893"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771110960"
},
"departure": {
"time": "1771110960"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771111001"
},
"departure": {
"time": "1771111001"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771111050"
},
"departure": {
"time": "1771111050"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771111097"
},
"departure": {
"time": "1771111097"
},
"stopId": "POLYTE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771111140"
},
"departure": {
"time": "1771111140"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771111193"
},
"departure": {
"time": "1771111193"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771111235"
},
"departure": {
"time": "1771111235"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771111320"
},
"departure": {
"time": "1771111320"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771111350"
},
"departure": {
"time": "1771111350"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771111370"
},
"departure": {
"time": "1771111370"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771111394"
},
"departure": {
"time": "1771111394"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771111425"
},
"departure": {
"time": "1771111425"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1771111451"
},
"departure": {
"time": "1771111451"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1771111521"
},
"departure": {
"time": "1771111521"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1771111539"
},
"departure": {
"time": "1771111539"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1771111561"
},
"departure": {
"time": "1771111561"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1771111589"
},
"departure": {
"time": "1771111589"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1771111620"
},
"departure": {
"time": "1771111620"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1771111677"
},
"departure": {
"time": "1771111677"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1771111730"
},
"departure": {
"time": "1771111730"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1771111791"
},
"departure": {
"time": "1771111791"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1771111834"
},
"departure": {
"time": "1771111834"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1771111870"
},
"departure": {
"time": "1771111870"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1771111894"
},
"departure": {
"time": "1771111894"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1771111932"
},
"departure": {
"time": "1771111932"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1771111980"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6256144"
}
}
},
{
"id": "trip:6254614",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109902"
},
"departure": {
"time": "1771109943"
},
"stopId": "2BARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1771110013"
},
"departure": {
"time": "1771110013"
},
"stopId": "2BEAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1771110103"
},
"stopId": "1BBCA",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6254614"
}
}
},
{
"id": "trip:6254611",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109893"
},
"departure": {
"time": "1771109893"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1771109965"
},
"departure": {
"time": "1771109965"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1771110044"
},
"departure": {
"time": "1771110044"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1771110200"
},
"departure": {
"time": "1771110200"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1771110274"
},
"departure": {
"time": "1771110274"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1771110421"
},
"departure": {
"time": "1771110421"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1771110510"
},
"departure": {
"time": "1771110510"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1771110660"
},
"departure": {
"time": "1771110660"
},
"stopId": "2CECO",
"stopSequence": 7
},
{
"arrival": {
"time": "1771110730"
},
"stopId": "2STSE",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6254611"
}
}
},
{
"id": "trip:6255993",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109894"
},
"departure": {
"time": "1771110000"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1771110066"
},
"departure": {
"time": "1771110066"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1771110097"
},
"departure": {
"time": "1771110097"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1771110194"
},
"departure": {
"time": "1771110194"
},
"stopId": "ANLERO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1771110255"
},
"departure": {
"time": "1771110255"
},
"stopId": "RABELA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1771110303"
},
"departure": {
"time": "1771110303"
},
"stopId": "ESA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1771110413"
},
"departure": {
"time": "1771110413"
},
"stopId": "DELATA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1771110494"
},
"departure": {
"time": "1771110494"
},
"stopId": "ALLARD-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1771110527"
},
"departure": {
"time": "1771110527"
},
"stopId": "TASSIG-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1771110589"
},
"departure": {
"time": "1771110589"
},
"stopId": "TROIPA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1771110614"
},
"departure": {
"time": "1771110614"
},
"stopId": "SABLON-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1771110667"
},
"departure": {
"time": "1771110667"
},
"stopId": "RUELLE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1771110750"
},
"departure": {
"time": "1771110750"
},
"stopId": "GENDRO-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1771110844"
},
"departure": {
"time": "1771110844"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1771110914"
},
"departure": {
"time": "1771110914"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1771110973"
},
"departure": {
"time": "1771110973"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1771111034"
},
"departure": {
"time": "1771111034"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1771111156"
},
"departure": {
"time": "1771111156"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1771111191"
},
"departure": {
"time": "1771111191"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1771111237"
},
"departure": {
"time": "1771111237"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1771111278"
},
"departure": {
"time": "1771111278"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1771111328"
},
"departure": {
"time": "1771111328"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1771111374"
},
"departure": {
"time": "1771111374"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1771111428"
},
"departure": {
"time": "1771111428"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1771111454"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6255993"
}
}
},
{
"id": "trip:6255763",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1771109878"
},
"departure": {
"time": "1771109909"
},
"stopId": "HARAS",
"stopSequence": 31
},
{
"arrival": {
"time": "1771109938"
},
"departure": {
"time": "1771109969"
},
"stopId": "STAUBIN",
"stopSequence": 32
},
{
"arrival": {
"time": "1771109960"
},
"stopId": "LORRTERM",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6255763"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1771109973"
}
}