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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=68",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 69,
    "results": [
        {
            "start": 818152655,
            "stop": 818152670
        },
        {
            "start": 818152687,
            "stop": 818158568
        },
        {
            "start": 818158585,
            "stop": 818159105
        },
        {
            "start": 818159122,
            "stop": 818160993
        },
        {
            "start": 818161103,
            "stop": 818161135
        },
        {
            "start": 818164648,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172736
        },
        {
            "start": 818174757,
            "stop": 818177087
        },
        {
            "start": 818177104,
            "stop": 818179986
        },
        {
            "start": 818181463,
            "stop": 818181978
        },
        {
            "start": 818188726,
            "stop": 818206016
        },
        {
            "start": 818206033,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818214764
        },
        {
            "start": 818214781,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818238806
        },
        {
            "start": 818244105,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818261402
        },
        {
            "start": 818263897,
            "stop": 818267433
        },
        {
            "start": 818270274,
            "stop": 818271373
        }
    ]
}