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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=312",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 313,
    "results": [
        {
            "start": 818245109,
            "stop": 818245110
        },
        {
            "start": 818245122,
            "stop": 818245125
        },
        {
            "start": 818245128,
            "stop": 818245129
        },
        {
            "start": 818245132,
            "stop": 818245133
        },
        {
            "start": 818245136,
            "stop": 818245137
        },
        {
            "start": 818245878,
            "stop": 818245881
        },
        {
            "start": 818245888,
            "stop": 818245890
        },
        {
            "start": 818245893,
            "stop": 818245895
        },
        {
            "start": 818245898,
            "stop": 818245902
        },
        {
            "start": 818245926,
            "stop": 818245931
        },
        {
            "start": 818245934,
            "stop": 818245936
        },
        {
            "start": 818245981,
            "stop": 818245986
        },
        {
            "start": 818245989,
            "stop": 818245996
        },
        {
            "start": 818246001,
            "stop": 818246007
        },
        {
            "start": 818246010,
            "stop": 818246011
        },
        {
            "start": 818246014,
            "stop": 818246016
        },
        {
            "start": 818246019,
            "stop": 818246020
        },
        {
            "start": 818246024,
            "stop": 818246031
        },
        {
            "start": 818246034,
            "stop": 818246041
        },
        {
            "start": 818246046,
            "stop": 818246049
        }
    ]
}