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=6258
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=6259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6257",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6258,
    "results": [
        {
            "start": 874991001,
            "stop": 874991218
        },
        {
            "start": 874991222,
            "stop": 874991315
        },
        {
            "start": 874991316,
            "stop": 874992541
        },
        {
            "start": 874992544,
            "stop": 874992584
        },
        {
            "start": 874992588,
            "stop": 874992750
        },
        {
            "start": 874992753,
            "stop": 874993375
        },
        {
            "start": 874993378,
            "stop": 874993487
        },
        {
            "start": 874993489,
            "stop": 874994441
        },
        {
            "start": 874994448,
            "stop": 874995851
        },
        {
            "start": 874995852,
            "stop": 874995905
        },
        {
            "start": 874995906,
            "stop": 874995998
        },
        {
            "start": 874995999,
            "stop": 874996001
        },
        {
            "start": 874996002,
            "stop": 874996365
        },
        {
            "start": 874996368,
            "stop": 874996487
        },
        {
            "start": 874996491,
            "stop": 874996536
        },
        {
            "start": 874996539,
            "stop": 874997645
        },
        {
            "start": 874997646,
            "stop": 874998578
        },
        {
            "start": 874998579,
            "stop": 874998749
        },
        {
            "start": 874998750,
            "stop": 874998942
        },
        {
            "start": 874998944,
            "stop": 874999889
        }
    ]
}