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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=116",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 117,
    "results": [
        {
            "start": 931452589,
            "stop": 931452616
        },
        {
            "start": 931452618,
            "stop": 931452635
        },
        {
            "start": 931452637,
            "stop": 931452638
        },
        {
            "start": 931452639,
            "stop": 931452649
        },
        {
            "start": 931452651,
            "stop": 931452708
        },
        {
            "start": 931452712,
            "stop": 931452827
        },
        {
            "start": 931452829,
            "stop": 931452853
        },
        {
            "start": 931452855,
            "stop": 931452856
        },
        {
            "start": 931452857,
            "stop": 931452872
        },
        {
            "start": 931452873,
            "stop": 931452877
        },
        {
            "start": 931452879,
            "stop": 931452883
        },
        {
            "start": 931452884,
            "stop": 931452893
        },
        {
            "start": 931452895,
            "stop": 931452908
        },
        {
            "start": 931452909,
            "stop": 931452999
        },
        {
            "start": 931453000,
            "stop": 931453004
        },
        {
            "start": 931453005,
            "stop": 931453014
        },
        {
            "start": 931453016,
            "stop": 931453017
        },
        {
            "start": 931453021,
            "stop": 931453044
        },
        {
            "start": 931453046,
            "stop": 931453047
        },
        {
            "start": 931453049,
            "stop": 931453069
        }
    ]
}