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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=294",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 295,
    "results": [
        {
            "start": 939795135,
            "stop": 939828998
        },
        {
            "start": 939831746,
            "stop": 939849521
        },
        {
            "start": 939849527,
            "stop": 939852516
        },
        {
            "start": 939855971,
            "stop": 939870505
        },
        {
            "start": 939885315,
            "stop": 939892153
        },
        {
            "start": 939895868,
            "stop": 939939154
        },
        {
            "start": 939946485,
            "stop": 939949631
        },
        {
            "start": 939951632,
            "stop": 939962263
        },
        {
            "start": 939962269,
            "stop": 939986645
        },
        {
            "start": 939991663,
            "stop": 939993938
        },
        {
            "start": 939995454,
            "stop": 940002402
        },
        {
            "start": 940002408,
            "stop": 940008725
        },
        {
            "start": 940008731,
            "stop": 940012134
        },
        {
            "start": 940015978,
            "stop": 940022062
        },
        {
            "start": 940022067,
            "stop": 940025455
        },
        {
            "start": 940027889,
            "stop": 940028509
        },
        {
            "start": 940054090,
            "stop": 940071892
        },
        {
            "start": 940071898,
            "stop": 940080925
        },
        {
            "start": 940080930,
            "stop": 940081488
        },
        {
            "start": 940081496,
            "stop": 940081694
        }
    ]
}