← Finland

Trains At Finnish Station

GET /finland/rail/station/:code

Trains currently at or passing through a specific station (use the short code from /finland/rail/stations).

See it visualized

Parameters

code required

Station short code (e.g. HKI for Helsinki)

minutes optional default: 15

Window minutes before+after

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/rail/station/HKI?minutes=30

Live Response

{
  "data": [
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T15:11:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:10:00.000Z",
          "stationShortCode": "JNS",
          "stationUICCode": 460,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T15:00:09.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:12:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:10:30.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:12:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:10:30.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:13:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:11:05.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:13:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:11:05.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:14:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T15:12:12.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:14:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T15:12:12.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:18:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:17:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:18:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:17:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:23:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:23:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:27:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:28:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:27:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:28:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:29:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:31:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:29:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:31:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:41:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:41:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:45:36.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "M",
              "categoryCodeId": 453052490,
              "detailedCategoryCode": "M1",
              "detailedCategoryCodeId": 18546952
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:42:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:52:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "001",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:48:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:55:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "001",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_USER",
          "liveEstimateTime": "2026-07-05T15:59:20.000Z",
          "scheduledTime": "2026-07-05T15:52:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:12:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T16:10:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:14:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:11:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T16:20:29.000Z",
          "scheduledTime": "2026-07-05T16:16:27.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T16:20:29.000Z",
          "scheduledTime": "2026-07-05T16:16:27.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:25:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:22:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:25:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:22:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:36:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:33:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:42:05.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L201",
              "thirdCategoryCodeId": 16913665
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T16:36:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T16:45:06.000Z",
          "scheduledTime": "2026-07-05T16:37:57.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T16:45:06.000Z",
          "scheduledTime": "2026-07-05T16:37:57.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:52:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:49:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:54:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T16:50:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:05:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:03:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:05:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:03:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:12:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:09:48.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:12:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:09:48.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:15:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:15:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:18:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:16:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:20:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:18:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:23:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:21:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:23:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:21:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:29:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:28:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:30:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:29:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:34:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:34:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:38:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:38:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:38:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:38:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:43:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:41:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:46:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:43:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:50:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:47:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:50:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:47:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:50:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:50:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:55:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:53:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:55:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:53:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:58:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:57:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:58:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:57:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:02:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:02:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:02:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:02:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:06:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:06:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:11:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:11:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:11:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:11:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:17:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:15:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:17:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:15:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:19:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:16:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:19:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:16:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:21:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:19:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:21:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:19:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:25:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:23:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:28:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:26:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:32:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:31:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:32:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:31:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:34:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:33:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:34:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:33:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:36:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:36:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:38:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:37:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:38:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:37:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:40:30.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:40:30.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:45:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:44:30.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:45:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:44:30.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:47:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:46:00.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:47:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:46:00.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:48:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:48:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:54:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:53:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:56:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:56:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:01:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:01:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:01:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:01:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:06:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:05:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:06:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:05:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:09:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:09:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:09:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:09:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:12:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:12:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:15:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:15:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:18:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:18:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:18:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:18:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:21:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:21:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:23:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:23:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:26:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:25:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:26:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:25:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:26:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:26:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:27:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:27:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:28:30.000Z",
          "scheduledTime": "2026-07-05T19:28:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:28:30.000Z",
          "scheduledTime": "2026-07-05T19:28:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:28:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:28:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:28:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:30:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:58.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:58.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:34:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:34:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:35:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:35:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:35:44.000Z",
          "scheduledTime": "2026-07-05T19:35:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:35:47.000Z",
          "scheduledTime": "2026-07-05T19:35:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:36:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:36:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:36:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:38:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:38:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:38:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:38:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:39:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:39:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:45:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-11T08:52:00.000Z",
      "timetableType": "ADHOC",
      "trainCategory": "Long-distance",
      "trainNumber": 12,
      "trainType": "IC",
      "version": 293814234333
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T12:35:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T12:35:00.000Z",
          "stationShortCode": "ROI",
          "stationUICCode": 364,
          "stopSector": "B1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T12:24:43.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T12:51:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T12:51:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T12:52:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T12:52:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:09:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "471",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:09:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:15:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "471",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T13:13:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:28:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T13:27:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:29:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T13:28:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:40:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:41:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:40:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:41:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:47:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:47:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:47:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:47:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:50:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T13:51:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:50:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T13:51:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:55:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T13:57:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:59:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:00:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:11:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T14:07:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:11:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T14:07:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:20:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T14:13:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:20:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T14:13:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:28:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T14:22:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:28:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T14:22:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:38:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-07-05T14:31:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:38:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-07-05T14:31:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:44:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-07-05T14:36:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:44:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-07-05T14:36:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:51:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-07-05T14:43:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:51:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-07-05T14:43:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T14:56:07.000Z",
          "scheduledTime": "2026-07-05T14:47:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T14:56:07.000Z",
          "scheduledTime": "2026-07-05T14:47:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:03:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "051",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-07-05T14:54:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:03:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "051",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T14:57:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:06:47.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "T",
              "categoryCodeId": 402720842,
              "detailedCategoryCode": "T1",
              "detailedCategoryCodeId": 18350344,
              "thirdCategoryCode": "T102",
              "thirdCategoryCodeId": 33626113
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:02:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:11:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:08:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:16:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:12:30.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:16:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:12:30.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:18:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:15:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:18:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T15:15:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:24:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:20:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:24:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:20:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:28:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:28:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:29:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:25:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:29:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:25:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:29:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:29:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:37:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:32:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:37:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T15:32:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:41:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:35:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:41:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:35:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:43:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T15:37:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:43:31.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "T",
              "categoryCodeId": 402720842,
              "detailedCategoryCode": "T1",
              "detailedCategoryCodeId": 18350344,
              "thirdCategoryCode": "T101",
              "thirdCategoryCodeId": 16848897
            }
          ],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T15:37:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:49:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T15:43:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:49:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-07-05T15:43:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:53:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:48:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:53:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:48:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:01:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:55:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:01:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T15:55:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:07:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T16:02:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T16:04:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:12:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:09:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:12:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:09:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:16:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:13:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:16:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:13:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:19:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:16:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:19:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:16:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:24:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:21:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:24:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:21:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:29:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:26:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:29:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:26:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:29:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:29:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:35:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:32:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:35:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:32:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:41:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:38:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:43:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:41:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:51:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:48:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:51:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T16:48:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:59:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T16:54:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:00:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T16:57:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:05:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:01:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:05:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:01:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:08:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:05:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:08:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:05:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:10:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:07:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:10:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:07:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:13:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:10:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:13:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:10:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:16:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:16:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:18:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:16:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:18:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:16:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:21:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:18:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:21:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:18:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:24:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:21:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:24:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:21:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:27:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:24:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:27:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:24:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:30:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:27:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:30:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:27:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:32:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:30:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:32:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:30:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:36:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:36:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:43:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:41:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:46:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:44:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T17:50:21.000Z",
          "scheduledTime": "2026-07-05T17:48:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:49:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:48:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:51:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:51:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:54:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:52:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:54:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:52:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:57:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:56:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:57:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:56:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:00:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:59:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:00:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:59:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:03:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:02:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:03:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:02:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:06:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:06:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:09:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:09:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:12:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:12:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:14:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:15:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:14:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:15:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:17:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:17:30.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:17:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:17:30.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:20:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:20:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:23:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:24:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:23:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:24:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:27:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:27:30.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:27:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:27:30.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:31:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:31:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:31:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:31:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:34:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:35:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:34:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:35:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:38:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:38:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:41:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:41:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:41:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:41:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:45:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:45:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:52:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:51:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:00:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:00:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:08:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:08:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:10:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:10:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:12:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:12:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:14:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:14:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:17:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:17:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:21:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:21:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:24:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:24:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:27:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:30:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:37:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:37:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:39:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:39:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:44:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:44:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:46:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:46:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:47:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:47:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:48:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:48:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:51:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:54:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T19:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T19:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T20:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T20:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:06:07.000Z",
          "scheduledTime": "2026-07-05T20:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:06:07.000Z",
          "scheduledTime": "2026-07-05T20:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:09:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:08:59.000Z",
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:50.000Z",
          "scheduledTime": "2026-07-05T20:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:50.000Z",
          "scheduledTime": "2026-07-05T20:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:19.000Z",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:19.000Z",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:30.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:48.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:17:29.000Z",
          "scheduledTime": "2026-07-05T20:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:17:29.000Z",
          "scheduledTime": "2026-07-05T20:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:37.000Z",
          "scheduledTime": "2026-07-05T20:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:37.000Z",
          "scheduledTime": "2026-07-05T20:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:11.000Z",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:11.000Z",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:42.000Z",
          "scheduledTime": "2026-07-05T20:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:42.000Z",
          "scheduledTime": "2026-07-05T20:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:15.000Z",
          "scheduledTime": "2026-07-05T20:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:15.000Z",
          "scheduledTime": "2026-07-05T20:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:13.000Z",
          "scheduledTime": "2026-07-05T20:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:13.000Z",
          "scheduledTime": "2026-07-05T20:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:30.000Z",
          "scheduledTime": "2026-07-05T20:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:30.000Z",
          "scheduledTime": "2026-07-05T20:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:05.000Z",
          "scheduledTime": "2026-07-05T20:22:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:05.000Z",
          "scheduledTime": "2026-07-05T20:23:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:39.000Z",
          "scheduledTime": "2026-07-05T20:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:39.000Z",
          "scheduledTime": "2026-07-05T20:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:35.000Z",
          "scheduledTime": "2026-07-05T20:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:35.000Z",
          "scheduledTime": "2026-07-05T20:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:13.000Z",
          "scheduledTime": "2026-07-05T20:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:13.000Z",
          "scheduledTime": "2026-07-05T20:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:52.000Z",
          "scheduledTime": "2026-07-05T20:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:52.000Z",
          "scheduledTime": "2026-07-05T20:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:14.000Z",
          "scheduledTime": "2026-07-05T20:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:14.000Z",
          "scheduledTime": "2026-07-05T20:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:30.000Z",
          "scheduledTime": "2026-07-05T20:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:30.000Z",
          "scheduledTime": "2026-07-05T20:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:29:30.000Z",
          "scheduledTime": "2026-07-05T20:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:29:30.000Z",
          "scheduledTime": "2026-07-05T20:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:54.000Z",
          "scheduledTime": "2026-07-05T20:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:54.000Z",
          "scheduledTime": "2026-07-05T20:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:32:13.000Z",
          "scheduledTime": "2026-07-05T20:32:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:33:13.000Z",
          "scheduledTime": "2026-07-05T20:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:39:00.000Z",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 28,
      "trainType": "IC",
      "version": 293814234641
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T13:11:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:11:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "B3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T13:01:12.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:15:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:15:03.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:15:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:15:03.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:18:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:19:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:19:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:20:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:28:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:27:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:28:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:27:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:31:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:30:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:31:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:30:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:32:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:32:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:32:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:32:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:37:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:37:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:38:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:38:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:42:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:42:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:42:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:42:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:46:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:46:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:46:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:46:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:50:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T13:50:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:51:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T13:58:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:59:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T13:58:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T13:59:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:04:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:05:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T14:07:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:17:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:16:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:17:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:16:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:23:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:23:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:26:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:25:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:30:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:30:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:30:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:30:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:33:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T14:34:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:33:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T14:34:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:37:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:37:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:37:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:37:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T14:44:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:45:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T14:45:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:51:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:51:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:51:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:51:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:54:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:54:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:54:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:54:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T14:57:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:57:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T14:57:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T14:57:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:03:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:03:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:06:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:16:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:14:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:16:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:17:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:23:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:24:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:23:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T15:24:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:27:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:28:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:29:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T15:29:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:34:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:34:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:34:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:34:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:37:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:36:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:37:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:36:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:39:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:39:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:39:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:39:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:42:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:42:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:45:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:45:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:45:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:45:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:49:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:48:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:49:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:49:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:54:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:53:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:54:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:53:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:58:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:57:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:00:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T15:58:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:03:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T16:02:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:03:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T16:02:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:06:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:08:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T16:07:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:14:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:13:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:14:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:13:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:20:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:21:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:28:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:28:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T16:34:25.000Z",
          "scheduledTime": "2026-07-05T16:32:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:32:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:32:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:36:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:36:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:36:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:36:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:37:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:38:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:37:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:38:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:41:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:42:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:41:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:42:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:44:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "753",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T16:46:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:44:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "753",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-07-05T16:49:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:46:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-07-05T16:52:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:46:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-07-05T16:52:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:52:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T16:56:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:53:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T16:56:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:57:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T16:59:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:57:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T16:59:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:00:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T17:01:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:00:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T17:01:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:02:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T17:04:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:02:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-07-05T17:04:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:06:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T17:08:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:09:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:09:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:13:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:13:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:17:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:16:30.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:17:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:16:30.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:22:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "301",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:21:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:28:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "301",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:25:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:34:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:30:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:34:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T17:30:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:37:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:37:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T17:34:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:39:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:37:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:39:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T17:37:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:46:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T17:40:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:46:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T17:40:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:50:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T17:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:50:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T17:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:56:22.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "V",
              "categoryCodeId": 302057546,
              "detailedCategoryCode": "V2",
              "detailedCategoryCodeId": 118620424
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T17:51:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:01:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:00:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:09:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:09:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:11:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:11:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:13:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:13:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:19:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:19:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:22:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:22:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:25:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:25:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:26:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:26:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:28:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:28:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:35:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:35:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:38:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:38:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:41:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:41:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:43:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:43:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:45:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:45:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T18:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:48:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:48:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:49:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:49:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:50:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:50:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:53:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:53:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:55:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:55:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:56:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:56:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:57:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:57:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:01:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:01:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:06:39.000Z",
          "scheduledTime": "2026-07-05T19:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:06:39.000Z",
          "scheduledTime": "2026-07-05T19:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:10:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:10:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:11:39.000Z",
          "scheduledTime": "2026-07-05T19:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:11:39.000Z",
          "scheduledTime": "2026-07-05T19:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:13:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:13:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:15:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:15:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:17:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:17:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:19:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:19:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:19:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:19:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:20:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:20:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:20:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:20:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:21:38.000Z",
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:21:38.000Z",
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:24:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:22:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:23:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:27:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:28:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:28:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:29:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:29:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:30:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:30:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:31:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:31:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:32:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:35:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 56,
      "trainType": "IC",
      "version": 293814234269
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T15:10:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:10:00.000Z",
          "stationShortCode": "PM",
          "stationUICCode": 400,
          "stopSector": "B2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T14:48:42.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:15:00.000Z",
          "stationShortCode": "NRI",
          "stationUICCode": 895,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:15:00.000Z",
          "stationShortCode": "NRI",
          "stationUICCode": 895,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:23:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "VKI",
          "stationUICCode": 428,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:23:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:23:00.000Z",
          "stationShortCode": "VKI",
          "stationUICCode": 428,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:31:00.000Z",
          "stationShortCode": "HKS",
          "stationUICCode": 427,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:32:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:32:00.000Z",
          "stationShortCode": "HKS",
          "stationUICCode": 427,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:41:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:41:00.000Z",
          "stationShortCode": "LVT",
          "stationUICCode": 246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:41:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T15:41:00.000Z",
          "stationShortCode": "LVT",
          "stationUICCode": 246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:51:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-07-05T15:55:00.000Z",
          "stationShortCode": "VKO",
          "stationUICCode": 245,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T15:51:05.000Z",
          "scheduledTime": "2026-07-05T15:55:00.000Z",
          "stationShortCode": "VKO",
          "stationUICCode": 245,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T15:55:46.000Z",
          "scheduledTime": "2026-07-05T15:59:41.000Z",
          "stationShortCode": "RHL",
          "stationUICCode": 1225,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T15:53:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-07-05T15:59:41.000Z",
          "stationShortCode": "RHL",
          "stationUICCode": 1225,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T15:56:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-07-05T16:03:00.000Z",
          "stationShortCode": "JY",
          "stationUICCode": 240,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:15:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T16:15:00.000Z",
          "stationShortCode": "JY",
          "stationUICCode": 240,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:25:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:25:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:25:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "estimateSource": "LIIKE_USER",
          "liveEstimateTime": "2026-07-05T16:25:20.000Z",
          "scheduledTime": "2026-07-05T16:30:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:35:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-07-05T16:39:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:35:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T16:39:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:44:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T16:46:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:44:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T16:46:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T16:47:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T16:50:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T16:51:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T16:51:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:02:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:02:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:02:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:02:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:08:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:08:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:08:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:08:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:13:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:13:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:13:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:17:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:17:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:17:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:17:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:25:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:25:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:26:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:26:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:37:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:37:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:37:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:37:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:47:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:48:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T17:48:00.000Z",
          "scheduledTime": "2026-07-05T17:48:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:51:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:50:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:04:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:04:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T17:58:22.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:10:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:10:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:12:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:12:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:15:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:17:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:16:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:20:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:20:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:22:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:22:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:26:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:25:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:28:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:26:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:35:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:35:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:36:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:36:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:38:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:38:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:41:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:41:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:46:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:45:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:48:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:47:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:52:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:52:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:54:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:54:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:59:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:59:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:02:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:02:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:02:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:02:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:05:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:04:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:06:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:06:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:10:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:10:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:12:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:12:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:13:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:13:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:14:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:14:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:20:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:21:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:27:38.000Z",
          "scheduledTime": "2026-07-05T19:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:27:38.000Z",
          "scheduledTime": "2026-07-05T19:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:29:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:29:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:31:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:31:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:32:38.000Z",
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:32:38.000Z",
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:36:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:39:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:39:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:43:55.000Z",
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:43:55.000Z",
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:44:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:44:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:46:08.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L201",
              "thirdCategoryCodeId": 16913665
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:42:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:47:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:43:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:50:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:50:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:51:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:51:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:54:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:53:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:59:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 148,
      "trainType": "IC",
      "version": 293814234536
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T20:08:38.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:20:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:00.000Z",
          "stationShortCode": "PAU",
          "stationUICCode": 1328,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:00.000Z",
          "stationShortCode": "PAU",
          "stationUICCode": 1328,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "101",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:00.000Z",
          "stationShortCode": "PSLT",
          "stationUICCode": 1034,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "101",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:00.000Z",
          "stationShortCode": "PSLT",
          "stationUICCode": 1034,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:25.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:25.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:51:45.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:51:45.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:53:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:53:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:23.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:23.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:33.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:33.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:57:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:00:30.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:00:30.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:02:24.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:02:24.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:03:21.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:03:21.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:43.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:43.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:37.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:37.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:08:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:08:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:10:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:10:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:13:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:13:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:15:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:15:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:17:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:17:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:18:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:18:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:24:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:24:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:28:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:28:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:31:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:31:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:32:30.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:32:30.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:36:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:36:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:42:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:44:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:46:00.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:46:00.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:47:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:47:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:50:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:50:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:53:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:53:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:56:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:56:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:59:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:59:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:04:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:06:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:11:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:11:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:15:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:15:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:18:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:18:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:19:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:19:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:23:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:23:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:29:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:30:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:35:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:35:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:38:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:38:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:41:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:41:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:45:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:45:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:48:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:48:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T22:55:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:37:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:48:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:48:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:52:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:52:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:56:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T23:56:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:00:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:00:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:06:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:06:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:11:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:11:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:17:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:17:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:22:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:23:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:28:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:28:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:32:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:32:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:36:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:36:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:40:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:40:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:45:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:45:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:49:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:49:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:54:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T00:54:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:00:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:00:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:02:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:02:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:07:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:07:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:11:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:15:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:25:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:25:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:32:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:33:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:39:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:39:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:44:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:45:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:52:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:52:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:56:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T01:56:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:00:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:00:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:04:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:04:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:09:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:09:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:13:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:13:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:17:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:17:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:24:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:32:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:37:30.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:37:30.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:44:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:44:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:53:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T02:56:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:03:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:03:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:07:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:07:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:11:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:11:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:20:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:21:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:29:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:29:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:34:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:34:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:39:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:39:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:44:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:46:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:54:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T03:54:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:03:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:04:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:11:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:11:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:20:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:21:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:25:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:25:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:29:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:29:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:34:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:35:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:42:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:42:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:45:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:45:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:49:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:49:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:57:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T04:58:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:03:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:03:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:08:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:26:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:31:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:31:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:38:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:38:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "121",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:43:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "121",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:46:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:55:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T05:55:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:00:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:00:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:09:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:09:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:18:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:18:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:24:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:24:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:32:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:36:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:42:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:42:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:45:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:45:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:52:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T06:52:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:05:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:08:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:23:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:23:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:39:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:40:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-06T07:59:00.000Z",
          "stationShortCode": "ROI",
          "stationUICCode": 364,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 273,
      "trainType": "PYO",
      "version": 293814234636
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:05:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:05:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T18:58:41.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:07:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:07:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:08:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:07:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:10:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:10:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:10:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:11:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:11:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:11:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:11:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:12:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:12:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:14:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:13:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:14:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:14:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:15:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:15:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:16:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:16:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:17:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:17:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:18:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:18:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:20:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:24:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:23:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:24:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:24:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:26:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:26:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:28:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:28:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:28:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:29:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:29:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:31:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:31:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:31:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:33:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:33:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:35:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:36:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:36:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:36:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9160,
      "trainType": "HL",
      "version": 293814234268
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:25:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:25:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:21:56.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:28:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:31:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:30:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:31:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:30:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:35:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:33:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:35:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:34:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:35:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:36:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:35:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:37:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:36:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:38:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:42:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:43:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:46:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:44:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:47:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:46:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:48:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:49:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:48:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:50:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:51:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:49:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:49:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:51:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:51:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:53:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:54:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:53:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:57:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:56:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:56:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:01:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9162,
      "trainType": "HL",
      "version": 293814234545
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:45:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:41:32.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:47:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:47:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:48:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:47:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:50:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:50:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:50:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:51:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:51:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:52:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:52:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:53:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:54:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:55:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:55:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:57:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:56:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:00:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:01:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:02:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:05:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:03:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:05:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:04:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:06:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:06:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:08:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:09:07.000Z",
          "scheduledTime": "2026-07-05T20:08:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:26.000Z",
          "scheduledTime": "2026-07-05T20:09:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:26.000Z",
          "scheduledTime": "2026-07-05T20:09:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:06.000Z",
          "scheduledTime": "2026-07-05T20:11:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:30.000Z",
          "scheduledTime": "2026-07-05T20:11:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:06.000Z",
          "scheduledTime": "2026-07-05T20:13:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:30.000Z",
          "scheduledTime": "2026-07-05T20:13:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:48.000Z",
          "scheduledTime": "2026-07-05T20:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:48.000Z",
          "scheduledTime": "2026-07-05T20:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:06.000Z",
          "scheduledTime": "2026-07-05T20:16:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:30.000Z",
          "scheduledTime": "2026-07-05T20:16:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:00.000Z",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9164,
      "trainType": "HL",
      "version": 293814234632
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:57:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:53:39.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:01:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:01:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:04:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:03:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:04:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:04:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:05:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:06:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:06:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:06:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:08:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:09:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:36.000Z",
          "scheduledTime": "2026-07-05T20:10:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:30.000Z",
          "scheduledTime": "2026-07-05T20:12:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:06.000Z",
          "scheduledTime": "2026-07-05T20:14:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:30.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:11.000Z",
          "scheduledTime": "2026-07-05T20:16:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:35.000Z",
          "scheduledTime": "2026-07-05T20:16:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:42.000Z",
          "scheduledTime": "2026-07-05T20:18:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:06.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:37.000Z",
          "scheduledTime": "2026-07-05T20:20:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:01.000Z",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:55.000Z",
          "scheduledTime": "2026-07-05T20:21:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:55.000Z",
          "scheduledTime": "2026-07-05T20:21:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:19.000Z",
          "scheduledTime": "2026-07-05T20:23:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:43.000Z",
          "scheduledTime": "2026-07-05T20:23:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:06.000Z",
          "scheduledTime": "2026-07-05T20:24:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:30.000Z",
          "scheduledTime": "2026-07-05T20:25:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:07.000Z",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:07.000Z",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:36.000Z",
          "scheduledTime": "2026-07-05T20:27:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:00.000Z",
          "scheduledTime": "2026-07-05T20:28:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:36.000Z",
          "scheduledTime": "2026-07-05T20:30:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:31:00.000Z",
          "scheduledTime": "2026-07-05T20:31:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:34:03.000Z",
          "scheduledTime": "2026-07-05T20:34:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9169,
      "trainType": "HL",
      "version": 293814234647
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:17:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:20:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:21:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:23:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:25:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:32:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:34:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:34:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:38:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:45:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:51:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9171,
      "trainType": "HL",
      "version": 293814180436
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:37:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:45:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:49:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:52:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:58:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:00:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:03:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:03:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:05:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:07:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:08:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:10:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:11:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:14:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9173,
      "trainType": "HL",
      "version": 293814180218
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T17:34:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:35:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T17:30:57.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:41:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:40:42.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:41:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:40:42.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:43:06.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:43:06.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:46:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:46:30.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:47:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:47:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:50:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:50:18.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:50:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:50:18.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:53:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:53:30.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:54:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:54:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T17:58:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T17:58:30.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T17:59:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T17:59:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:03:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:03:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:03:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:03:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:07:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:07:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:06:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:09:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:07:30.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:09:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:08:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:13:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:11:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:13:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:11:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:17:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:15:30.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:17:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:16:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:23:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:21:30.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:24:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:22:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:28:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:26:24.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:28:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:26:24.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:31:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:29:30.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:30:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:35:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:33:24.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:35:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:33:24.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:38:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:37:30.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:39:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T18:38:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:43:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:42:12.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:43:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:42:12.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:43:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:42:48.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:43:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:42:48.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:46:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:45:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:52:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:52:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:56:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:55:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:56:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:55:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T18:59:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:57:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T18:59:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:57:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:00:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T18:59:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:01:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:00:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:03:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:02:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:03:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:02:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:08:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:06:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:08:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:07:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:13:52.000Z",
          "scheduledTime": "2026-07-05T19:11:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:13:52.000Z",
          "scheduledTime": "2026-07-05T19:11:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:15:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:13:06.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:16:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:13:36.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:18:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:16:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:19:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:16:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:18:36.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:21:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T19:19:06.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:36.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L204",
              "thirdCategoryCodeId": 67245313
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:23:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:31:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:29:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:31:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:29:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:30:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:30:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:32:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:35:04.000Z",
          "scheduledTime": "2026-07-05T19:33:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:35:04.000Z",
          "scheduledTime": "2026-07-05T19:33:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:34:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:34:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:35:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:37:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:38:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:37:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:38:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:37:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:39:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:38:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:39:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:38:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:39:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:39:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:42:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:42:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:44:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:43:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:44:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:43:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:44:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:46:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:45:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:50:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:50:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9726,
      "trainType": "HL",
      "version": 293814234402
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:19:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:19:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "B1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:15:24.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:24:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:24:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:26:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:27:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:27:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:29:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:29:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:33:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:48:58.000Z",
          "scheduledTime": "2026-07-05T19:41:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:48:58.000Z",
          "scheduledTime": "2026-07-05T19:41:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:50:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-07-05T19:43:06.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:51:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:46:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:49:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:51:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:52:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:54:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:54:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:38.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L3",
              "detailedCategoryCodeId": 51708168,
              "thirdCategoryCode": "L302",
              "thirdCategoryCodeId": 33756417
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:56:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:04:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:59:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:04:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:59:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:00:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:00:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:01:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:01:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:02:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:02:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:02:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:02:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:08:51.000Z",
          "scheduledTime": "2026-07-05T20:03:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:08:51.000Z",
          "scheduledTime": "2026-07-05T20:03:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:04:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:04:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:10:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T20:05:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:47.000Z",
          "scheduledTime": "2026-07-05T20:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:15.000Z",
          "scheduledTime": "2026-07-05T20:07:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:15.000Z",
          "scheduledTime": "2026-07-05T20:07:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:01.000Z",
          "scheduledTime": "2026-07-05T20:08:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:01.000Z",
          "scheduledTime": "2026-07-05T20:08:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:41.000Z",
          "scheduledTime": "2026-07-05T20:09:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:41.000Z",
          "scheduledTime": "2026-07-05T20:09:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:19.000Z",
          "scheduledTime": "2026-07-05T20:10:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:19.000Z",
          "scheduledTime": "2026-07-05T20:10:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:11:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:11:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:17.000Z",
          "scheduledTime": "2026-07-05T20:11:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:17.000Z",
          "scheduledTime": "2026-07-05T20:11:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:53.000Z",
          "scheduledTime": "2026-07-05T20:12:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:53.000Z",
          "scheduledTime": "2026-07-05T20:12:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:54.000Z",
          "scheduledTime": "2026-07-05T20:13:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:54.000Z",
          "scheduledTime": "2026-07-05T20:13:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:01.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:31.000Z",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:24.000Z",
          "scheduledTime": "2026-07-05T20:20:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9728,
      "trainType": "HL",
      "version": 293814234646
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:49:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:49:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:51:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:51:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:52:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:53:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:57:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:57:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:02:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:07:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:09:06.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:09:36.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:12:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:13:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:15:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:15:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:19:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:24:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:24:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:26:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:27:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:29:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:29:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:32:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:32:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:35:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9737,
      "trainType": "HL",
      "version": 293814217989
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:09:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:09:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:01:44.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:14:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:14:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:21:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:38:07.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L5",
              "detailedCategoryCodeId": 85262600,
              "thirdCategoryCode": "L501",
              "thirdCategoryCodeId": 117773569
            }
          ],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:32:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:38:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:33:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:48:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:42:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:49:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:43:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:50:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:51:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:58:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:58:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-07-05T19:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:01:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-07-05T19:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:02:22.000Z",
          "scheduledTime": "2026-07-05T19:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:02:22.000Z",
          "scheduledTime": "2026-07-05T19:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:03:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T19:59:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:03:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:00:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:05:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:05:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-07-05T20:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:07:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:09:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:09:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-07-05T20:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:04.000Z",
          "scheduledTime": "2026-07-05T20:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:04.000Z",
          "scheduledTime": "2026-07-05T20:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:11.000Z",
          "scheduledTime": "2026-07-05T20:08:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:41.000Z",
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:34.000Z",
          "scheduledTime": "2026-07-05T20:14:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9872,
      "trainType": "HL",
      "version": 293814234643
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T20:07:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:07:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:56:31.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:30.000Z",
          "scheduledTime": "2026-07-05T20:11:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:00.000Z",
          "scheduledTime": "2026-07-05T20:12:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:59.000Z",
          "scheduledTime": "2026-07-05T20:12:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:59.000Z",
          "scheduledTime": "2026-07-05T20:12:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:06.000Z",
          "scheduledTime": "2026-07-05T20:14:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:06.000Z",
          "scheduledTime": "2026-07-05T20:14:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:17.000Z",
          "scheduledTime": "2026-07-05T20:15:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:17.000Z",
          "scheduledTime": "2026-07-05T20:15:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:12.000Z",
          "scheduledTime": "2026-07-05T20:16:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:12.000Z",
          "scheduledTime": "2026-07-05T20:16:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:17:06.000Z",
          "scheduledTime": "2026-07-05T20:17:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:17:06.000Z",
          "scheduledTime": "2026-07-05T20:17:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:06.000Z",
          "scheduledTime": "2026-07-05T20:18:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:06.000Z",
          "scheduledTime": "2026-07-05T20:18:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:00.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:00.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:47.000Z",
          "scheduledTime": "2026-07-05T20:20:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:17.000Z",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:27.000Z",
          "scheduledTime": "2026-07-05T20:22:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:27.000Z",
          "scheduledTime": "2026-07-05T20:22:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:48.000Z",
          "scheduledTime": "2026-07-05T20:22:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:48.000Z",
          "scheduledTime": "2026-07-05T20:22:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:36.000Z",
          "scheduledTime": "2026-07-05T20:23:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:36.000Z",
          "scheduledTime": "2026-07-05T20:23:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:18.000Z",
          "scheduledTime": "2026-07-05T20:24:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:18.000Z",
          "scheduledTime": "2026-07-05T20:24:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:48.000Z",
          "scheduledTime": "2026-07-05T20:24:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:48.000Z",
          "scheduledTime": "2026-07-05T20:24:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:36.000Z",
          "scheduledTime": "2026-07-05T20:25:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:36.000Z",
          "scheduledTime": "2026-07-05T20:25:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:36.000Z",
          "scheduledTime": "2026-07-05T20:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:36.000Z",
          "scheduledTime": "2026-07-05T20:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:17.000Z",
          "scheduledTime": "2026-07-05T20:29:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:47.000Z",
          "scheduledTime": "2026-07-05T20:30:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:32:44.000Z",
          "scheduledTime": "2026-07-05T20:31:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:32:44.000Z",
          "scheduledTime": "2026-07-05T20:31:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:37:27.000Z",
          "scheduledTime": "2026-07-05T20:36:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:37:57.000Z",
          "scheduledTime": "2026-07-05T20:37:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:42:44.000Z",
          "scheduledTime": "2026-07-05T20:42:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:42:44.000Z",
          "scheduledTime": "2026-07-05T20:42:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:46:55.000Z",
          "scheduledTime": "2026-07-05T20:46:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:47:25.000Z",
          "scheduledTime": "2026-07-05T20:47:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:52:06.000Z",
          "scheduledTime": "2026-07-05T20:52:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:52:06.000Z",
          "scheduledTime": "2026-07-05T20:52:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:57:30.000Z",
          "scheduledTime": "2026-07-05T20:57:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:58:00.000Z",
          "scheduledTime": "2026-07-05T20:58:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T21:05:24.000Z",
          "scheduledTime": "2026-07-05T21:05:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T21:05:24.000Z",
          "scheduledTime": "2026-07-05T21:05:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T21:12:00.000Z",
          "scheduledTime": "2026-07-05T21:12:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9879,
      "trainType": "HL",
      "version": 293814234627
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:39:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:39:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:38:17.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:40:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:42:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:43:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:45:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:46:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:45:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:46:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:46:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:48:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:47:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:49:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:48:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:53:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18226,
      "trainType": "HL",
      "version": 293814234436
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:54:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:52:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:57:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:57:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:58:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:58:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:01:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:03:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18230,
      "trainType": "HL",
      "version": 293814234624
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:47:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:41:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:52:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:52:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:54:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:54:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:57:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:56:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:59:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:59:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:59:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:01:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18231,
      "trainType": "HL",
      "version": 293814234544
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T20:06:20.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:10:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:10:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:11:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:11:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:11:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:11:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:12:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:15:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:16:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:17:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:23:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18232,
      "trainType": "HL",
      "version": 293814234604
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T20:02:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:03:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:59:45.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:07:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:07:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:09:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:02.000Z",
          "scheduledTime": "2026-07-05T20:09:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:41.000Z",
          "scheduledTime": "2026-07-05T20:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:41.000Z",
          "scheduledTime": "2026-07-05T20:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:46.000Z",
          "scheduledTime": "2026-07-05T20:11:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:10.000Z",
          "scheduledTime": "2026-07-05T20:12:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:12.000Z",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:12.000Z",
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:33.000Z",
          "scheduledTime": "2026-07-05T20:13:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:33.000Z",
          "scheduledTime": "2026-07-05T20:13:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:08.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:08.000Z",
          "scheduledTime": "2026-07-05T20:14:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:33.000Z",
          "scheduledTime": "2026-07-05T20:16:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18235,
      "trainType": "HL",
      "version": 293814234646
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:25:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:25:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:27:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:31:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:32:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:38:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18236,
      "trainType": "HL",
      "version": 293814196430
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:25:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:25:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:27:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:31:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18237,
      "trainType": "HL",
      "version": 293814216867
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:33:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:37:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:37:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18241,
      "trainType": "HL",
      "version": 293814216949
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T18:59:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T18:59:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T18:56:45.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:00:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:00:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:00:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:00:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:02:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:01:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:02:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:02:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:02:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:02:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:03:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:03:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:04:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:04:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:05:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:05:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:05:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:05:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:07:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:07:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:08:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:08:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:09:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:09:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:09:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:09:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:12:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:12:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:13:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:13:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:13:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:13:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:14:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:14:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:15:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:17:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:17:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:20:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:20:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:23:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:23:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:23:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:23:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:25:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:25:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:27:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:30:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:29:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:30:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:31:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:32:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:32:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:33:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:34:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:35:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:35:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:36:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:36:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:37:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:38:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:38:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:39:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:39:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:46:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:47:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18916,
      "trainType": "HL",
      "version": 293814234348
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:19:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:19:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:14:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:20:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:20:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:20:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:21:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:22:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:22:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:22:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:23:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:23:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:24:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:24:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:25:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:25:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:25:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:25:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:27:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:27:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:28:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:28:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:29:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:29:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:29:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:32:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:32:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:33:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:33:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:33:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:34:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:34:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:35:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:37:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:37:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:41:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:41:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:41:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:43:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:43:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:45:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:47:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:47:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:48:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:47:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:50:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:49:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:50:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:49:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:51:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:52:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:53:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:54:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:55:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:58:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:58:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:59:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:06:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T20:07:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18918,
      "trainType": "HL",
      "version": 293814234597
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:39:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:39:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:37:39.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:40:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:40:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:40:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:42:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:41:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:42:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:42:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:43:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:43:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:43:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:44:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:45:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:45:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:45:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:47:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:47:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:47:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:48:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:49:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:49:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:49:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:52:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:52:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:53:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:53:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:57:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:01:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:03:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:03:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:03:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:03:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:05:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:05:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:05:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:05:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:07:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:07:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:07:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:10:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:09:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:30.000Z",
          "scheduledTime": "2026-07-05T20:09:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:36.000Z",
          "scheduledTime": "2026-07-05T20:11:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:12:00.000Z",
          "scheduledTime": "2026-07-05T20:12:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:13:36.000Z",
          "scheduledTime": "2026-07-05T20:13:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:00.000Z",
          "scheduledTime": "2026-07-05T20:14:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:24.000Z",
          "scheduledTime": "2026-07-05T20:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:24.000Z",
          "scheduledTime": "2026-07-05T20:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:36.000Z",
          "scheduledTime": "2026-07-05T20:16:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:17:00.000Z",
          "scheduledTime": "2026-07-05T20:17:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:18:36.000Z",
          "scheduledTime": "2026-07-05T20:18:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:00.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:18.000Z",
          "scheduledTime": "2026-07-05T20:20:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:18.000Z",
          "scheduledTime": "2026-07-05T20:20:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:36.000Z",
          "scheduledTime": "2026-07-05T20:21:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:00.000Z",
          "scheduledTime": "2026-07-05T20:22:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:00.000Z",
          "scheduledTime": "2026-07-05T20:27:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18920,
      "trainType": "HL",
      "version": 293814234645
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:49:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:49:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T19:46:20.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:52:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:53:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:53:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:54:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:56:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:55:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:56:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:56:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:57:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:57:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:58:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:58:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T19:58:36.000Z",
          "scheduledTime": "2026-07-05T19:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:58:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T19:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T19:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:00:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:00:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:01:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:01:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:02:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:04:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:04:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:06:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-07-05T20:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:08:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:07:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T20:08:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-07-05T20:08:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:09:33.000Z",
          "scheduledTime": "2026-07-05T20:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:09:33.000Z",
          "scheduledTime": "2026-07-05T20:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:22.000Z",
          "scheduledTime": "2026-07-05T20:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:10:22.000Z",
          "scheduledTime": "2026-07-05T20:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:08.000Z",
          "scheduledTime": "2026-07-05T20:10:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:11:32.000Z",
          "scheduledTime": "2026-07-05T20:10:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:25.000Z",
          "scheduledTime": "2026-07-05T20:13:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:14:49.000Z",
          "scheduledTime": "2026-07-05T20:14:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:00.000Z",
          "scheduledTime": "2026-07-05T20:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:15:48.000Z",
          "scheduledTime": "2026-07-05T20:15:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:16:12.000Z",
          "scheduledTime": "2026-07-05T20:16:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:00.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:19:00.000Z",
          "scheduledTime": "2026-07-05T20:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:20:36.000Z",
          "scheduledTime": "2026-07-05T20:20:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:21:00.000Z",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:22:58.000Z",
          "scheduledTime": "2026-07-05T20:22:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:23:22.000Z",
          "scheduledTime": "2026-07-05T20:23:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:24:37.000Z",
          "scheduledTime": "2026-07-05T20:24:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:01.000Z",
          "scheduledTime": "2026-07-05T20:25:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:36.000Z",
          "scheduledTime": "2026-07-05T20:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:25:36.000Z",
          "scheduledTime": "2026-07-05T20:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:18.000Z",
          "scheduledTime": "2026-07-05T20:26:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:26:42.000Z",
          "scheduledTime": "2026-07-05T20:26:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:27:52.000Z",
          "scheduledTime": "2026-07-05T20:27:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:28:16.000Z",
          "scheduledTime": "2026-07-05T20:28:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-07-05T20:30:00.000Z",
          "scheduledTime": "2026-07-05T20:30:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18945,
      "trainType": "HL",
      "version": 293814234646
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:09:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-07-05T20:04:46.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:12:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:13:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:14:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:14:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:15:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:16:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:17:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:18:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:19:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:19:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:20:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:20:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:21:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:21:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:22:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:24:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:26:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:27:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:30:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:33:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:34:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:35:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:43:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:45:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18947,
      "trainType": "HL",
      "version": 293814234586
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:29:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:32:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:33:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:34:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:34:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:35:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:37:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:38:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:38:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:38:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:39:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:40:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:41:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:42:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:44:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:47:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:50:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:53:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:54:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:55:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:56:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:00:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:01:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:02:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:03:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:04:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:05:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:06:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:07:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:08:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T21:10:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18949,
      "trainType": "HL",
      "version": 293814216480
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:53:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-07-05T19:58:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:58:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-07-05T20:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:59:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T20:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T20:02:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "604",
          "countryCode": "FI",
          "differenceInMinutes": -11,
          "scheduledTime": "2026-07-05T20:13:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-11T10:22:58.000Z",
      "timetableType": "ADHOC",
      "trainCategory": "Shunting",
      "trainNumber": 60012,
      "trainType": "SAA",
      "version": 293814234542
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:48:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T19:52:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:54:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:55:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-07-05T19:57:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:58:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "711",
          "countryCode": "FI",
          "differenceInMinutes": -9,
          "scheduledTime": "2026-07-05T20:07:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 60056,
      "trainType": "SAA",
      "version": 293814234494
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:16:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:21:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "603",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:31:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 60148,
      "trainType": "SAA",
      "version": 293814227990
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-07-05T19:33:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "734",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-07-05T19:32:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:38:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-07-05T19:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-07-05T19:39:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-07-05T19:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-07-05T19:48:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-07-05T19:52:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 60273,
      "trainType": "SAA",
      "version": 293814234363
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-07-05",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:31:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:36:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "801",
          "countryCode": "FI",
          "scheduledTime": "2026-07-05T20:46:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64451,
      "trainType": "W",
      "version": 293814229125
    }
  ],
  "success": true
}