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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=317",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 318,
    "results": [
        {
            "start": 818246898,
            "stop": 818246902
        },
        {
            "start": 818246905,
            "stop": 818246909
        },
        {
            "start": 818246914,
            "stop": 818246916
        },
        {
            "start": 818246926,
            "stop": 818246927
        },
        {
            "start": 818246939,
            "stop": 818246945
        },
        {
            "start": 818246950,
            "stop": 818246951
        },
        {
            "start": 818246954,
            "stop": 818246956
        },
        {
            "start": 818246961,
            "stop": 818246964
        },
        {
            "start": 818246967,
            "stop": 818246968
        },
        {
            "start": 818246979,
            "stop": 818246981
        },
        {
            "start": 818246984,
            "stop": 818246985
        },
        {
            "start": 818246991,
            "stop": 818247003
        },
        {
            "start": 818247007,
            "stop": 818247008
        },
        {
            "start": 818247020,
            "stop": 818247022
        },
        {
            "start": 818247039,
            "stop": 818247040
        },
        {
            "start": 818247062,
            "stop": 818247063
        },
        {
            "start": 818247074,
            "stop": 818247081
        },
        {
            "start": 818247091,
            "stop": 818247092
        },
        {
            "start": 818247101,
            "stop": 818247103
        },
        {
            "start": 818247143,
            "stop": 818247144
        }
    ]
}