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=3796
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=3797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3795",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3796,
    "results": [
        {
            "start": 874511280,
            "stop": 874511640
        },
        {
            "start": 874511700,
            "stop": 874512158
        },
        {
            "start": 874512175,
            "stop": 874512220
        },
        {
            "start": 874512237,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874515180
        },
        {
            "start": 874515240,
            "stop": 874515385
        },
        {
            "start": 874515388,
            "stop": 874515466
        },
        {
            "start": 874515470,
            "stop": 874515660
        },
        {
            "start": 874515720,
            "stop": 874515960
        },
        {
            "start": 874516080,
            "stop": 874516343
        },
        {
            "start": 874516360,
            "stop": 874516732
        },
        {
            "start": 874516800,
            "stop": 874516835
        },
        {
            "start": 874516852,
            "stop": 874516877
        },
        {
            "start": 874516894,
            "stop": 874517160
        },
        {
            "start": 874517220,
            "stop": 874517280
        },
        {
            "start": 874517340,
            "stop": 874517844
        },
        {
            "start": 874517847,
            "stop": 874519260
        },
        {
            "start": 874519440,
            "stop": 874519800
        },
        {
            "start": 874519920,
            "stop": 874520220
        },
        {
            "start": 874520400,
            "stop": 874520880
        }
    ]
}