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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5120",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5121,
    "results": [
        {
            "start": 874684289,
            "stop": 874684304
        },
        {
            "start": 874684311,
            "stop": 874684363
        },
        {
            "start": 874684377,
            "stop": 874684395
        },
        {
            "start": 874684402,
            "stop": 874684419
        },
        {
            "start": 874684426,
            "stop": 874684466
        },
        {
            "start": 874684473,
            "stop": 874684518
        },
        {
            "start": 874684531,
            "stop": 874684570
        },
        {
            "start": 874684578,
            "stop": 874684613
        },
        {
            "start": 874684620,
            "stop": 874684654
        },
        {
            "start": 874684661,
            "stop": 874684723
        },
        {
            "start": 874684730,
            "stop": 874684767
        },
        {
            "start": 874684779,
            "stop": 874684917
        },
        {
            "start": 874684924,
            "stop": 874684938
        },
        {
            "start": 874684945,
            "stop": 874684960
        },
        {
            "start": 874684967,
            "stop": 874684980
        },
        {
            "start": 874684993,
            "stop": 874685013
        },
        {
            "start": 874685026,
            "stop": 874685036
        },
        {
            "start": 874685043,
            "stop": 874685076
        },
        {
            "start": 874685083,
            "stop": 874685088
        },
        {
            "start": 874685095,
            "stop": 874685139
        }
    ]
}