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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=174",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 175,
    "results": [
        {
            "start": 931428796,
            "stop": 931428800
        },
        {
            "start": 931428802,
            "stop": 931428803
        },
        {
            "start": 931428805,
            "stop": 931428806
        },
        {
            "start": 931428815,
            "stop": 931428816
        },
        {
            "start": 931428820,
            "stop": 931428824
        },
        {
            "start": 931428834,
            "stop": 931428836
        },
        {
            "start": 931428844,
            "stop": 931428846
        },
        {
            "start": 931428861,
            "stop": 931428862
        },
        {
            "start": 931428863,
            "stop": 931428866
        },
        {
            "start": 931428868,
            "stop": 931428869
        },
        {
            "start": 931428873,
            "stop": 931428879
        },
        {
            "start": 931428884,
            "stop": 931428885
        },
        {
            "start": 931428888,
            "stop": 931428889
        },
        {
            "start": 931428893,
            "stop": 931428897
        },
        {
            "start": 931428902,
            "stop": 931428905
        },
        {
            "start": 931428907,
            "stop": 931428908
        },
        {
            "start": 931428914,
            "stop": 931428918
        },
        {
            "start": 931428920,
            "stop": 931428921
        },
        {
            "start": 931428924,
            "stop": 931428929
        },
        {
            "start": 931428932,
            "stop": 931428940
        }
    ]
}