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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16020",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16018",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16019,
    "results": [
        {
            "start": 971577594,
            "stop": 971577650
        },
        {
            "start": 971577653,
            "stop": 971578059
        },
        {
            "start": 971578060,
            "stop": 971578062
        },
        {
            "start": 971578066,
            "stop": 971578120
        },
        {
            "start": 971578121,
            "stop": 971578141
        },
        {
            "start": 971578145,
            "stop": 971578151
        },
        {
            "start": 971578154,
            "stop": 971578155
        },
        {
            "start": 971578157,
            "stop": 971578164
        },
        {
            "start": 971578166,
            "stop": 971578169
        },
        {
            "start": 971578170,
            "stop": 971578195
        },
        {
            "start": 971578196,
            "stop": 971578197
        },
        {
            "start": 971578201,
            "stop": 971578217
        },
        {
            "start": 971578218,
            "stop": 971578225
        },
        {
            "start": 971578230,
            "stop": 971578231
        },
        {
            "start": 971578232,
            "stop": 971578252
        },
        {
            "start": 971578253,
            "stop": 971578330
        },
        {
            "start": 971578331,
            "stop": 971578332
        },
        {
            "start": 971578333,
            "stop": 971578364
        },
        {
            "start": 971578366,
            "stop": 971578381
        },
        {
            "start": 971578382,
            "stop": 971578383
        }
    ]
}