Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3582
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=3583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3581",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3582,
    "results": [
        {
            "start": 871811739,
            "stop": 871812059
        },
        {
            "start": 871812076,
            "stop": 871812576
        },
        {
            "start": 871812616,
            "stop": 871812911
        },
        {
            "start": 871812928,
            "stop": 871813070
        },
        {
            "start": 871813103,
            "stop": 871813565
        },
        {
            "start": 871813589,
            "stop": 871814072
        },
        {
            "start": 871814089,
            "stop": 871814310
        },
        {
            "start": 871814370,
            "stop": 871814422
        },
        {
            "start": 871814439,
            "stop": 871816712
        },
        {
            "start": 871816729,
            "stop": 871816901
        },
        {
            "start": 871816918,
            "stop": 871817522
        },
        {
            "start": 871817539,
            "stop": 871818089
        },
        {
            "start": 871818106,
            "stop": 871818780
        },
        {
            "start": 871819050,
            "stop": 871819276
        },
        {
            "start": 871819293,
            "stop": 871821547
        },
        {
            "start": 871821564,
            "stop": 871824129
        },
        {
            "start": 871824146,
            "stop": 871824284
        },
        {
            "start": 871824314,
            "stop": 871825118
        },
        {
            "start": 871825135,
            "stop": 871825643
        },
        {
            "start": 871825660,
            "stop": 871826104
        }
    ]
}