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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=64",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 65,
    "results": [
        {
            "start": 816213989,
            "stop": 816214128
        },
        {
            "start": 816214560,
            "stop": 816214595
        },
        {
            "start": 816214598,
            "stop": 816214599
        },
        {
            "start": 816214602,
            "stop": 816214609
        },
        {
            "start": 816214612,
            "stop": 816214997
        },
        {
            "start": 816215000,
            "stop": 816215061
        },
        {
            "start": 816215065,
            "stop": 816215163
        },
        {
            "start": 816215166,
            "stop": 816215322
        },
        {
            "start": 816215326,
            "stop": 816215495
        },
        {
            "start": 816215498,
            "stop": 816215582
        },
        {
            "start": 816216106,
            "stop": 816216247
        },
        {
            "start": 816216251,
            "stop": 816216530
        },
        {
            "start": 816216533,
            "stop": 816216810
        },
        {
            "start": 816216870,
            "stop": 816216871
        },
        {
            "start": 816216874,
            "stop": 816216877
        },
        {
            "start": 816217230,
            "stop": 816217231
        },
        {
            "start": 816217234,
            "stop": 816217243
        },
        {
            "start": 816217248,
            "stop": 816217249
        },
        {
            "start": 816217265,
            "stop": 816217270
        },
        {
            "start": 816217292,
            "stop": 816217316
        }
    ]
}