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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6086",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6087,
    "results": [
        {
            "start": 873946927,
            "stop": 873946934
        },
        {
            "start": 873946937,
            "stop": 873946942
        },
        {
            "start": 873946946,
            "stop": 873946968
        },
        {
            "start": 873946971,
            "stop": 873946989
        },
        {
            "start": 873946992,
            "stop": 873946995
        },
        {
            "start": 873946998,
            "stop": 873946999
        },
        {
            "start": 873947002,
            "stop": 873947014
        },
        {
            "start": 873947019,
            "stop": 873947028
        },
        {
            "start": 873947031,
            "stop": 873947100
        },
        {
            "start": 873947103,
            "stop": 873947261
        },
        {
            "start": 873947262,
            "stop": 873947480
        },
        {
            "start": 873947483,
            "stop": 873947505
        },
        {
            "start": 873947508,
            "stop": 873948363
        },
        {
            "start": 873948366,
            "stop": 873948933
        },
        {
            "start": 873948934,
            "stop": 873949205
        },
        {
            "start": 873949207,
            "stop": 873949243
        },
        {
            "start": 873949247,
            "stop": 873949615
        },
        {
            "start": 873949618,
            "stop": 873949621
        },
        {
            "start": 873949624,
            "stop": 873949634
        },
        {
            "start": 873949637,
            "stop": 873949661
        }
    ]
}