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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3770",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3771,
    "results": [
        {
            "start": 874207080,
            "stop": 874207260
        },
        {
            "start": 874207320,
            "stop": 874209586
        },
        {
            "start": 874209603,
            "stop": 874211560
        },
        {
            "start": 874211577,
            "stop": 874211716
        },
        {
            "start": 874211733,
            "stop": 874215943
        },
        {
            "start": 874215960,
            "stop": 874216488
        },
        {
            "start": 874216505,
            "stop": 874221240
        },
        {
            "start": 874221300,
            "stop": 874225151
        },
        {
            "start": 874225168,
            "stop": 874226520
        },
        {
            "start": 874226580,
            "stop": 874226700
        },
        {
            "start": 874226760,
            "stop": 874226880
        },
        {
            "start": 874226940,
            "stop": 874227027
        },
        {
            "start": 874227308,
            "stop": 874228018
        },
        {
            "start": 874228035,
            "stop": 874230540
        },
        {
            "start": 874230600,
            "stop": 874231481
        },
        {
            "start": 874231498,
            "stop": 874232100
        },
        {
            "start": 874232220,
            "stop": 874232222
        },
        {
            "start": 874232239,
            "stop": 874238234
        },
        {
            "start": 874238251,
            "stop": 874238716
        },
        {
            "start": 874238719,
            "stop": 874238740
        }
    ]
}