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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=67",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 68,
    "results": [
        {
            "start": 825110395,
            "stop": 825110972
        },
        {
            "start": 825117071,
            "stop": 825170441
        },
        {
            "start": 825170447,
            "stop": 825170448
        },
        {
            "start": 825170456,
            "stop": 825170478
        },
        {
            "start": 825175459,
            "stop": 825176863
        },
        {
            "start": 825176871,
            "stop": 825177817
        },
        {
            "start": 825203907,
            "stop": 825213912
        },
        {
            "start": 825219025,
            "stop": 825240637
        },
        {
            "start": 825240645,
            "stop": 825246103
        },
        {
            "start": 825403803,
            "stop": 825421167
        },
        {
            "start": 825421173,
            "stop": 825441983
        },
        {
            "start": 825443125,
            "stop": 825448436
        },
        {
            "start": 825448556,
            "stop": 825450792
        },
        {
            "start": 825450886,
            "stop": 825456237
        },
        {
            "start": 825456503,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825482233
        },
        {
            "start": 825484706,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825526361
        },
        {
            "start": 825526563,
            "stop": 825528755
        },
        {
            "start": 825528896,
            "stop": 825529249
        }
    ]
}