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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=393",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 394,
    "results": [
        {
            "start": 935241927,
            "stop": 935244136
        },
        {
            "start": 935244138,
            "stop": 935244158
        },
        {
            "start": 935244161,
            "stop": 935244166
        },
        {
            "start": 935244170,
            "stop": 935244184
        },
        {
            "start": 935244187,
            "stop": 935244213
        },
        {
            "start": 935244215,
            "stop": 935244218
        },
        {
            "start": 935244221,
            "stop": 935244227
        },
        {
            "start": 935244229,
            "stop": 935244235
        },
        {
            "start": 935244240,
            "stop": 935244458
        },
        {
            "start": 935244460,
            "stop": 935244461
        },
        {
            "start": 935246268,
            "stop": 935247736
        },
        {
            "start": 935247739,
            "stop": 935247760
        },
        {
            "start": 935247762,
            "stop": 935247765
        },
        {
            "start": 935247768,
            "stop": 935247785
        },
        {
            "start": 935247787,
            "stop": 935247814
        },
        {
            "start": 935247816,
            "stop": 935247819
        },
        {
            "start": 935247822,
            "stop": 935247836
        },
        {
            "start": 935247841,
            "stop": 935248398
        },
        {
            "start": 935358716,
            "stop": 935359341
        },
        {
            "start": 935359343,
            "stop": 935359361
        }
    ]
}