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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1996",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1997,
    "results": [
        {
            "start": 857349503,
            "stop": 857350995
        },
        {
            "start": 857351008,
            "stop": 857351027
        },
        {
            "start": 857351035,
            "stop": 857351042
        },
        {
            "start": 857351048,
            "stop": 857362356
        },
        {
            "start": 857363924,
            "stop": 857365836
        },
        {
            "start": 857367553,
            "stop": 857395954
        },
        {
            "start": 857395955,
            "stop": 857402091
        },
        {
            "start": 857403321,
            "stop": 857403695
        },
        {
            "start": 857403697,
            "stop": 857404545
        },
        {
            "start": 857404547,
            "stop": 857404796
        },
        {
            "start": 857404798,
            "stop": 857404799
        },
        {
            "start": 857404800,
            "stop": 857404847
        },
        {
            "start": 857404848,
            "stop": 857406210
        },
        {
            "start": 857406270,
            "stop": 857406307
        },
        {
            "start": 857406310,
            "stop": 857406433
        },
        {
            "start": 857410503,
            "stop": 857410982
        },
        {
            "start": 857410988,
            "stop": 857411130
        },
        {
            "start": 857411240,
            "stop": 857411415
        },
        {
            "start": 857412000,
            "stop": 857412477
        },
        {
            "start": 857423453,
            "stop": 857423635
        }
    ]
}