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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4032",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4033,
    "results": [
        {
            "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
        },
        {
            "start": 875004741,
            "stop": 875004801
        },
        {
            "start": 875004804,
            "stop": 875004835
        },
        {
            "start": 875004838,
            "stop": 875004868
        },
        {
            "start": 875004878,
            "stop": 875004903
        },
        {
            "start": 875004907,
            "stop": 875004908
        }
    ]
}