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=6147
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=6148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6146",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6147,
    "results": [
        {
            "start": 874295118,
            "stop": 874295121
        },
        {
            "start": 874295125,
            "stop": 874295131
        },
        {
            "start": 874295132,
            "stop": 874295148
        },
        {
            "start": 874295151,
            "stop": 874295153
        },
        {
            "start": 874295156,
            "stop": 874295162
        },
        {
            "start": 874295167,
            "stop": 874295171
        },
        {
            "start": 874295175,
            "stop": 874296186
        },
        {
            "start": 874296189,
            "stop": 874296199
        },
        {
            "start": 874296202,
            "stop": 874296328
        },
        {
            "start": 874296331,
            "stop": 874296880
        },
        {
            "start": 874296881,
            "stop": 874297177
        },
        {
            "start": 874297180,
            "stop": 874297181
        },
        {
            "start": 874297184,
            "stop": 874297208
        },
        {
            "start": 874297214,
            "stop": 874297718
        },
        {
            "start": 874297719,
            "stop": 874298036
        },
        {
            "start": 874298039,
            "stop": 874298047
        },
        {
            "start": 874298050,
            "stop": 874298054
        },
        {
            "start": 874298057,
            "stop": 874298081
        },
        {
            "start": 874298084,
            "stop": 874298096
        },
        {
            "start": 874298099,
            "stop": 874298122
        }
    ]
}