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=4997
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=4998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4996",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4997,
    "results": [
        {
            "start": 874462065,
            "stop": 874462071
        },
        {
            "start": 874462090,
            "stop": 874462238
        },
        {
            "start": 874462257,
            "stop": 874462282
        },
        {
            "start": 874462301,
            "stop": 874462511
        },
        {
            "start": 874462530,
            "stop": 874462803
        },
        {
            "start": 874462837,
            "stop": 874462853
        },
        {
            "start": 874462872,
            "stop": 874462901
        },
        {
            "start": 874462920,
            "stop": 874462937
        },
        {
            "start": 874462958,
            "stop": 874463044
        },
        {
            "start": 874463063,
            "stop": 874463228
        },
        {
            "start": 874463247,
            "stop": 874463264
        },
        {
            "start": 874463283,
            "stop": 874463296
        },
        {
            "start": 874463315,
            "stop": 874463321
        },
        {
            "start": 874463340,
            "stop": 874463468
        },
        {
            "start": 874463488,
            "stop": 874463526
        },
        {
            "start": 874463545,
            "stop": 874463592
        },
        {
            "start": 874463611,
            "stop": 874463642
        },
        {
            "start": 874463661,
            "stop": 874463862
        },
        {
            "start": 874463881,
            "stop": 874463955
        },
        {
            "start": 874463974,
            "stop": 874464095
        }
    ]
}