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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=245",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 246,
    "results": [
        {
            "start": 827413566,
            "stop": 827413572
        },
        {
            "start": 827413574,
            "stop": 827413598
        },
        {
            "start": 827413606,
            "stop": 827413612
        },
        {
            "start": 827413616,
            "stop": 827413742
        },
        {
            "start": 827413748,
            "stop": 827414143
        },
        {
            "start": 827414148,
            "stop": 827414161
        },
        {
            "start": 827414163,
            "stop": 827414164
        },
        {
            "start": 827414166,
            "stop": 827414167
        },
        {
            "start": 827414170,
            "stop": 827414180
        },
        {
            "start": 827414185,
            "stop": 827418623
        },
        {
            "start": 827418625,
            "stop": 827418630
        },
        {
            "start": 827418632,
            "stop": 827418634
        },
        {
            "start": 827418638,
            "stop": 827418641
        },
        {
            "start": 827418643,
            "stop": 827418673
        },
        {
            "start": 827418675,
            "stop": 827418706
        },
        {
            "start": 827418710,
            "stop": 827418713
        },
        {
            "start": 827418715,
            "stop": 827418785
        },
        {
            "start": 827418787,
            "stop": 827418788
        },
        {
            "start": 827418790,
            "stop": 827418794
        },
        {
            "start": 827418796,
            "stop": 827418797
        }
    ]
}