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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=412",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 413,
    "results": [
        {
            "start": 939951632,
            "stop": 939962263
        },
        {
            "start": 939962265,
            "stop": 939986645
        },
        {
            "start": 939991663,
            "stop": 939993938
        },
        {
            "start": 939995454,
            "stop": 940002402
        },
        {
            "start": 940002404,
            "stop": 940008725
        },
        {
            "start": 940008727,
            "stop": 940012134
        },
        {
            "start": 940015978,
            "stop": 940022062
        },
        {
            "start": 940022063,
            "stop": 940025455
        },
        {
            "start": 940027889,
            "stop": 940028509
        },
        {
            "start": 940054090,
            "stop": 940071892
        },
        {
            "start": 940071894,
            "stop": 940080925
        },
        {
            "start": 940080926,
            "stop": 940081488
        },
        {
            "start": 940081489,
            "stop": 940081490
        },
        {
            "start": 940081492,
            "stop": 940081694
        },
        {
            "start": 940081696,
            "stop": 940082155
        },
        {
            "start": 940082157,
            "stop": 940082229
        },
        {
            "start": 940082231,
            "stop": 940082234
        },
        {
            "start": 940082235,
            "stop": 940082236
        },
        {
            "start": 940082238,
            "stop": 940082275
        },
        {
            "start": 940082276,
            "stop": 940082277
        }
    ]
}