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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=576",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=574",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 575,
    "results": [
        {
            "start": 1187323614,
            "stop": 1187324886
        },
        {
            "start": 1187324890,
            "stop": 1187326813
        },
        {
            "start": 1187326816,
            "stop": 1187327425
        },
        {
            "start": 1187327429,
            "stop": 1187332428
        },
        {
            "start": 1187332432,
            "stop": 1187336377
        },
        {
            "start": 1187336380,
            "stop": 1187339671
        },
        {
            "start": 1187339674,
            "stop": 1187359008
        },
        {
            "start": 1187359011,
            "stop": 1187360760
        },
        {
            "start": 1187361420,
            "stop": 1187363516
        },
        {
            "start": 1187363820,
            "stop": 1187364915
        },
        {
            "start": 1187364919,
            "stop": 1187367127
        },
        {
            "start": 1187367130,
            "stop": 1187368746
        },
        {
            "start": 1187368749,
            "stop": 1187369509
        },
        {
            "start": 1187369513,
            "stop": 1187372304
        },
        {
            "start": 1187372307,
            "stop": 1187374510
        },
        {
            "start": 1187374514,
            "stop": 1187379699
        },
        {
            "start": 1187379702,
            "stop": 1187388926
        },
        {
            "start": 1187388929,
            "stop": 1187390120
        },
        {
            "start": 1187390123,
            "stop": 1187391995
        },
        {
            "start": 1187391999,
            "stop": 1187393836
        }
    ]
}