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=465
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=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=464",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 465,
    "results": [
        {
            "start": 825974766,
            "stop": 825974803
        },
        {
            "start": 825974806,
            "stop": 825974871
        },
        {
            "start": 825974884,
            "stop": 825974890
        },
        {
            "start": 825974894,
            "stop": 825974900
        },
        {
            "start": 825974904,
            "stop": 825974962
        },
        {
            "start": 825974979,
            "stop": 825975002
        },
        {
            "start": 825975006,
            "stop": 825975051
        },
        {
            "start": 825975054,
            "stop": 825975235
        },
        {
            "start": 825975239,
            "stop": 825975245
        },
        {
            "start": 825975250,
            "stop": 825975337
        },
        {
            "start": 825975340,
            "stop": 825975394
        },
        {
            "start": 825975403,
            "stop": 825975409
        },
        {
            "start": 825975412,
            "stop": 825975420
        },
        {
            "start": 825975423,
            "stop": 825975450
        },
        {
            "start": 825975510,
            "stop": 825975522
        },
        {
            "start": 825975525,
            "stop": 825975531
        },
        {
            "start": 825975535,
            "stop": 825975545
        },
        {
            "start": 825975548,
            "stop": 825975555
        },
        {
            "start": 825975856,
            "stop": 825975944
        },
        {
            "start": 825975947,
            "stop": 825976019
        }
    ]
}