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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9948",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9949,
    "results": [
        {
            "start": 875128789,
            "stop": 875128920
        },
        {
            "start": 875128980,
            "stop": 875129023
        },
        {
            "start": 875129040,
            "stop": 875129580
        },
        {
            "start": 875129640,
            "stop": 875130960
        },
        {
            "start": 875131020,
            "stop": 875131620
        },
        {
            "start": 875131680,
            "stop": 875131825
        },
        {
            "start": 875131842,
            "stop": 875132172
        },
        {
            "start": 875132292,
            "stop": 875132410
        },
        {
            "start": 875132415,
            "stop": 875132640
        },
        {
            "start": 875132700,
            "stop": 875133420
        },
        {
            "start": 875133480,
            "stop": 875133963
        },
        {
            "start": 875133980,
            "stop": 875134147
        },
        {
            "start": 875134164,
            "stop": 875134260
        },
        {
            "start": 875134429,
            "stop": 875134716
        },
        {
            "start": 875134836,
            "stop": 875134892
        },
        {
            "start": 875135085,
            "stop": 875135431
        },
        {
            "start": 875135551,
            "stop": 875135652
        },
        {
            "start": 875135669,
            "stop": 875135700
        },
        {
            "start": 875135760,
            "stop": 875135916
        },
        {
            "start": 875136036,
            "stop": 875136120
        }
    ]
}