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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=211",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 212,
    "results": [
        {
            "start": 820144440,
            "stop": 820145415
        },
        {
            "start": 820145418,
            "stop": 820145863
        },
        {
            "start": 820145866,
            "stop": 820147210
        },
        {
            "start": 820147610,
            "stop": 820148196
        },
        {
            "start": 820148213,
            "stop": 820148622
        },
        {
            "start": 820148626,
            "stop": 820150983
        },
        {
            "start": 820151773,
            "stop": 820151837
        },
        {
            "start": 820151841,
            "stop": 820153316
        },
        {
            "start": 820153319,
            "stop": 820153333
        },
        {
            "start": 820153337,
            "stop": 820153715
        },
        {
            "start": 820153718,
            "stop": 820156006
        },
        {
            "start": 820156009,
            "stop": 820156137
        },
        {
            "start": 820156140,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820157814
        },
        {
            "start": 820157817,
            "stop": 820158771
        },
        {
            "start": 820158775,
            "stop": 820160061
        },
        {
            "start": 820160064,
            "stop": 820160287
        },
        {
            "start": 820160290,
            "stop": 820160555
        },
        {
            "start": 820160558,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820161891
        }
    ]
}