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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=301",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 302,
    "results": [
        {
            "start": 821842988,
            "stop": 821843880
        },
        {
            "start": 821843940,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821850660
        },
        {
            "start": 821850780,
            "stop": 821852823
        },
        {
            "start": 821852831,
            "stop": 821862326
        },
        {
            "start": 821862333,
            "stop": 821870654
        },
        {
            "start": 821870661,
            "stop": 821872740
        },
        {
            "start": 821872800,
            "stop": 821872813
        },
        {
            "start": 821875260,
            "stop": 821875411
        },
        {
            "start": 821875419,
            "stop": 821876443
        },
        {
            "start": 821876450,
            "stop": 821883253
        },
        {
            "start": 821883539,
            "stop": 821886966
        },
        {
            "start": 821886970,
            "stop": 821891960
        },
        {
            "start": 821891967,
            "stop": 821906353
        },
        {
            "start": 821906707,
            "stop": 821909473
        },
        {
            "start": 821910889,
            "stop": 821911933
        },
        {
            "start": 821912080,
            "stop": 821912160
        },
        {
            "start": 821912280,
            "stop": 821915113
        },
        {
            "start": 821916305,
            "stop": 821923784
        },
        {
            "start": 821923965,
            "stop": 821935132
        }
    ]
}