Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=111
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=110",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 111,
    "results": [
        {
            "start": 819816544,
            "stop": 819816776
        },
        {
            "start": 819816779,
            "stop": 819817028
        },
        {
            "start": 819817031,
            "stop": 819817308
        },
        {
            "start": 819817311,
            "stop": 819817636
        },
        {
            "start": 819817639,
            "stop": 819818739
        },
        {
            "start": 819818742,
            "stop": 819819041
        },
        {
            "start": 819819044,
            "stop": 819819076
        },
        {
            "start": 819819080,
            "stop": 819819782
        },
        {
            "start": 819819785,
            "stop": 819820411
        },
        {
            "start": 819820415,
            "stop": 819820628
        },
        {
            "start": 819820631,
            "stop": 819820855
        },
        {
            "start": 819820872,
            "stop": 819821134
        },
        {
            "start": 819821137,
            "stop": 819821400
        },
        {
            "start": 819821464,
            "stop": 819821953
        },
        {
            "start": 819821956,
            "stop": 819822534
        },
        {
            "start": 819822538,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819823217
        },
        {
            "start": 819823220,
            "stop": 819824079
        },
        {
            "start": 819824082,
            "stop": 819824530
        },
        {
            "start": 819824534,
            "stop": 819825076
        }
    ]
}