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/H2_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/H2_CBCHIGH_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=225",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 226,
    "results": [
        {
            "start": 820384832,
            "stop": 820384893
        },
        {
            "start": 820384910,
            "stop": 820384959
        },
        {
            "start": 820384962,
            "stop": 820385143
        },
        {
            "start": 820385146,
            "stop": 820385299
        },
        {
            "start": 820385303,
            "stop": 820385350
        },
        {
            "start": 820385367,
            "stop": 820385700
        },
        {
            "start": 820385717,
            "stop": 820385925
        },
        {
            "start": 820385942,
            "stop": 820385991
        },
        {
            "start": 820385994,
            "stop": 820386274
        },
        {
            "start": 820386277,
            "stop": 820386746
        },
        {
            "start": 820386763,
            "stop": 820386859
        },
        {
            "start": 820386862,
            "stop": 820387028
        },
        {
            "start": 820387031,
            "stop": 820387681
        },
        {
            "start": 820387684,
            "stop": 820388542
        },
        {
            "start": 820388546,
            "stop": 820389101
        },
        {
            "start": 820389118,
            "stop": 820389279
        },
        {
            "start": 820389296,
            "stop": 820389802
        },
        {
            "start": 820389805,
            "stop": 820390624
        },
        {
            "start": 820390627,
            "stop": 820391891
        },
        {
            "start": 820391894,
            "stop": 820392284
        }
    ]
}