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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4904",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4905,
    "results": [
        {
            "start": 875130608,
            "stop": 875130682
        },
        {
            "start": 875130706,
            "stop": 875130744
        },
        {
            "start": 875130763,
            "stop": 875130788
        },
        {
            "start": 875130808,
            "stop": 875130817
        },
        {
            "start": 875130836,
            "stop": 875130960
        },
        {
            "start": 875131034,
            "stop": 875131122
        },
        {
            "start": 875131152,
            "stop": 875131273
        },
        {
            "start": 875131297,
            "stop": 875131331
        },
        {
            "start": 875131375,
            "stop": 875131381
        },
        {
            "start": 875131400,
            "stop": 875131582
        },
        {
            "start": 875131609,
            "stop": 875131620
        },
        {
            "start": 875131680,
            "stop": 875131697
        },
        {
            "start": 875131727,
            "stop": 875131757
        },
        {
            "start": 875131806,
            "stop": 875131919
        },
        {
            "start": 875131938,
            "stop": 875131989
        },
        {
            "start": 875132008,
            "stop": 875132050
        },
        {
            "start": 875132069,
            "stop": 875132114
        },
        {
            "start": 875132133,
            "stop": 875132172
        },
        {
            "start": 875132316,
            "stop": 875132405
        },
        {
            "start": 875132438,
            "stop": 875132482
        }
    ]
}