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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5080",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5081,
    "results": [
        {
            "start": 874641814,
            "stop": 874641822
        },
        {
            "start": 874641841,
            "stop": 874641979
        },
        {
            "start": 874642016,
            "stop": 874642088
        },
        {
            "start": 874642110,
            "stop": 874642122
        },
        {
            "start": 874642141,
            "stop": 874642171
        },
        {
            "start": 874642190,
            "stop": 874642204
        },
        {
            "start": 874642223,
            "stop": 874642228
        },
        {
            "start": 874642250,
            "stop": 874642291
        },
        {
            "start": 874642311,
            "stop": 874642332
        },
        {
            "start": 874642355,
            "stop": 874642408
        },
        {
            "start": 874642428,
            "stop": 874642450
        },
        {
            "start": 874642469,
            "stop": 874642529
        },
        {
            "start": 874642567,
            "stop": 874642608
        },
        {
            "start": 874642649,
            "stop": 874642752
        },
        {
            "start": 874642771,
            "stop": 874642816
        },
        {
            "start": 874642835,
            "stop": 874642870
        },
        {
            "start": 874642916,
            "stop": 874642969
        },
        {
            "start": 874642988,
            "stop": 874643049
        },
        {
            "start": 874643069,
            "stop": 874643084
        },
        {
            "start": 874643103,
            "stop": 874643170
        }
    ]
}