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=16028
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=16029",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16027",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16028,
    "results": [
        {
            "start": 971609914,
            "stop": 971609918
        },
        {
            "start": 971609978,
            "stop": 971609997
        },
        {
            "start": 971610000,
            "stop": 971610069
        },
        {
            "start": 971610072,
            "stop": 971610124
        },
        {
            "start": 971610126,
            "stop": 971610135
        },
        {
            "start": 971610138,
            "stop": 971610220
        },
        {
            "start": 971610223,
            "stop": 971610248
        },
        {
            "start": 971610249,
            "stop": 971610258
        },
        {
            "start": 971610261,
            "stop": 971610290
        },
        {
            "start": 971610291,
            "stop": 971610295
        },
        {
            "start": 971610297,
            "stop": 971610301
        },
        {
            "start": 971610303,
            "stop": 971610304
        },
        {
            "start": 971610305,
            "stop": 971610307
        },
        {
            "start": 971610310,
            "stop": 971610316
        },
        {
            "start": 971610318,
            "stop": 971610319
        },
        {
            "start": 971610320,
            "stop": 971610397
        },
        {
            "start": 971610399,
            "stop": 971610407
        },
        {
            "start": 971610410,
            "stop": 971610424
        },
        {
            "start": 971610427,
            "stop": 971610445
        },
        {
            "start": 971610448,
            "stop": 971610474
        }
    ]
}