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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=16",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 17,
    "results": [
        {
            "start": 931161987,
            "stop": 931161989
        },
        {
            "start": 931161992,
            "stop": 931161993
        },
        {
            "start": 931162003,
            "stop": 931162006
        },
        {
            "start": 931162009,
            "stop": 931162017
        },
        {
            "start": 931162040,
            "stop": 931162041
        },
        {
            "start": 931162044,
            "stop": 931162045
        },
        {
            "start": 931162054,
            "stop": 931162057
        },
        {
            "start": 931162059,
            "stop": 931162061
        },
        {
            "start": 931162067,
            "stop": 931162072
        },
        {
            "start": 931162078,
            "stop": 931162079
        },
        {
            "start": 931162081,
            "stop": 931162086
        },
        {
            "start": 931162088,
            "stop": 931162093
        },
        {
            "start": 931162097,
            "stop": 931162098
        },
        {
            "start": 931162101,
            "stop": 931162108
        },
        {
            "start": 931162114,
            "stop": 931162117
        },
        {
            "start": 931162138,
            "stop": 931162139
        },
        {
            "start": 931162142,
            "stop": 931162143
        },
        {
            "start": 931162150,
            "stop": 931162154
        },
        {
            "start": 931162157,
            "stop": 931162158
        },
        {
            "start": 931162162,
            "stop": 931162168
        }
    ]
}