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=3725
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=3726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3724",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3725,
    "results": [
        {
            "start": 872677581,
            "stop": 872679322
        },
        {
            "start": 872679325,
            "stop": 872679501
        },
        {
            "start": 872679509,
            "stop": 872679571
        },
        {
            "start": 872679574,
            "stop": 872679963
        },
        {
            "start": 872679969,
            "stop": 872680011
        },
        {
            "start": 872680014,
            "stop": 872680837
        },
        {
            "start": 872680840,
            "stop": 872680940
        },
        {
            "start": 872680943,
            "stop": 872683200
        },
        {
            "start": 872685185,
            "stop": 872685186
        },
        {
            "start": 872685226,
            "stop": 872685227
        },
        {
            "start": 872685256,
            "stop": 872685257
        },
        {
            "start": 872685258,
            "stop": 872685259
        },
        {
            "start": 872685261,
            "stop": 872685262
        },
        {
            "start": 872685263,
            "stop": 872685264
        },
        {
            "start": 872685266,
            "stop": 872685267
        },
        {
            "start": 872685271,
            "stop": 872685272
        },
        {
            "start": 872685273,
            "stop": 872685275
        },
        {
            "start": 872685281,
            "stop": 872685282
        },
        {
            "start": 872685284,
            "stop": 872685285
        },
        {
            "start": 872685291,
            "stop": 872685292
        }
    ]
}