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=3752
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=3753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3751",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3752,
    "results": [
        {
            "start": 873978133,
            "stop": 873978755
        },
        {
            "start": 873978772,
            "stop": 873978817
        },
        {
            "start": 873978834,
            "stop": 873979046
        },
        {
            "start": 873979063,
            "stop": 873979068
        },
        {
            "start": 873979085,
            "stop": 873979145
        },
        {
            "start": 873979162,
            "stop": 873979204
        },
        {
            "start": 873979221,
            "stop": 873979285
        },
        {
            "start": 873979302,
            "stop": 873979378
        },
        {
            "start": 873979395,
            "stop": 873979504
        },
        {
            "start": 873979521,
            "stop": 873979702
        },
        {
            "start": 873979721,
            "stop": 873979736
        },
        {
            "start": 873979753,
            "stop": 873979823
        },
        {
            "start": 873979840,
            "stop": 873979850
        },
        {
            "start": 873979867,
            "stop": 873979891
        },
        {
            "start": 873979908,
            "stop": 873979961
        },
        {
            "start": 873979978,
            "stop": 873980004
        },
        {
            "start": 873980021,
            "stop": 873980083
        },
        {
            "start": 873980100,
            "stop": 873980675
        },
        {
            "start": 873980703,
            "stop": 873981056
        },
        {
            "start": 873981073,
            "stop": 873981226
        }
    ]
}