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=5171
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=5172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5170",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5171,
    "results": [
        {
            "start": 875007388,
            "stop": 875014037
        },
        {
            "start": 875014056,
            "stop": 875014598
        },
        {
            "start": 875014617,
            "stop": 875014680
        },
        {
            "start": 875014740,
            "stop": 875014920
        },
        {
            "start": 875015160,
            "stop": 875015527
        },
        {
            "start": 875015546,
            "stop": 875015940
        },
        {
            "start": 875016000,
            "stop": 875016060
        },
        {
            "start": 875016240,
            "stop": 875016300
        },
        {
            "start": 875016420,
            "stop": 875016480
        },
        {
            "start": 875016720,
            "stop": 875016900
        },
        {
            "start": 875017500,
            "stop": 875017680
        },
        {
            "start": 875017740,
            "stop": 875017920
        },
        {
            "start": 875017980,
            "stop": 875017981
        },
        {
            "start": 875018000,
            "stop": 875018138
        },
        {
            "start": 875018164,
            "stop": 875018248
        },
        {
            "start": 875018267,
            "stop": 875018702
        },
        {
            "start": 875018721,
            "stop": 875018959
        },
        {
            "start": 875018978,
            "stop": 875018986
        },
        {
            "start": 875019060,
            "stop": 875019131
        },
        {
            "start": 875019164,
            "stop": 875019300
        }
    ]
}