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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=66",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 67,
    "results": [
        {
            "start": 816218622,
            "stop": 816218660
        },
        {
            "start": 816218663,
            "stop": 816218858
        },
        {
            "start": 816218862,
            "stop": 816218933
        },
        {
            "start": 816218936,
            "stop": 816218975
        },
        {
            "start": 816218978,
            "stop": 816219057
        },
        {
            "start": 816219060,
            "stop": 816219062
        },
        {
            "start": 816219066,
            "stop": 816219239
        },
        {
            "start": 816219242,
            "stop": 816219265
        },
        {
            "start": 816219268,
            "stop": 816219291
        },
        {
            "start": 816219294,
            "stop": 816219340
        },
        {
            "start": 816219343,
            "stop": 816219488
        },
        {
            "start": 816219491,
            "stop": 816219515
        },
        {
            "start": 816219518,
            "stop": 816219605
        },
        {
            "start": 816219606,
            "stop": 816219664
        },
        {
            "start": 816219667,
            "stop": 816219800
        },
        {
            "start": 816219803,
            "stop": 816219829
        },
        {
            "start": 816219832,
            "stop": 816219870
        },
        {
            "start": 816219874,
            "stop": 816220046
        },
        {
            "start": 816220049,
            "stop": 816220233
        },
        {
            "start": 816220237,
            "stop": 816220238
        }
    ]
}