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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7706",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7707,
    "results": [
        {
            "start": 971508109,
            "stop": 971508114
        },
        {
            "start": 971508117,
            "stop": 971508127
        },
        {
            "start": 971508130,
            "stop": 971508186
        },
        {
            "start": 971508193,
            "stop": 971508207
        },
        {
            "start": 971508210,
            "stop": 971508236
        },
        {
            "start": 971508239,
            "stop": 971508257
        },
        {
            "start": 971508260,
            "stop": 971508286
        },
        {
            "start": 971508289,
            "stop": 971508318
        },
        {
            "start": 971508321,
            "stop": 971508325
        },
        {
            "start": 971508328,
            "stop": 971508330
        },
        {
            "start": 971508333,
            "stop": 971508337
        },
        {
            "start": 971508340,
            "stop": 971508364
        },
        {
            "start": 971508370,
            "stop": 971508394
        },
        {
            "start": 971508399,
            "stop": 971508447
        },
        {
            "start": 971508450,
            "stop": 971508481
        },
        {
            "start": 971508484,
            "stop": 971508587
        },
        {
            "start": 971508590,
            "stop": 971508676
        },
        {
            "start": 971508679,
            "stop": 971508685
        },
        {
            "start": 971508688,
            "stop": 971508706
        },
        {
            "start": 971508712,
            "stop": 971508747
        }
    ]
}