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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7498",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7496",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7497,
    "results": [
        {
            "start": 970299186,
            "stop": 970299450
        },
        {
            "start": 970299456,
            "stop": 970299531
        },
        {
            "start": 970299537,
            "stop": 970299785
        },
        {
            "start": 970299791,
            "stop": 970300034
        },
        {
            "start": 970300037,
            "stop": 970300298
        },
        {
            "start": 970300304,
            "stop": 970300377
        },
        {
            "start": 970300380,
            "stop": 970300389
        },
        {
            "start": 970300423,
            "stop": 970300424
        },
        {
            "start": 970300433,
            "stop": 970300434
        },
        {
            "start": 970300450,
            "stop": 970300470
        },
        {
            "start": 970300476,
            "stop": 970300477
        },
        {
            "start": 970300492,
            "stop": 970300493
        },
        {
            "start": 970300521,
            "stop": 970300524
        },
        {
            "start": 970300555,
            "stop": 970300568
        },
        {
            "start": 970300571,
            "stop": 970300738
        },
        {
            "start": 970300744,
            "stop": 970300993
        },
        {
            "start": 970300996,
            "stop": 970301618
        },
        {
            "start": 970301621,
            "stop": 970301623
        },
        {
            "start": 970301626,
            "stop": 970301820
        },
        {
            "start": 970301828,
            "stop": 970301867
        }
    ]
}