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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=124",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 125,
    "results": [
        {
            "start": 931785237,
            "stop": 931785305
        },
        {
            "start": 931785409,
            "stop": 931785429
        },
        {
            "start": 931785447,
            "stop": 931785450
        },
        {
            "start": 931785502,
            "stop": 931785512
        },
        {
            "start": 931785626,
            "stop": 931785667
        },
        {
            "start": 931788815,
            "stop": 931788823
        },
        {
            "start": 931788908,
            "stop": 931788918
        },
        {
            "start": 931788920,
            "stop": 931788933
        },
        {
            "start": 931788935,
            "stop": 931788947
        },
        {
            "start": 931788949,
            "stop": 931788974
        },
        {
            "start": 931788976,
            "stop": 931789018
        },
        {
            "start": 931789020,
            "stop": 931789024
        },
        {
            "start": 931789033,
            "stop": 931789121
        },
        {
            "start": 931789123,
            "stop": 931789324
        },
        {
            "start": 931789326,
            "stop": 931789532
        },
        {
            "start": 931789534,
            "stop": 931789652
        },
        {
            "start": 931789657,
            "stop": 931789743
        },
        {
            "start": 931789746,
            "stop": 931789773
        },
        {
            "start": 931789775,
            "stop": 931789787
        },
        {
            "start": 931789790,
            "stop": 931789802
        }
    ]
}