Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Colibri.
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
❌562 erreurs, 30 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 21/01/2026 à 08h12 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 8 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence [28, 11] is not strictly sorted by increasing stop_sequence
- trip_id COLIBRI:ServiceJourney:LC3:LOC stop_sequence [8, 17, 14] is not strictly sorted by increasing stop_sequence
- trip_id COLIBRI:ServiceJourney:LC5x1:LOC stop_sequence [1, 3, 11, 19, 12] is not strictly sorted by increasing stop_sequence
- trip_id COLIBRI:ServiceJourney:LC2:LOC stop_sequence [12, 14, 10] is not strictly sorted by increasing stop_sequence
- trip_id COLIBRI:ServiceJourney:LC5:LOC stop_sequence [22, 19] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 522 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 COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 11 arrival_time 08:28:00 (1768980480) is less than previous stop arrival_time 08:47:00 (1768981620) - times must increase between two sequential stops
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 11 arrival_time 08:28:00 (1768980480) is less than previous stop departure_time 08:47:00 (1768981620) - times must increase between two sequential stops
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 11 departure_time 08:28:00 (1768980480) is less than previous stop departure_time 08:47:00 (1768981620) - times must increase between two sequential stops
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 11 departure_time 08:28:00 (1768980480) is less than previous stop arrival_time 08:47:00 (1768981620) - times must increase between two sequential stops
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 1 departure_time 08:10:45 (1768979445) is less than previous stop departure_time 08:31:00 (1768980660) - times must increase between two sequential stops
trip direction_id does not match GTFS data E024 10 erreurs
GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt
Exemples d'erreurs
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC3:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC5x1:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2:LOC trip.direction_id is 1 but GTFS trip.direction_id is 0 - direction_id does not match
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC4x1:LOC trip.direction_id is 2 but GTFS trip.direction_id is 1 - direction_id does not match
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 12 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 COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 28 has stop_id FR:01249:ZE:42052:COLIBRI but GTFS stop_sequence 28 has stop_id FR:01249:ZE:64327:COLIBRI - stop_ids should be the same
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC3:LOC stop_sequence 8 has stop_id FR:01043:ZE:64324:COLIBRI but GTFS stop_sequence 8 has stop_id FR:01043:ZE:42001:COLIBRI - stop_ids should be the same
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC3:LOC stop_sequence 17 has stop_id FR:01376:ZE:41996:COLIBRI but GTFS stop_sequence 17 has stop_id FR:01249:ZE:41992:COLIBRI - stop_ids should be the same
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2:LOC stop_sequence 12 has stop_id FR:01043:ZE:42043:COLIBRI but GTFS stop_sequence 12 has stop_id FR:01043:ZE:64323:COLIBRI - stop_ids should be the same
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2:LOC stop_sequence 14 has stop_id FR:01043:ZE:64323:COLIBRI but GTFS stop_sequence 14 has stop_id FR:01043:ZE:42000:COLIBRI - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 10 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC contains stop_sequence 11 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC3:LOC contains stop_sequence 14 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC5x1:LOC contains stop_sequence 12 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC2:LOC contains stop_sequence 10 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id COLIBRI:ServiceJourney:LC4x1:LOC contains stop_sequence 35 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 10 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC does not have a vehicle_id
- trip_id COLIBRI:ServiceJourney:LC3:LOC does not have a vehicle_id
- trip_id COLIBRI:ServiceJourney:LC5x1:LOC does not have a vehicle_id
- trip_id COLIBRI:ServiceJourney:LC2:LOC does not have a vehicle_id
- trip_id COLIBRI:ServiceJourney:LC4x1:LOC does not have a vehicle_id
schedule_relationship not populated W009 20 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC stop_sequence 28 (and potentially more for this trip) does not have a schedule_relationship
- trip_id COLIBRI:ServiceJourney:LC2x3x0:LOC does not have a schedule_relationship
- trip_id COLIBRI:ServiceJourney:LC3:LOC stop_sequence 8 (and potentially more for this trip) does not have a schedule_relationship
- trip_id COLIBRI:ServiceJourney:LC3:LOC does not have a schedule_relationship
- trip_id COLIBRI:ServiceJourney:LC5x1:LOC stop_sequence 1 (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. | 8 838 | 22 fois (73 % des validations) |
| E024 | GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt | 163 | 22 fois (73 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 163 | 22 fois (73 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 163 | 22 fois (73 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 326 | 22 fois (73 % 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 | 170 | 21 fois (70 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 129 | 18 fois (60 % 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. | 9 | 7 fois (23 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 21/01/2026 à 11h15 Europe/Paris.
trip_updates (11) 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 21/01/2026 à 11h15 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "SM:COLIBRI:ServiceJourney:LC4x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 479,
"time": "1768982933"
},
"departure": {
"delay": 479,
"time": "1768982939"
},
"stopId": "FR:01376:ZE:64332:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 442,
"time": "1768983017"
},
"departure": {
"delay": 442,
"time": "1768983022"
},
"stopId": "FR:01376:ZE:64309:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 343,
"time": "1768984183"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 383,
"time": "1768983437"
},
"departure": {
"delay": 383,
"time": "1768983443"
},
"stopId": "FR:01043:ZE:64306:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 396,
"time": "1768983254"
},
"departure": {
"delay": 396,
"time": "1768983276"
},
"stopId": "FR:01043:ZE:64331:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 575,
"time": "1768982427"
},
"departure": {
"delay": 575,
"time": "1768982555"
},
"stopId": "FR:01249:ZE:42006:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 439,
"time": "1768984148"
},
"departure": {
"delay": 439,
"time": "1768984159"
},
"stopId": "FR:01418:ZE:42027:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 381,
"time": "1768983551"
},
"departure": {
"delay": 381,
"time": "1768983561"
},
"stopId": "FR:01043:ZE:63686:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 401,
"time": "1768984112"
},
"departure": {
"delay": 401,
"time": "1768984121"
},
"stopId": "FR:01418:ZE:42026:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 493,
"time": "1768982887"
},
"departure": {
"delay": 493,
"time": "1768982893"
},
"stopId": "FR:01376:ZE:64275:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 541,
"time": "1768982150"
},
"departure": {
"delay": 541,
"time": "1768982161"
},
"stopId": "FR:01249:ZE:42008:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 354,
"time": "1768983078"
},
"departure": {
"delay": 354,
"time": "1768983114"
},
"stopId": "FR:01043:ZE:42024:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 477,
"time": "1768982330"
},
"departure": {
"delay": 477,
"time": "1768982337"
},
"stopId": "FR:01249:ZE:64333:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 690,
"time": "1768981940"
},
"departure": {
"delay": 690,
"time": "1768981950"
},
"stopId": "FR:69286:ZE:64335:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 551,
"time": "1768982651"
},
"departure": {
"delay": 551,
"time": "1768982651"
},
"stopId": "FR:01249:ZE:42014:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 705,
"time": "1768981895"
},
"departure": {
"delay": 705,
"time": "1768981905"
},
"stopId": "FR:69286:ZE:64336:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 470,
"time": "1768982990"
},
"departure": {
"delay": 470,
"time": "1768982990"
},
"stopId": "FR:01376:ZE:64308:COLIBRI",
"stopSequence": 17
},
{
"departure": {
"delay": 655,
"time": "1768981855"
},
"stopId": "FR:69286:ZE:42051:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 405,
"time": "1768983035"
},
"departure": {
"delay": 405,
"time": "1768983045"
},
"stopId": "FR:01376:ZE:42020:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 382,
"time": "1768983670"
},
"departure": {
"delay": 382,
"time": "1768983682"
},
"stopId": "FR:01043:ZE:42042:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 469,
"time": "1768984009"
},
"departure": {
"delay": 469,
"time": "1768984009"
},
"stopId": "FR:01043:ZE:42039:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 497,
"time": "1768982707"
},
"departure": {
"delay": 497,
"time": "1768982717"
},
"stopId": "FR:01249:ZE:42015:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 505,
"time": "1768982835"
},
"departure": {
"delay": 505,
"time": "1768982845"
},
"stopId": "FR:01376:ZE:41994:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 391,
"time": "1768984166"
},
"departure": {
"delay": 391,
"time": "1768984171"
},
"stopId": "FR:01418:ZE:42028:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 376,
"time": "1768983185"
},
"departure": {
"delay": 376,
"time": "1768983196"
},
"stopId": "FR:01043:ZE:42025:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 541,
"time": "1768982272"
},
"departure": {
"delay": 541,
"time": "1768982281"
},
"stopId": "FR:01249:ZE:64334:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 335,
"time": "1768983748"
},
"departure": {
"delay": 335,
"time": "1768983755"
},
"stopId": "FR:01043:ZE:64330:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 506,
"time": "1768983979"
},
"departure": {
"delay": 506,
"time": "1768983986"
},
"stopId": "FR:01043:ZE:42040:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 565,
"time": "1768982120"
},
"departure": {
"delay": 565,
"time": "1768982125"
},
"stopId": "FR:01249:ZE:42007:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 579,
"time": "1768982619"
},
"departure": {
"delay": 579,
"time": "1768982619"
},
"stopId": "FR:01249:ZE:42013:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 404,
"time": "1768983334"
},
"departure": {
"delay": 404,
"time": "1768983344"
},
"stopId": "FR:01043:ZE:64307:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 470,
"time": "1768982355"
},
"departure": {
"delay": 470,
"time": "1768982390"
},
"stopId": "FR:01249:ZE:42058:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 551,
"time": "1768982765"
},
"departure": {
"delay": 551,
"time": "1768982771"
},
"stopId": "FR:01249:ZE:42016:COLIBRI",
"stopSequence": 13
}
],
"timestamp": "1768990497",
"trip": {
"directionId": 2,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC4x3:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 263,
"time": "1768978643"
},
"stopId": "FR:01043:ZE:64324:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 454,
"time": "1768979546"
},
"departure": {
"delay": 454,
"time": "1768979554"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 437,
"time": "1768979348"
},
"departure": {
"delay": 437,
"time": "1768979357"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 676,
"time": "1768980316"
},
"departure": {
"delay": 676,
"time": "1768980316"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 667,
"time": "1768980547"
},
"departure": {
"delay": 667,
"time": "1768980547"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 650,
"time": "1768980336"
},
"departure": {
"delay": 650,
"time": "1768980350"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 662,
"time": "1768980390"
},
"departure": {
"delay": 662,
"time": "1768980422"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 287,
"time": "1768978956"
},
"departure": {
"delay": 287,
"time": "1768978967"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 384,
"time": "1768979108"
},
"departure": {
"delay": 384,
"time": "1768979124"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 417,
"time": "1768979386"
},
"departure": {
"delay": 417,
"time": "1768979397"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 724,
"time": "1768980233"
},
"departure": {
"delay": 724,
"time": "1768980244"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 797,
"time": "1768980994"
},
"departure": {
"delay": 797,
"time": "1768981037"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 699,
"time": "1768980465"
},
"departure": {
"delay": 699,
"time": "1768980519"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 675,
"time": "1768981335"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 470,
"time": "1768979501"
},
"departure": {
"delay": 470,
"time": "1768979510"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 533,
"time": "1768979914"
},
"departure": {
"delay": 533,
"time": "1768979933"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 492,
"time": "1768979683"
},
"departure": {
"delay": 492,
"time": "1768979712"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 700,
"time": "1768981292"
},
"departure": {
"delay": 700,
"time": "1768981300"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 480,
"time": "1768979569"
},
"departure": {
"delay": 480,
"time": "1768979580"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 695,
"time": "1768979991"
},
"departure": {
"delay": 695,
"time": "1768980155"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 288,
"time": "1768978718"
},
"departure": {
"delay": 288,
"time": "1768978728"
},
"stopId": "FR:01043:ZE:64312:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 775,
"time": "1768980927"
},
"departure": {
"delay": 775,
"time": "1768980955"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 494,
"time": "1768979825"
},
"departure": {
"delay": 494,
"time": "1768979834"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 594,
"time": "1768980586"
},
"departure": {
"delay": 594,
"time": "1768980594"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 710,
"time": "1768981250"
},
"departure": {
"delay": 710,
"time": "1768981250"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 401,
"time": "1768979245"
},
"departure": {
"delay": 401,
"time": "1768979261"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 265,
"time": "1768978825"
},
"departure": {
"delay": 265,
"time": "1768978825"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 560,
"time": "1768979769"
},
"departure": {
"delay": 560,
"time": "1768979780"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
}
],
"timestamp": "1768990497",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC3:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC2x4x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 402,
"time": "1768982916"
},
"departure": {
"delay": 402,
"time": "1768982922"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 126,
"time": "1768981790"
},
"departure": {
"delay": 126,
"time": "1768981806"
},
"stopId": "FR:01418:ZE:42003:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 359,
"time": "1768982691"
},
"departure": {
"delay": 359,
"time": "1768982699"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 203,
"time": "1768982166"
},
"departure": {
"delay": 203,
"time": "1768982183"
},
"stopId": "FR:01043:ZE:42035:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 373,
"time": "1768983168"
},
"departure": {
"delay": 373,
"time": "1768983193"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 435,
"time": "1768983124"
},
"departure": {
"delay": 435,
"time": "1768983135"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 470,
"time": "1768983699"
},
"departure": {
"delay": 470,
"time": "1768983710"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 485,
"time": "1768983490"
},
"departure": {
"delay": 485,
"time": "1768983545"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 423,
"time": "1768983063"
},
"departure": {
"delay": 423,
"time": "1768983063"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 255,
"time": "1768982405"
},
"departure": {
"delay": 255,
"time": "1768982415"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 293,
"time": "1768982538"
},
"departure": {
"delay": 293,
"time": "1768982573"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 346,
"time": "1768984479"
},
"departure": {
"delay": 346,
"time": "1768984486"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 80,
"time": "1768981992"
},
"departure": {
"delay": 80,
"time": "1768982000"
},
"stopId": "FR:01043:ZE:42034:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 495,
"time": "1768983818"
},
"departure": {
"delay": 495,
"time": "1768983855"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 388,
"time": "1768982961"
},
"departure": {
"delay": 388,
"time": "1768982968"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 410,
"time": "1768983104"
},
"departure": {
"delay": 410,
"time": "1768983110"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 317,
"time": "1768984577"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 461,
"time": "1768983935"
},
"departure": {
"delay": 461,
"time": "1768983941"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 451,
"time": "1768983556"
},
"departure": {
"delay": 451,
"time": "1768983571"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 112,
"time": "1768981839"
},
"departure": {
"delay": 112,
"time": "1768981852"
},
"stopId": "FR:01418:ZE:42002:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 339,
"time": "1768984531"
},
"departure": {
"delay": 339,
"time": "1768984539"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"departure": {
"delay": 67,
"time": "1768981747"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 94,
"time": "1768981762"
},
"departure": {
"delay": 94,
"time": "1768981774"
},
"stopId": "FR:01418:ZE:42004:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 414,
"time": "1768983987"
},
"departure": {
"delay": 414,
"time": "1768984014"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 381,
"time": "1768982831"
},
"departure": {
"delay": 381,
"time": "1768982841"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 365,
"time": "1768984145"
},
"departure": {
"delay": 365,
"time": "1768984145"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 431,
"time": "1768983419"
},
"departure": {
"delay": 431,
"time": "1768983431"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 475,
"time": "1768983775"
},
"departure": {
"delay": 475,
"time": "1768983775"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 454,
"time": "1768983254"
},
"departure": {
"delay": 454,
"time": "1768983274"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 398,
"time": "1768984197"
},
"departure": {
"delay": 398,
"time": "1768984238"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 485,
"time": "1768983877"
},
"departure": {
"delay": 485,
"time": "1768983905"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 388,
"time": "1768983313"
},
"departure": {
"delay": 388,
"time": "1768983328"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
}
],
"timestamp": "1768990493",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC2x4x0:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC4x4:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 250,
"time": "1768990270"
},
"departure": {
"delay": 250,
"time": "1768990270"
},
"stopId": "FR:01043:ZE:64330:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 282,
"time": "1768990054"
},
"departure": {
"delay": 282,
"time": "1768990062"
},
"stopId": "FR:01043:ZE:63686:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 363,
"time": "1768989537"
},
"departure": {
"delay": 363,
"time": "1768989543"
},
"stopId": "FR:01376:ZE:64309:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 325,
"time": "1768988838"
},
"departure": {
"delay": 325,
"time": "1768988845"
},
"stopId": "FR:01249:ZE:42058:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 412,
"time": "1768988730"
},
"departure": {
"delay": 412,
"time": "1768988752"
},
"stopId": "FR:01249:ZE:64334:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 310,
"time": "1768990380"
},
"departure": {
"delay": 310,
"time": "1768990390"
},
"stopId": "FR:01043:ZE:42040:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 349,
"time": "1768988802"
},
"departure": {
"delay": 349,
"time": "1768988809"
},
"stopId": "FR:01249:ZE:64333:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 291,
"time": "1768989704"
},
"departure": {
"delay": 291,
"time": "1768989711"
},
"stopId": "FR:01043:ZE:42025:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 381,
"time": "1768989175"
},
"departure": {
"delay": 381,
"time": "1768989201"
},
"stopId": "FR:01249:ZE:42016:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 371,
"time": "1768988512"
},
"departure": {
"delay": 371,
"time": "1768988531"
},
"stopId": "FR:01249:ZE:42007:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 359,
"time": "1768989409"
},
"departure": {
"delay": 359,
"time": "1768989419"
},
"stopId": "FR:01376:ZE:64332:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 327,
"time": "1768989559"
},
"departure": {
"delay": 327,
"time": "1768989567"
},
"stopId": "FR:01376:ZE:42020:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 365,
"time": "1768989365"
},
"departure": {
"delay": 365,
"time": "1768989365"
},
"stopId": "FR:01376:ZE:64275:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 323,
"time": "1768989136"
},
"departure": {
"delay": 323,
"time": "1768989143"
},
"stopId": "FR:01249:ZE:42015:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 302,
"time": "1768989954"
},
"departure": {
"delay": 302,
"time": "1768989962"
},
"stopId": "FR:01043:ZE:64306:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 220,
"time": "1768990540"
},
"departure": {
"delay": 220,
"time": "1768990540"
},
"stopId": "FR:01418:ZE:42026:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 384,
"time": "1768988881"
},
"departure": {
"delay": 384,
"time": "1768988964"
},
"stopId": "FR:01249:ZE:42006:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 321,
"time": "1768989838"
},
"departure": {
"delay": 321,
"time": "1768989861"
},
"stopId": "FR:01043:ZE:64307:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 411,
"time": "1768988211"
},
"departure": {
"delay": 411,
"time": "1768988211"
},
"stopId": "FR:69286:ZE:64336:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 265,
"time": "1768989604"
},
"departure": {
"delay": 265,
"time": "1768989625"
},
"stopId": "FR:01043:ZE:42024:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 358,
"time": "1768989051"
},
"departure": {
"delay": 358,
"time": "1768989058"
},
"stopId": "FR:01249:ZE:42014:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 292,
"time": "1768989772"
},
"departure": {
"delay": 292,
"time": "1768989772"
},
"stopId": "FR:01043:ZE:64331:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 375,
"time": "1768989479"
},
"departure": {
"delay": 375,
"time": "1768989495"
},
"stopId": "FR:01376:ZE:64308:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 285,
"time": "1768990415"
},
"departure": {
"delay": 285,
"time": "1768990425"
},
"stopId": "FR:01043:ZE:42039:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 370,
"time": "1768989010"
},
"departure": {
"delay": 370,
"time": "1768989010"
},
"stopId": "FR:01249:ZE:42013:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 411,
"time": "1768988260"
},
"departure": {
"delay": 411,
"time": "1768988271"
},
"stopId": "FR:69286:ZE:64335:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 220,
"time": "1768990660"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 250,
"time": "1768990570"
},
"departure": {
"delay": 250,
"time": "1768990570"
},
"stopId": "FR:01418:ZE:42027:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 279,
"time": "1768990168"
},
"departure": {
"delay": 279,
"time": "1768990179"
},
"stopId": "FR:01043:ZE:42042:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 220,
"time": "1768990600"
},
"departure": {
"delay": 220,
"time": "1768990600"
},
"stopId": "FR:01418:ZE:42028:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 337,
"time": "1768989265"
},
"departure": {
"delay": 337,
"time": "1768989277"
},
"stopId": "FR:01376:ZE:41994:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 386,
"time": "1768988562"
},
"departure": {
"delay": 386,
"time": "1768988606"
},
"stopId": "FR:01249:ZE:42008:COLIBRI",
"stopSequence": 5
},
{
"departure": {
"delay": 361,
"time": "1768988161"
},
"stopId": "FR:69286:ZE:42051:COLIBRI",
"stopSequence": 1
}
],
"timestamp": "1768990194",
"trip": {
"directionId": 2,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC4x4:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 123,
"time": "1768973156"
},
"departure": {
"delay": 123,
"time": "1768973163"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 162,
"time": "1768973376"
},
"departure": {
"delay": 162,
"time": "1768973382"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 94,
"time": "1768972948"
},
"departure": {
"delay": 94,
"time": "1768972954"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 14,
"time": "1768974194"
},
"departure": {
"delay": 14,
"time": "1768974194"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 99,
"time": "1768973732"
},
"departure": {
"delay": 99,
"time": "1768973739"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 82,
"time": "1768974022"
},
"departure": {
"delay": 82,
"time": "1768974022"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 28,
"time": "1768972639"
},
"departure": {
"delay": 28,
"time": "1768972648"
},
"stopId": "FR:01043:ZE:42034:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 50,
"time": "1768974050"
},
"departure": {
"delay": 50,
"time": "1768974050"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 129,
"time": "1768973282"
},
"departure": {
"delay": 129,
"time": "1768973289"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 181,
"time": "1768973570"
},
"departure": {
"delay": 181,
"time": "1768973581"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": -52,
"time": "1768974447"
},
"departure": {
"delay": -52,
"time": "1768974488"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 37,
"time": "1768974088"
},
"departure": {
"delay": 37,
"time": "1768974097"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 176,
"time": "1768973506"
},
"departure": {
"delay": 176,
"time": "1768973516"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": -90,
"time": "1768974870"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 168,
"time": "1768973677"
},
"departure": {
"delay": 168,
"time": "1768973688"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 62,
"time": "1768973033"
},
"departure": {
"delay": 62,
"time": "1768973042"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": -71,
"time": "1768974820"
},
"departure": {
"delay": -71,
"time": "1768974829"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 15,
"time": "1768974116"
},
"departure": {
"delay": 15,
"time": "1768974135"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 28,
"time": "1768972397"
},
"departure": {
"delay": 28,
"time": "1768972408"
},
"stopId": "FR:01418:ZE:42003:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1768972444"
},
"departure": {
"delay": 11,
"time": "1768972451"
},
"stopId": "FR:01418:ZE:42002:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": -94,
"time": "1768974377"
},
"departure": {
"delay": -94,
"time": "1768974386"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 157,
"time": "1768973551"
},
"departure": {
"delay": 157,
"time": "1768973557"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 34,
"time": "1768972764"
},
"departure": {
"delay": 34,
"time": "1768972774"
},
"stopId": "FR:01043:ZE:64322:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"time": "1768972371"
},
"departure": {
"time": "1768972380"
},
"stopId": "FR:01418:ZE:42004:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 131,
"time": "1768973411"
},
"departure": {
"delay": 131,
"time": "1768973411"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": -58,
"time": "1768974771"
},
"departure": {
"delay": -58,
"time": "1768974782"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 24,
"time": "1768972696"
},
"departure": {
"delay": 24,
"time": "1768972704"
},
"stopId": "FR:01043:ZE:42035:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": -56,
"time": "1768974230"
},
"departure": {
"delay": -56,
"time": "1768974244"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"departure": {
"delay": -24,
"time": "1768972356"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 156,
"time": "1768973812"
},
"departure": {
"delay": 156,
"time": "1768973856"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 171,
"time": "1768973921"
},
"departure": {
"delay": 171,
"time": "1768973931"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 104,
"time": "1768973613"
},
"departure": {
"delay": 104,
"time": "1768973624"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 136,
"time": "1768973946"
},
"departure": {
"delay": 136,
"time": "1768973956"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
}
],
"timestamp": "1768990497",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC2:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC5:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 275,
"time": "1768977455"
},
"departure": {
"delay": 275,
"time": "1768977455"
},
"stopId": "FR:01043:ZE:64331:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 203,
"time": "1768977116"
},
"departure": {
"delay": 203,
"time": "1768977143"
},
"stopId": "FR:01376:ZE:42020:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 235,
"time": "1768977055"
},
"departure": {
"delay": 235,
"time": "1768977055"
},
"stopId": "FR:01376:ZE:64308:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 289,
"time": "1768976803"
},
"departure": {
"delay": 289,
"time": "1768976809"
},
"stopId": "FR:01249:ZE:42015:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 371,
"time": "1768976398"
},
"departure": {
"delay": 371,
"time": "1768976411"
},
"stopId": "FR:01249:ZE:64334:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 305,
"time": "1768977521"
},
"departure": {
"delay": 305,
"time": "1768977545"
},
"stopId": "FR:01043:ZE:64307:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 404,
"time": "1768977828"
},
"departure": {
"delay": 404,
"time": "1768977884"
},
"stopId": "FR:01043:ZE:63686:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 302,
"time": "1768977648"
},
"departure": {
"delay": 302,
"time": "1768977662"
},
"stopId": "FR:01043:ZE:64306:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 412,
"time": "1768978192"
},
"stopId": "FR:01043:ZE:64324:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 339,
"time": "1768976670"
},
"departure": {
"delay": 339,
"time": "1768976679"
},
"stopId": "FR:01249:ZE:42013:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 216,
"time": "1768977089"
},
"departure": {
"delay": 216,
"time": "1768977096"
},
"stopId": "FR:01376:ZE:64309:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 254,
"time": "1768977007"
},
"departure": {
"delay": 254,
"time": "1768977014"
},
"stopId": "FR:01376:ZE:64332:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 312,
"time": "1768976706"
},
"departure": {
"delay": 312,
"time": "1768976712"
},
"stopId": "FR:01249:ZE:42014:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 345,
"time": "1768976593"
},
"departure": {
"delay": 345,
"time": "1768976625"
},
"stopId": "FR:01249:ZE:42006:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 252,
"time": "1768976952"
},
"departure": {
"delay": 252,
"time": "1768976952"
},
"stopId": "FR:01376:ZE:64275:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 342,
"time": "1768976162"
},
"departure": {
"delay": 342,
"time": "1768976202"
},
"stopId": "FR:01249:ZE:42007:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 262,
"time": "1768977377"
},
"departure": {
"delay": 262,
"time": "1768977382"
},
"stopId": "FR:01043:ZE:42025:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 346,
"time": "1768976542"
},
"departure": {
"delay": 346,
"time": "1768976566"
},
"stopId": "FR:01249:ZE:42058:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 229,
"time": "1768977278"
},
"departure": {
"delay": 229,
"time": "1768977289"
},
"stopId": "FR:01043:ZE:42024:COLIBRI",
"stopSequence": 20
},
{
"departure": {
"delay": 350,
"time": "1768975850"
},
"stopId": "FR:69286:ZE:42051:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 255,
"time": "1768976881"
},
"departure": {
"delay": 255,
"time": "1768976895"
},
"stopId": "FR:01376:ZE:41994:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 384,
"time": "1768975936"
},
"departure": {
"delay": 384,
"time": "1768975944"
},
"stopId": "FR:69286:ZE:64335:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 329,
"time": "1768976238"
},
"departure": {
"delay": 329,
"time": "1768976249"
},
"stopId": "FR:01249:ZE:42008:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 406,
"time": "1768977973"
},
"departure": {
"delay": 406,
"time": "1768978006"
},
"stopId": "FR:01043:ZE:42042:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 391,
"time": "1768975891"
},
"departure": {
"delay": 391,
"time": "1768975891"
},
"stopId": "FR:69286:ZE:64336:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 364,
"time": "1768978078"
},
"departure": {
"delay": 364,
"time": "1768978084"
},
"stopId": "FR:01043:ZE:64312:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 335,
"time": "1768976482"
},
"departure": {
"delay": 335,
"time": "1768976495"
},
"stopId": "FR:01249:ZE:64333:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 307,
"time": "1768976820"
},
"departure": {
"delay": 307,
"time": "1768976827"
},
"stopId": "FR:01249:ZE:42016:COLIBRI",
"stopSequence": 13
}
],
"timestamp": "1768990497",
"trip": {
"directionId": 2,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC5:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC2x5x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 284,
"time": "1768986485"
},
"departure": {
"delay": 284,
"time": "1768986524"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
},
{
"departure": {
"delay": -93,
"time": "1768984887"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 332,
"time": "1768987018"
},
"departure": {
"delay": 332,
"time": "1768987052"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 267,
"time": "1768986387"
},
"departure": {
"delay": 267,
"time": "1768986387"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 116,
"time": "1768987676"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 210,
"time": "1768987339"
},
"departure": {
"delay": 210,
"time": "1768987350"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 142,
"time": "1768987635"
},
"departure": {
"delay": 142,
"time": "1768987642"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 365,
"time": "1768986662"
},
"departure": {
"delay": 365,
"time": "1768986725"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": -32,
"time": "1768984939"
},
"departure": {
"delay": -32,
"time": "1768984948"
},
"stopId": "FR:01418:ZE:42003:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 263,
"time": "1768987134"
},
"departure": {
"delay": 263,
"time": "1768987163"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 219,
"time": "1768987288"
},
"departure": {
"delay": 219,
"time": "1768987299"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 239,
"time": "1768985693"
},
"departure": {
"delay": 239,
"time": "1768985699"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 331,
"time": "1768986440"
},
"departure": {
"delay": 331,
"time": "1768986451"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 331,
"time": "1768986326"
},
"departure": {
"delay": 331,
"time": "1768986331"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 315,
"time": "1768986127"
},
"departure": {
"delay": 315,
"time": "1768986135"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": -54,
"time": "1768984977"
},
"departure": {
"delay": -54,
"time": "1768984986"
},
"stopId": "FR:01418:ZE:42002:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 333,
"time": "1768986958"
},
"departure": {
"delay": 333,
"time": "1768986993"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 312,
"time": "1768986170"
},
"departure": {
"delay": 312,
"time": "1768986192"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 305,
"time": "1768986896"
},
"departure": {
"delay": 305,
"time": "1768986905"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 293,
"time": "1768986043"
},
"departure": {
"delay": 293,
"time": "1768986053"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 151,
"time": "1768987591"
},
"departure": {
"delay": 151,
"time": "1768987591"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 267,
"time": "1768985901"
},
"departure": {
"delay": 267,
"time": "1768985907"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 357,
"time": "1768986347"
},
"departure": {
"delay": 357,
"time": "1768986357"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 385,
"time": "1768986791"
},
"departure": {
"delay": 385,
"time": "1768986805"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": -50,
"time": "1768985278"
},
"departure": {
"delay": -50,
"time": "1768985290"
},
"stopId": "FR:01043:ZE:64322:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": -137,
"time": "1768985077"
},
"departure": {
"delay": -137,
"time": "1768985083"
},
"stopId": "FR:01043:ZE:42034:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 355,
"time": "1768986289"
},
"departure": {
"delay": 355,
"time": "1768986295"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": -81,
"time": "1768985184"
},
"departure": {
"delay": -81,
"time": "1768985199"
},
"stopId": "FR:01043:ZE:42035:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 333,
"time": "1768986868"
},
"departure": {
"delay": 333,
"time": "1768986873"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 317,
"time": "1768987091"
},
"departure": {
"delay": 317,
"time": "1768987097"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": -57,
"time": "1768984897"
},
"departure": {
"delay": -57,
"time": "1768984923"
},
"stopId": "FR:01418:ZE:42004:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 302,
"time": "1768986580"
},
"departure": {
"delay": 302,
"time": "1768986602"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 213,
"time": "1768985785"
},
"departure": {
"delay": 213,
"time": "1768985793"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
}
],
"timestamp": "1768990497",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC2x5x0:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC2x0:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 269,
"time": "1768975337"
},
"departure": {
"delay": 269,
"time": "1768975349"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 331,
"time": "1768975700"
},
"departure": {
"delay": 331,
"time": "1768975711"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 335,
"time": "1768975835"
},
"departure": {
"delay": 335,
"time": "1768975835"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 272,
"time": "1768975892"
},
"departure": {
"delay": 272,
"time": "1768975892"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 234,
"time": "1768975194"
},
"departure": {
"delay": 234,
"time": "1768975194"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 324,
"time": "1768976604"
},
"departure": {
"delay": 324,
"time": "1768976604"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 324,
"time": "1768975454"
},
"departure": {
"delay": 324,
"time": "1768975464"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 236,
"time": "1768974709"
},
"departure": {
"delay": 236,
"time": "1768974716"
},
"stopId": "FR:01418:ZE:42003:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 190,
"time": "1768977250"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 273,
"time": "1768976063"
},
"departure": {
"delay": 273,
"time": "1768976073"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 310,
"time": "1768976417"
},
"departure": {
"delay": 310,
"time": "1768976470"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 334,
"time": "1768975587"
},
"departure": {
"delay": 334,
"time": "1768975594"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"departure": {
"delay": 163,
"time": "1768974643"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 271,
"time": "1768975991"
},
"departure": {
"delay": 271,
"time": "1768976011"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 168,
"time": "1768974975"
},
"departure": {
"delay": 168,
"time": "1768975008"
},
"stopId": "FR:01043:ZE:64322:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 255,
"time": "1768976843"
},
"departure": {
"delay": 255,
"time": "1768976895"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 348,
"time": "1768976490"
},
"departure": {
"delay": 348,
"time": "1768976568"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 360,
"time": "1768975854"
},
"departure": {
"delay": 360,
"time": "1768975860"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 261,
"time": "1768976653"
},
"departure": {
"delay": 261,
"time": "1768976661"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 214,
"time": "1768974746"
},
"departure": {
"delay": 214,
"time": "1768974754"
},
"stopId": "FR:01418:ZE:42002:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 208,
"time": "1768977198"
},
"departure": {
"delay": 208,
"time": "1768977208"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 211,
"time": "1768974649"
},
"departure": {
"delay": 211,
"time": "1768974691"
},
"stopId": "FR:01418:ZE:42004:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 273,
"time": "1768976368"
},
"departure": {
"delay": 273,
"time": "1768976373"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 304,
"time": "1768976124"
},
"departure": {
"delay": 304,
"time": "1768976164"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 207,
"time": "1768976780"
},
"departure": {
"delay": 207,
"time": "1768976787"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 363,
"time": "1768975797"
},
"departure": {
"delay": 363,
"time": "1768975803"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 307,
"time": "1768976339"
},
"departure": {
"delay": 307,
"time": "1768976347"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 141,
"time": "1768974850"
},
"departure": {
"delay": 141,
"time": "1768974861"
},
"stopId": "FR:01043:ZE:42034:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 292,
"time": "1768976197"
},
"departure": {
"delay": 292,
"time": "1768976212"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 126,
"time": "1768974889"
},
"departure": {
"delay": 126,
"time": "1768974906"
},
"stopId": "FR:01043:ZE:42035:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 215,
"time": "1768977149"
},
"departure": {
"delay": 215,
"time": "1768977155"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 348,
"time": "1768975668"
},
"departure": {
"delay": 348,
"time": "1768975668"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 328,
"time": "1768975942"
},
"departure": {
"delay": 328,
"time": "1768975948"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
}
],
"timestamp": "1768990493",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC2x0:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC4x2:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 102,
"time": "1768978002"
},
"stopId": "FR:69286:ZE:42051:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 157,
"time": "1768978465"
},
"departure": {
"delay": 157,
"time": "1768978477"
},
"stopId": "FR:01249:ZE:42008:COLIBRI",
"stopSequence": 5
},
{
"arrival": {
"delay": 230,
"time": "1768980465"
},
"departure": {
"delay": 230,
"time": "1768980470"
},
"stopId": "FR:01043:ZE:42039:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 170,
"time": "1768978364"
},
"departure": {
"delay": 170,
"time": "1768978430"
},
"stopId": "FR:01249:ZE:42007:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 160,
"time": "1768978111"
},
"departure": {
"delay": 160,
"time": "1768978120"
},
"stopId": "FR:69286:ZE:64335:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 154,
"time": "1768980154"
},
"departure": {
"delay": 154,
"time": "1768980154"
},
"stopId": "FR:01043:ZE:42042:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 159,
"time": "1768978954"
},
"departure": {
"delay": 159,
"time": "1768978959"
},
"stopId": "FR:01249:ZE:42014:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 183,
"time": "1768979458"
},
"departure": {
"delay": 183,
"time": "1768979463"
},
"stopId": "FR:01376:ZE:64309:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 141,
"time": "1768979771"
},
"departure": {
"delay": 141,
"time": "1768979781"
},
"stopId": "FR:01043:ZE:64307:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 207,
"time": "1768979420"
},
"departure": {
"delay": 207,
"time": "1768979427"
},
"stopId": "FR:01376:ZE:64308:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 137,
"time": "1768980677"
},
"stopId": "FR:01418:ZE:72251:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 161,
"time": "1768979904"
},
"departure": {
"delay": 161,
"time": "1768979921"
},
"stopId": "FR:01043:ZE:64306:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 212,
"time": "1768979366"
},
"departure": {
"delay": 212,
"time": "1768979372"
},
"stopId": "FR:01376:ZE:64332:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 167,
"time": "1768978722"
},
"departure": {
"delay": 167,
"time": "1768978727"
},
"stopId": "FR:01249:ZE:64333:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 184,
"time": "1768980652"
},
"departure": {
"delay": 184,
"time": "1768980664"
},
"stopId": "FR:01418:ZE:42028:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 205,
"time": "1768978828"
},
"departure": {
"delay": 205,
"time": "1768978885"
},
"stopId": "FR:01249:ZE:42006:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 170,
"time": "1768980039"
},
"departure": {
"delay": 170,
"time": "1768980050"
},
"stopId": "FR:01043:ZE:63686:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": 170,
"time": "1768980579"
},
"departure": {
"delay": 170,
"time": "1768980590"
},
"stopId": "FR:01418:ZE:42026:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 116,
"time": "1768979027"
},
"departure": {
"delay": 116,
"time": "1768979036"
},
"stopId": "FR:01249:ZE:42015:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 155,
"time": "1768978049"
},
"departure": {
"delay": 155,
"time": "1768978055"
},
"stopId": "FR:69286:ZE:64336:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 177,
"time": "1768979066"
},
"departure": {
"delay": 177,
"time": "1768979097"
},
"stopId": "FR:01249:ZE:42016:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 157,
"time": "1768979157"
},
"departure": {
"delay": 157,
"time": "1768979197"
},
"stopId": "FR:01376:ZE:41994:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 195,
"time": "1768978626"
},
"departure": {
"delay": 195,
"time": "1768978635"
},
"stopId": "FR:01249:ZE:64334:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 83,
"time": "1768979535"
},
"departure": {
"delay": 83,
"time": "1768979543"
},
"stopId": "FR:01043:ZE:42024:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 122,
"time": "1768979702"
},
"departure": {
"delay": 122,
"time": "1768979702"
},
"stopId": "FR:01043:ZE:64331:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 261,
"time": "1768980430"
},
"departure": {
"delay": 261,
"time": "1768980441"
},
"stopId": "FR:01043:ZE:42040:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 224,
"time": "1768980618"
},
"departure": {
"delay": 224,
"time": "1768980644"
},
"stopId": "FR:01418:ZE:42027:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 184,
"time": "1768978918"
},
"departure": {
"delay": 184,
"time": "1768978924"
},
"stopId": "FR:01249:ZE:42013:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 150,
"time": "1768979481"
},
"departure": {
"delay": 150,
"time": "1768979490"
},
"stopId": "FR:01376:ZE:42020:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 180,
"time": "1768978773"
},
"departure": {
"delay": 180,
"time": "1768978800"
},
"stopId": "FR:01249:ZE:42058:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 115,
"time": "1768979624"
},
"departure": {
"delay": 115,
"time": "1768979635"
},
"stopId": "FR:01043:ZE:42025:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 208,
"time": "1768979308"
},
"departure": {
"delay": 208,
"time": "1768979308"
},
"stopId": "FR:01376:ZE:64275:COLIBRI",
"stopSequence": 15
}
],
"timestamp": "1768990493",
"trip": {
"directionId": 2,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC4x2:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC3x1:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 35,
"time": "1768988315"
},
"stopId": "FR:01043:ZE:64324:COLIBRI",
"stopSequence": 8
},
{
"arrival": {
"delay": 514,
"time": "1768990058"
},
"departure": {
"delay": 514,
"time": "1768990174"
},
"stopId": "FR:01249:ZE:42032:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": 315,
"time": "1768989315"
},
"departure": {
"delay": 315,
"time": "1768989315"
},
"stopId": "FR:01376:ZE:41996:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": 410,
"time": "1768990970"
},
"stopId": "FR:69286:ZE:42057:COLIBRI",
"stopSequence": 35
},
{
"arrival": {
"delay": 385,
"time": "1768989985"
},
"departure": {
"delay": 385,
"time": "1768989985"
},
"stopId": "FR:01249:ZE:41990:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 410,
"time": "1768990910"
},
"departure": {
"delay": 410,
"time": "1768990910"
},
"stopId": "FR:69286:ZE:64329:COLIBRI",
"stopSequence": 34
},
{
"arrival": {
"delay": 329,
"time": "1768989502"
},
"departure": {
"delay": 329,
"time": "1768989569"
},
"stopId": "FR:01376:ZE:42018:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 47,
"time": "1768988481"
},
"departure": {
"delay": 47,
"time": "1768988507"
},
"stopId": "FR:01043:ZE:63684:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 410,
"time": "1768990550"
},
"departure": {
"delay": 410,
"time": "1768990550"
},
"stopId": "FR:01249:ZE:41985:COLIBRI",
"stopSequence": 32
},
{
"arrival": {
"delay": 410,
"time": "1768990850"
},
"departure": {
"delay": 410,
"time": "1768990850"
},
"stopId": "FR:69286:ZE:64328:COLIBRI",
"stopSequence": 33
},
{
"arrival": {
"delay": 525,
"time": "1768990299"
},
"departure": {
"delay": 525,
"time": "1768990305"
},
"stopId": "FR:01249:ZE:64326:COLIBRI",
"stopSequence": 29
},
{
"arrival": {
"delay": 130,
"time": "1768988726"
},
"departure": {
"delay": 130,
"time": "1768988770"
},
"stopId": "FR:01043:ZE:42043:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 259,
"time": "1768989374"
},
"departure": {
"delay": 259,
"time": "1768989379"
},
"stopId": "FR:01376:ZE:42033:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 22,
"time": "1768988592"
},
"departure": {
"delay": 22,
"time": "1768988602"
},
"stopId": "FR:01043:ZE:63685:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 199,
"time": "1768988947"
},
"departure": {
"delay": 199,
"time": "1768988959"
},
"stopId": "FR:01043:ZE:42046:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 335,
"time": "1768989455"
},
"departure": {
"delay": 335,
"time": "1768989455"
},
"stopId": "FR:01376:ZE:64325:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 346,
"time": "1768989331"
},
"departure": {
"delay": 346,
"time": "1768989346"
},
"stopId": "FR:01376:ZE:64303:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 324,
"time": "1768989250"
},
"departure": {
"delay": 324,
"time": "1768989264"
},
"stopId": "FR:01043:ZE:42000:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 535,
"time": "1768990207"
},
"departure": {
"delay": 535,
"time": "1768990255"
},
"stopId": "FR:01249:ZE:42052:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 393,
"time": "1768989684"
},
"departure": {
"delay": 393,
"time": "1768989693"
},
"stopId": "FR:01376:ZE:42017:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 222,
"time": "1768989042"
},
"departure": {
"delay": 222,
"time": "1768989042"
},
"stopId": "FR:01043:ZE:64323:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 436,
"time": "1768989754"
},
"departure": {
"delay": 436,
"time": "1768989796"
},
"stopId": "FR:01249:ZE:41993:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 54,
"time": "1768988383"
},
"departure": {
"delay": 54,
"time": "1768988394"
},
"stopId": "FR:01043:ZE:64312:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 413,
"time": "1768990483"
},
"departure": {
"delay": 413,
"time": "1768990493"
},
"stopId": "FR:01249:ZE:41986:COLIBRI",
"stopSequence": 31
},
{
"arrival": {
"delay": 462,
"time": "1768990355"
},
"departure": {
"delay": 462,
"time": "1768990362"
},
"stopId": "FR:01249:ZE:64327:COLIBRI",
"stopSequence": 30
},
{
"arrival": {
"delay": 405,
"time": "1768989809"
},
"departure": {
"delay": 405,
"time": "1768989825"
},
"stopId": "FR:01249:ZE:41992:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 262,
"time": "1768989091"
},
"departure": {
"delay": 262,
"time": "1768989142"
},
"stopId": "FR:01043:ZE:42001:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 416,
"time": "1768989938"
},
"departure": {
"delay": 416,
"time": "1768989956"
},
"stopId": "FR:01249:ZE:41991:COLIBRI",
"stopSequence": 25
}
],
"timestamp": "1768990493",
"trip": {
"directionId": 1,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC3x1:LOC"
}
}
},
{
"id": "SM:COLIBRI:ServiceJourney:LC5x3:LOC",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"delay": 25,
"time": "1768985167"
},
"departure": {
"delay": 25,
"time": "1768985185"
},
"stopId": "FR:01249:ZE:42007:COLIBRI",
"stopSequence": 4
},
{
"arrival": {
"delay": 108,
"time": "1768986277"
},
"departure": {
"delay": 108,
"time": "1768986288"
},
"stopId": "FR:01376:ZE:64309:COLIBRI",
"stopSequence": 18
},
{
"arrival": {
"delay": 13,
"time": "1768985922"
},
"departure": {
"delay": 13,
"time": "1768985953"
},
"stopId": "FR:01376:ZE:41994:COLIBRI",
"stopSequence": 14
},
{
"arrival": {
"delay": 2,
"time": "1768985455"
},
"departure": {
"delay": 2,
"time": "1768985462"
},
"stopId": "FR:01249:ZE:64333:COLIBRI",
"stopSequence": 7
},
{
"arrival": {
"delay": 97,
"time": "1768986314"
},
"departure": {
"delay": 97,
"time": "1768986337"
},
"stopId": "FR:01376:ZE:42020:COLIBRI",
"stopSequence": 19
},
{
"arrival": {
"delay": 103,
"time": "1768986576"
},
"departure": {
"delay": 103,
"time": "1768986583"
},
"stopId": "FR:01043:ZE:64331:COLIBRI",
"stopSequence": 22
},
{
"arrival": {
"delay": 87,
"time": "1768987107"
},
"departure": {
"delay": 87,
"time": "1768987107"
},
"stopId": "FR:01043:ZE:64312:COLIBRI",
"stopSequence": 27
},
{
"arrival": {
"delay": -25,
"time": "1768985784"
},
"departure": {
"delay": -25,
"time": "1768985795"
},
"stopId": "FR:01249:ZE:42015:COLIBRI",
"stopSequence": 12
},
{
"arrival": {
"delay": 43,
"time": "1768985368"
},
"departure": {
"delay": 43,
"time": "1768985383"
},
"stopId": "FR:01249:ZE:64334:COLIBRI",
"stopSequence": 6
},
{
"arrival": {
"delay": 43,
"time": "1768985673"
},
"departure": {
"delay": 43,
"time": "1768985683"
},
"stopId": "FR:01249:ZE:42013:COLIBRI",
"stopSequence": 10
},
{
"arrival": {
"delay": 123,
"time": "1768986655"
},
"departure": {
"delay": 123,
"time": "1768986663"
},
"stopId": "FR:01043:ZE:64307:COLIBRI",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1768986155"
},
"departure": {
"delay": 121,
"time": "1768986181"
},
"stopId": "FR:01376:ZE:64332:COLIBRI",
"stopSequence": 16
},
{
"arrival": {
"delay": 121,
"time": "1768986233"
},
"departure": {
"delay": 121,
"time": "1768986241"
},
"stopId": "FR:01376:ZE:64308:COLIBRI",
"stopSequence": 17
},
{
"arrival": {
"delay": -1,
"time": "1768985557"
},
"departure": {
"delay": -1,
"time": "1768985579"
},
"stopId": "FR:01249:ZE:42006:COLIBRI",
"stopSequence": 9
},
{
"arrival": {
"delay": 83,
"time": "1768986492"
},
"departure": {
"delay": 83,
"time": "1768986503"
},
"stopId": "FR:01043:ZE:42025:COLIBRI",
"stopSequence": 21
},
{
"arrival": {
"delay": 163,
"time": "1768986807"
},
"departure": {
"delay": 163,
"time": "1768986823"
},
"stopId": "FR:01043:ZE:64306:COLIBRI",
"stopSequence": 24
},
{
"arrival": {
"delay": 13,
"time": "1768985713"
},
"departure": {
"delay": 13,
"time": "1768985713"
},
"stopId": "FR:01249:ZE:42014:COLIBRI",
"stopSequence": 11
},
{
"arrival": {
"delay": 167,
"time": "1768987051"
},
"departure": {
"delay": 167,
"time": "1768987067"
},
"stopId": "FR:01043:ZE:42042:COLIBRI",
"stopSequence": 26
},
{
"arrival": {
"delay": 167,
"time": "1768986937"
},
"departure": {
"delay": 167,
"time": "1768986947"
},
"stopId": "FR:01043:ZE:63686:COLIBRI",
"stopSequence": 25
},
{
"arrival": {
"delay": -4,
"time": "1768985487"
},
"departure": {
"delay": -4,
"time": "1768985516"
},
"stopId": "FR:01249:ZE:42058:COLIBRI",
"stopSequence": 8
},
{
"departure": {
"delay": 10,
"time": "1768984810"
},
"stopId": "FR:69286:ZE:42051:COLIBRI",
"stopSequence": 1
},
{
"arrival": {
"delay": 112,
"time": "1768986013"
},
"departure": {
"delay": 112,
"time": "1768986112"
},
"stopId": "FR:01376:ZE:64275:COLIBRI",
"stopSequence": 15
},
{
"arrival": {
"delay": 95,
"time": "1768987175"
},
"stopId": "FR:01043:ZE:64324:COLIBRI",
"stopSequence": 28
},
{
"arrival": {
"delay": 71,
"time": "1768984859"
},
"departure": {
"delay": 71,
"time": "1768984871"
},
"stopId": "FR:69286:ZE:64336:COLIBRI",
"stopSequence": 2
},
{
"arrival": {
"delay": 54,
"time": "1768986386"
},
"departure": {
"delay": 54,
"time": "1768986414"
},
"stopId": "FR:01043:ZE:42024:COLIBRI",
"stopSequence": 20
},
{
"arrival": {
"delay": 31,
"time": "1768985829"
},
"departure": {
"delay": 31,
"time": "1768985851"
},
"stopId": "FR:01249:ZE:42016:COLIBRI",
"stopSequence": 13
},
{
"arrival": {
"delay": 72,
"time": "1768984919"
},
"departure": {
"delay": 72,
"time": "1768984932"
},
"stopId": "FR:69286:ZE:64335:COLIBRI",
"stopSequence": 3
},
{
"arrival": {
"delay": 11,
"time": "1768985224"
},
"departure": {
"delay": 11,
"time": "1768985231"
},
"stopId": "FR:01249:ZE:42008:COLIBRI",
"stopSequence": 5
}
],
"timestamp": "1768990493",
"trip": {
"directionId": 2,
"routeId": "COLIBRI:Line:LignexCxtixre:LOC",
"tripId": "COLIBRI:ServiceJourney:LC5x3:LOC"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "1.0",
"timestamp": "1768990555"
}
}