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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4017",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4018,
    "results": [
        {
            "start": 874974189,
            "stop": 874977724
        },
        {
            "start": 874977727,
            "stop": 874978208
        },
        {
            "start": 874991001,
            "stop": 874991218
        },
        {
            "start": 874991222,
            "stop": 874992541
        },
        {
            "start": 874992544,
            "stop": 874992584
        },
        {
            "start": 874992588,
            "stop": 874992750
        },
        {
            "start": 874992753,
            "stop": 874993375
        },
        {
            "start": 874993378,
            "stop": 874994441
        },
        {
            "start": 874994448,
            "stop": 874996365
        },
        {
            "start": 874996368,
            "stop": 874996487
        },
        {
            "start": 874996491,
            "stop": 874996536
        },
        {
            "start": 874996539,
            "stop": 875000294
        },
        {
            "start": 875000297,
            "stop": 875000765
        },
        {
            "start": 875000768,
            "stop": 875002683
        },
        {
            "start": 875002686,
            "stop": 875002931
        },
        {
            "start": 875002937,
            "stop": 875004572
        },
        {
            "start": 875004575,
            "stop": 875004584
        },
        {
            "start": 875004588,
            "stop": 875004600
        },
        {
            "start": 875004603,
            "stop": 875004721
        },
        {
            "start": 875004724,
            "stop": 875004736
        }
    ]
}