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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=225",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 226,
    "results": [
        {
            "start": 820872558,
            "stop": 820873096
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876352,
            "stop": 820876355
        },
        {
            "start": 820876732,
            "stop": 820876813
        },
        {
            "start": 820876893,
            "stop": 820876942
        },
        {
            "start": 820876946,
            "stop": 820877082
        },
        {
            "start": 820877086,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820877793
        },
        {
            "start": 820877796,
            "stop": 820878276
        },
        {
            "start": 820878279,
            "stop": 820878365
        },
        {
            "start": 820878368,
            "stop": 820878958
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891561,
            "stop": 820891832
        },
        {
            "start": 820891835,
            "stop": 820892037
        },
        {
            "start": 820892040,
            "stop": 820892144
        },
        {
            "start": 820892147,
            "stop": 820892398
        },
        {
            "start": 820892401,
            "stop": 820892682
        },
        {
            "start": 820892685,
            "stop": 820892750
        },
        {
            "start": 820892753,
            "stop": 820893154
        },
        {
            "start": 820893158,
            "stop": 820893168
        }
    ]
}