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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=51",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 52,
    "results": [
        {
            "start": 822541018,
            "stop": 822541915
        },
        {
            "start": 822542026,
            "stop": 822542037
        },
        {
            "start": 822542489,
            "stop": 822542915
        },
        {
            "start": 822543052,
            "stop": 822544524
        },
        {
            "start": 822545278,
            "stop": 822545280
        },
        {
            "start": 822545382,
            "stop": 822546508
        },
        {
            "start": 822548265,
            "stop": 822548654
        },
        {
            "start": 822548714,
            "stop": 822548735
        },
        {
            "start": 822548892,
            "stop": 822549473
        },
        {
            "start": 822549554,
            "stop": 822551254
        },
        {
            "start": 822551458,
            "stop": 822555367
        },
        {
            "start": 822555525,
            "stop": 822558044
        },
        {
            "start": 822558115,
            "stop": 822558578
        },
        {
            "start": 822558916,
            "stop": 822558998
        },
        {
            "start": 822559104,
            "stop": 822562682
        },
        {
            "start": 822562745,
            "stop": 822563107
        },
        {
            "start": 822563170,
            "stop": 822564235
        },
        {
            "start": 822564322,
            "stop": 822564740
        },
        {
            "start": 822564812,
            "stop": 822565547
        },
        {
            "start": 822565764,
            "stop": 822567043
        }
    ]
}