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=3833
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=3834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3832",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3833,
    "results": [
        {
            "start": 873464024,
            "stop": 873464036
        },
        {
            "start": 873464037,
            "stop": 873464044
        },
        {
            "start": 873464045,
            "stop": 873464048
        },
        {
            "start": 873464049,
            "stop": 873464064
        },
        {
            "start": 873464065,
            "stop": 873464068
        },
        {
            "start": 873464069,
            "stop": 873464079
        },
        {
            "start": 873464080,
            "stop": 873464086
        },
        {
            "start": 873464087,
            "stop": 873464095
        },
        {
            "start": 873464096,
            "stop": 873464098
        },
        {
            "start": 873464100,
            "stop": 873464109
        },
        {
            "start": 873464110,
            "stop": 873464167
        },
        {
            "start": 873464168,
            "stop": 873464194
        },
        {
            "start": 873464195,
            "stop": 873464218
        },
        {
            "start": 873464219,
            "stop": 873464240
        },
        {
            "start": 873464241,
            "stop": 873464243
        },
        {
            "start": 873464244,
            "stop": 873464330
        },
        {
            "start": 873464331,
            "stop": 873464848
        },
        {
            "start": 873464849,
            "stop": 873464875
        },
        {
            "start": 873464877,
            "stop": 873464904
        },
        {
            "start": 873464906,
            "stop": 873464912
        }
    ]
}