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=5954
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=5955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5953",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5954,
    "results": [
        {
            "start": 873212854,
            "stop": 873212929
        },
        {
            "start": 873212930,
            "stop": 873212932
        },
        {
            "start": 873212933,
            "stop": 873212982
        },
        {
            "start": 873212985,
            "stop": 873213043
        },
        {
            "start": 873213044,
            "stop": 873213481
        },
        {
            "start": 873213484,
            "stop": 873213491
        },
        {
            "start": 873213494,
            "stop": 873213699
        },
        {
            "start": 873213700,
            "stop": 873213723
        },
        {
            "start": 873213724,
            "stop": 873213832
        },
        {
            "start": 873213835,
            "stop": 873213913
        },
        {
            "start": 873213921,
            "stop": 873213927
        },
        {
            "start": 873213930,
            "stop": 873213946
        },
        {
            "start": 873213948,
            "stop": 873214076
        },
        {
            "start": 873214085,
            "stop": 873214216
        },
        {
            "start": 873214217,
            "stop": 873214226
        },
        {
            "start": 873214227,
            "stop": 873214230
        },
        {
            "start": 873214233,
            "stop": 873214236
        },
        {
            "start": 873214237,
            "stop": 873214240
        },
        {
            "start": 873214241,
            "stop": 873214254
        },
        {
            "start": 873215085,
            "stop": 873215101
        }
    ]
}