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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2146",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2147,
    "results": [
        {
            "start": 868386860,
            "stop": 868387804
        },
        {
            "start": 868387806,
            "stop": 868388141
        },
        {
            "start": 868388143,
            "stop": 868388249
        },
        {
            "start": 868388252,
            "stop": 868388483
        },
        {
            "start": 868388485,
            "stop": 868388534
        },
        {
            "start": 868388662,
            "stop": 868388670
        },
        {
            "start": 868388790,
            "stop": 868389062
        },
        {
            "start": 868389064,
            "stop": 868389191
        },
        {
            "start": 868389328,
            "stop": 868389865
        },
        {
            "start": 868389868,
            "stop": 868389886
        },
        {
            "start": 868389889,
            "stop": 868390380
        },
        {
            "start": 868390381,
            "stop": 868391070
        },
        {
            "start": 868391130,
            "stop": 868391917
        },
        {
            "start": 868392268,
            "stop": 868392892
        },
        {
            "start": 868392893,
            "stop": 868399196
        },
        {
            "start": 868402958,
            "stop": 868411510
        },
        {
            "start": 868411515,
            "stop": 868411927
        },
        {
            "start": 868411930,
            "stop": 868412335
        },
        {
            "start": 868412338,
            "stop": 868412356
        },
        {
            "start": 868412359,
            "stop": 868420110
        }
    ]
}