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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=220",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 221,
    "results": [
        {
            "start": 933142716,
            "stop": 933142745
        },
        {
            "start": 933142764,
            "stop": 933142816
        },
        {
            "start": 933142835,
            "stop": 933142885
        },
        {
            "start": 933142921,
            "stop": 933142950
        },
        {
            "start": 933142969,
            "stop": 933142978
        },
        {
            "start": 933143018,
            "stop": 933143056
        },
        {
            "start": 933143113,
            "stop": 933143625
        },
        {
            "start": 933143660,
            "stop": 933143728
        },
        {
            "start": 933143747,
            "stop": 933143794
        },
        {
            "start": 933143813,
            "stop": 933143842
        },
        {
            "start": 933143886,
            "stop": 933143914
        },
        {
            "start": 933143955,
            "stop": 933143968
        },
        {
            "start": 933144007,
            "stop": 933144372
        },
        {
            "start": 933144377,
            "stop": 933144442
        },
        {
            "start": 933144497,
            "stop": 933144510
        },
        {
            "start": 933144706,
            "stop": 933144753
        },
        {
            "start": 933144781,
            "stop": 933144822
        },
        {
            "start": 933144845,
            "stop": 933144846
        },
        {
            "start": 933144864,
            "stop": 933144936
        },
        {
            "start": 933144955,
            "stop": 933145215
        }
    ]
}