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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=199",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 200,
    "results": [
        {
            "start": 820488661,
            "stop": 820489073
        },
        {
            "start": 820489077,
            "stop": 820489529
        },
        {
            "start": 820489532,
            "stop": 820489794
        },
        {
            "start": 820489798,
            "stop": 820489806
        },
        {
            "start": 820489809,
            "stop": 820490394
        },
        {
            "start": 820490397,
            "stop": 820490449
        },
        {
            "start": 820490452,
            "stop": 820490455
        },
        {
            "start": 820490458,
            "stop": 820490746
        },
        {
            "start": 820490749,
            "stop": 820490759
        },
        {
            "start": 820490762,
            "stop": 820490871
        },
        {
            "start": 820490875,
            "stop": 820490955
        },
        {
            "start": 820490958,
            "stop": 820491158
        },
        {
            "start": 820491161,
            "stop": 820491218
        },
        {
            "start": 820491222,
            "stop": 820491411
        },
        {
            "start": 820491415,
            "stop": 820491478
        },
        {
            "start": 820491481,
            "stop": 820492234
        },
        {
            "start": 820492237,
            "stop": 820492473
        },
        {
            "start": 820492477,
            "stop": 820492571
        },
        {
            "start": 820492574,
            "stop": 820492749
        },
        {
            "start": 820492753,
            "stop": 820492813
        }
    ]
}