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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5387",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5385",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5386,
    "results": [
        {
            "start": 971610072,
            "stop": 971610135
        },
        {
            "start": 971610138,
            "stop": 971610220
        },
        {
            "start": 971610223,
            "stop": 971610258
        },
        {
            "start": 971610261,
            "stop": 971610407
        },
        {
            "start": 971610410,
            "stop": 971610424
        },
        {
            "start": 971610427,
            "stop": 971610445
        },
        {
            "start": 971610448,
            "stop": 971610476
        },
        {
            "start": 971610479,
            "stop": 971610485
        },
        {
            "start": 971610488,
            "stop": 971610541
        },
        {
            "start": 971610544,
            "stop": 971610556
        },
        {
            "start": 971610559,
            "stop": 971610570
        },
        {
            "start": 971610580,
            "stop": 971610650
        },
        {
            "start": 971610653,
            "stop": 971610663
        },
        {
            "start": 971612815,
            "stop": 971612833
        },
        {
            "start": 971612839,
            "stop": 971612841
        },
        {
            "start": 971612844,
            "stop": 971612891
        },
        {
            "start": 971612894,
            "stop": 971612915
        },
        {
            "start": 971612918,
            "stop": 971612931
        },
        {
            "start": 971612937,
            "stop": 971612949
        },
        {
            "start": 971612953,
            "stop": 971612980
        }
    ]
}