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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9832",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9833,
    "results": [
        {
            "start": 873910320,
            "stop": 873911416
        },
        {
            "start": 873911536,
            "stop": 873911932
        },
        {
            "start": 873911949,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        },
        {
            "start": 873941385,
            "stop": 873941577
        },
        {
            "start": 873941756,
            "stop": 873942046
        },
        {
            "start": 873942166,
            "stop": 873943228
        },
        {
            "start": 873943245,
            "stop": 873943450
        },
        {
            "start": 873943467,
            "stop": 873943798
        },
        {
            "start": 873943815,
            "stop": 873945213
        },
        {
            "start": 873945230,
            "stop": 873945345
        },
        {
            "start": 873945362,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873947172
        },
        {
            "start": 873947189,
            "stop": 873947340
        },
        {
            "start": 873947357,
            "stop": 873947965
        },
        {
            "start": 873947982,
            "stop": 873949454
        },
        {
            "start": 873949574,
            "stop": 873949711
        },
        {
            "start": 873949728,
            "stop": 873949851
        },
        {
            "start": 873949868,
            "stop": 873949978
        },
        {
            "start": 873949995,
            "stop": 873950351
        }
    ]
}