Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1931
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1930",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1931,
    "results": [
        {
            "start": 850061845,
            "stop": 850061893
        },
        {
            "start": 850061895,
            "stop": 850061957
        },
        {
            "start": 850061963,
            "stop": 850061972
        },
        {
            "start": 850061974,
            "stop": 850062050
        },
        {
            "start": 850062060,
            "stop": 850062062
        },
        {
            "start": 850062068,
            "stop": 850062120
        },
        {
            "start": 850062121,
            "stop": 850062122
        },
        {
            "start": 850062123,
            "stop": 850062186
        },
        {
            "start": 850062296,
            "stop": 850062539
        },
        {
            "start": 850062540,
            "stop": 850062607
        },
        {
            "start": 850062615,
            "stop": 850062675
        },
        {
            "start": 850063305,
            "stop": 850063790
        },
        {
            "start": 850063791,
            "stop": 850063808
        },
        {
            "start": 850063809,
            "stop": 850064038
        },
        {
            "start": 850064378,
            "stop": 850064382
        },
        {
            "start": 850064390,
            "stop": 850064425
        },
        {
            "start": 850064430,
            "stop": 850064520
        },
        {
            "start": 850064525,
            "stop": 850064564
        },
        {
            "start": 850064674,
            "stop": 850064687
        },
        {
            "start": 850064987,
            "stop": 850065031
        }
    ]
}