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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=221",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 222,
    "results": [
        {
            "start": 820360681,
            "stop": 820360912
        },
        {
            "start": 820360929,
            "stop": 820360993
        },
        {
            "start": 820360997,
            "stop": 820361088
        },
        {
            "start": 820361137,
            "stop": 820361441
        },
        {
            "start": 820361445,
            "stop": 820361527
        },
        {
            "start": 820361544,
            "stop": 820361586
        },
        {
            "start": 820361603,
            "stop": 820361617
        },
        {
            "start": 820361621,
            "stop": 820361945
        },
        {
            "start": 820361948,
            "stop": 820362024
        },
        {
            "start": 820362041,
            "stop": 820362107
        },
        {
            "start": 820362124,
            "stop": 820362155
        },
        {
            "start": 820362172,
            "stop": 820362239
        },
        {
            "start": 820362256,
            "stop": 820362342
        },
        {
            "start": 820362359,
            "stop": 820362472
        },
        {
            "start": 820362489,
            "stop": 820362509
        },
        {
            "start": 820362526,
            "stop": 820362580
        },
        {
            "start": 820362597,
            "stop": 820363240
        },
        {
            "start": 820363257,
            "stop": 820363322
        },
        {
            "start": 820363339,
            "stop": 820363358
        },
        {
            "start": 820363375,
            "stop": 820363462
        }
    ]
}