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=6261
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=6262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6260",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6261,
    "results": [
        {
            "start": 875007250,
            "stop": 875007254
        },
        {
            "start": 875007257,
            "stop": 875007258
        },
        {
            "start": 875007261,
            "stop": 875007308
        },
        {
            "start": 875007313,
            "stop": 875007336
        },
        {
            "start": 875007339,
            "stop": 875007341
        },
        {
            "start": 875007344,
            "stop": 875007369
        },
        {
            "start": 875007372,
            "stop": 875007399
        },
        {
            "start": 875007402,
            "stop": 875007404
        },
        {
            "start": 875007407,
            "stop": 875007498
        },
        {
            "start": 875007501,
            "stop": 875007694
        },
        {
            "start": 875007695,
            "stop": 875007748
        },
        {
            "start": 875007766,
            "stop": 875007767
        },
        {
            "start": 875007770,
            "stop": 875007776
        },
        {
            "start": 875007783,
            "stop": 875007784
        },
        {
            "start": 875007787,
            "stop": 875008015
        },
        {
            "start": 875008018,
            "stop": 875008187
        },
        {
            "start": 875008190,
            "stop": 875008194
        },
        {
            "start": 875008199,
            "stop": 875008202
        },
        {
            "start": 875008205,
            "stop": 875008206
        },
        {
            "start": 875008219,
            "stop": 875008228
        }
    ]
}