Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=17",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 18,
    "results": [
        {
            "start": 931162177,
            "stop": 931162181
        },
        {
            "start": 931162192,
            "stop": 931162193
        },
        {
            "start": 931162200,
            "stop": 931162205
        },
        {
            "start": 931162208,
            "stop": 931162209
        },
        {
            "start": 931162214,
            "stop": 931162215
        },
        {
            "start": 931162226,
            "stop": 931162230
        },
        {
            "start": 931162233,
            "stop": 931162238
        },
        {
            "start": 931162245,
            "stop": 931162248
        },
        {
            "start": 931162251,
            "stop": 931162252
        },
        {
            "start": 931162255,
            "stop": 931162256
        },
        {
            "start": 931162258,
            "stop": 931162260
        },
        {
            "start": 931162274,
            "stop": 931162276
        },
        {
            "start": 931162289,
            "stop": 931162292
        },
        {
            "start": 931162302,
            "stop": 931162304
        },
        {
            "start": 931162312,
            "stop": 931162314
        },
        {
            "start": 931162317,
            "stop": 931162318
        },
        {
            "start": 931162327,
            "stop": 931162328
        },
        {
            "start": 931162340,
            "stop": 931162342
        },
        {
            "start": 931162351,
            "stop": 931162352
        },
        {
            "start": 931162358,
            "stop": 931162363
        }
    ]
}