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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=174",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 175,
    "results": [
        {
            "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
        },
        {
            "start": 931428944,
            "stop": 931428947
        },
        {
            "start": 931428949,
            "stop": 931428950
        },
        {
            "start": 931428954,
            "stop": 931428958
        },
        {
            "start": 931428965,
            "stop": 931428966
        },
        {
            "start": 931428976,
            "stop": 931428981
        }
    ]
}