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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=116",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 117,
    "results": [
        {
            "start": 819961450,
            "stop": 819961544
        },
        {
            "start": 819961551,
            "stop": 819961756
        },
        {
            "start": 819961763,
            "stop": 819962038
        },
        {
            "start": 819962046,
            "stop": 819962218
        },
        {
            "start": 819962226,
            "stop": 819962277
        },
        {
            "start": 819962285,
            "stop": 819962372
        },
        {
            "start": 819962380,
            "stop": 819962397
        },
        {
            "start": 819962405,
            "stop": 819962498
        },
        {
            "start": 819962506,
            "stop": 819962829
        },
        {
            "start": 819962836,
            "stop": 819962984
        },
        {
            "start": 819962991,
            "stop": 819963199
        },
        {
            "start": 819963206,
            "stop": 819963530
        },
        {
            "start": 819963537,
            "stop": 819963711
        },
        {
            "start": 819963718,
            "stop": 819963872
        },
        {
            "start": 819963887,
            "stop": 819963915
        },
        {
            "start": 819963943,
            "stop": 819964007
        },
        {
            "start": 819964014,
            "stop": 819964127
        },
        {
            "start": 819964134,
            "stop": 819964302
        },
        {
            "start": 819964310,
            "stop": 819964350
        },
        {
            "start": 819964357,
            "stop": 819964598
        }
    ]
}