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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=90",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 91,
    "results": [
        {
            "start": 837331855,
            "stop": 837344628
        },
        {
            "start": 837346232,
            "stop": 837347075
        },
        {
            "start": 837348123,
            "stop": 837361243
        },
        {
            "start": 837362673,
            "stop": 837369551
        },
        {
            "start": 837371096,
            "stop": 837372256
        },
        {
            "start": 837373333,
            "stop": 837442158
        },
        {
            "start": 837443060,
            "stop": 837444017
        },
        {
            "start": 837446446,
            "stop": 837446624
        },
        {
            "start": 837447901,
            "stop": 837454386
        },
        {
            "start": 837455206,
            "stop": 837474694
        },
        {
            "start": 837476135,
            "stop": 837479688
        },
        {
            "start": 837480686,
            "stop": 837483265
        },
        {
            "start": 837483352,
            "stop": 837505928
        },
        {
            "start": 837507032,
            "stop": 837509583
        },
        {
            "start": 837510653,
            "stop": 837510876
        },
        {
            "start": 837511796,
            "stop": 837511839
        },
        {
            "start": 837513981,
            "stop": 837515543
        },
        {
            "start": 837516333,
            "stop": 837516966
        },
        {
            "start": 837517796,
            "stop": 837524016
        },
        {
            "start": 837524883,
            "stop": 837524967
        }
    ]
}