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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=45",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 46,
    "results": [
        {
            "start": 817418141,
            "stop": 817418142
        },
        {
            "start": 817418147,
            "stop": 817418151
        },
        {
            "start": 817418157,
            "stop": 817419093
        },
        {
            "start": 817419096,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419768
        },
        {
            "start": 817419771,
            "stop": 817421251
        },
        {
            "start": 817421254,
            "stop": 817421260
        },
        {
            "start": 817421263,
            "stop": 817421946
        },
        {
            "start": 817421949,
            "stop": 817421983
        },
        {
            "start": 817421986,
            "stop": 817422083
        },
        {
            "start": 817422086,
            "stop": 817422087
        },
        {
            "start": 817422090,
            "stop": 817422313
        },
        {
            "start": 817422316,
            "stop": 817422770
        },
        {
            "start": 817422773,
            "stop": 817423069
        },
        {
            "start": 817423072,
            "stop": 817423924
        },
        {
            "start": 817423934,
            "stop": 817423977
        },
        {
            "start": 817423980,
            "stop": 817424061
        },
        {
            "start": 817424064,
            "stop": 817424101
        },
        {
            "start": 817424106,
            "stop": 817425217
        },
        {
            "start": 817425220,
            "stop": 817425718
        }
    ]
}