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/H2_CBCHIGH_CAT4/segments?format=api&page=4886
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=4887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4885",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4886,
    "results": [
        {
            "start": 874889875,
            "stop": 874889980
        },
        {
            "start": 874890000,
            "stop": 874890389
        },
        {
            "start": 874890408,
            "stop": 874890809
        },
        {
            "start": 874890829,
            "stop": 874891572
        },
        {
            "start": 874891592,
            "stop": 874891739
        },
        {
            "start": 874891758,
            "stop": 874892126
        },
        {
            "start": 874892145,
            "stop": 874892429
        },
        {
            "start": 874892448,
            "stop": 874893106
        },
        {
            "start": 874893126,
            "stop": 874893650
        },
        {
            "start": 874893669,
            "stop": 874893672
        },
        {
            "start": 874893691,
            "stop": 874893799
        },
        {
            "start": 874893947,
            "stop": 874894201
        },
        {
            "start": 874894220,
            "stop": 874894505
        },
        {
            "start": 874894625,
            "stop": 874896000
        },
        {
            "start": 874896060,
            "stop": 874896747
        },
        {
            "start": 874896867,
            "stop": 874898434
        },
        {
            "start": 874898554,
            "stop": 874900071
        },
        {
            "start": 874900191,
            "stop": 874900330
        },
        {
            "start": 874900349,
            "stop": 874901340
        },
        {
            "start": 874901400,
            "stop": 874901562
        }
    ]
}