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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8023",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8024,
    "results": [
        {
            "start": 872131592,
            "stop": 872132546
        },
        {
            "start": 872132563,
            "stop": 872132593
        },
        {
            "start": 872132610,
            "stop": 872134190
        },
        {
            "start": 872134207,
            "stop": 872134230
        },
        {
            "start": 872134251,
            "stop": 872134280
        },
        {
            "start": 872134304,
            "stop": 872134379
        },
        {
            "start": 872134398,
            "stop": 872134415
        },
        {
            "start": 872134455,
            "stop": 872134485
        },
        {
            "start": 872134504,
            "stop": 872134506
        },
        {
            "start": 872134533,
            "stop": 872134547
        },
        {
            "start": 872134566,
            "stop": 872134567
        },
        {
            "start": 872134610,
            "stop": 872134625
        },
        {
            "start": 872134650,
            "stop": 872134677
        },
        {
            "start": 872134752,
            "stop": 872134789
        },
        {
            "start": 872134824,
            "stop": 872134835
        },
        {
            "start": 872134858,
            "stop": 872134892
        },
        {
            "start": 872134946,
            "stop": 872134972
        },
        {
            "start": 872134989,
            "stop": 872136214
        },
        {
            "start": 872136233,
            "stop": 872136235
        },
        {
            "start": 872136294,
            "stop": 872136306
        }
    ]
}