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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9084",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9085,
    "results": [
        {
            "start": 874663920,
            "stop": 874664066
        },
        {
            "start": 874664085,
            "stop": 874664142
        },
        {
            "start": 874664164,
            "stop": 874664668
        },
        {
            "start": 874664685,
            "stop": 874665625
        },
        {
            "start": 874665646,
            "stop": 874665792
        },
        {
            "start": 874665813,
            "stop": 874667257
        },
        {
            "start": 874667274,
            "stop": 874667717
        },
        {
            "start": 874667736,
            "stop": 874668665
        },
        {
            "start": 874668685,
            "stop": 874669702
        },
        {
            "start": 874669729,
            "stop": 874670282
        },
        {
            "start": 874670305,
            "stop": 874670415
        },
        {
            "start": 874670432,
            "stop": 874670459
        },
        {
            "start": 874670476,
            "stop": 874670528
        },
        {
            "start": 874670547,
            "stop": 874670652
        },
        {
            "start": 874670669,
            "stop": 874671775
        },
        {
            "start": 874671792,
            "stop": 874671867
        },
        {
            "start": 874671884,
            "stop": 874671918
        },
        {
            "start": 874671935,
            "stop": 874672295
        },
        {
            "start": 874672312,
            "stop": 874672489
        },
        {
            "start": 874672506,
            "stop": 874673182
        }
    ]
}