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=8323
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=8324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8322",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8323,
    "results": [
        {
            "start": 874287927,
            "stop": 874288929
        },
        {
            "start": 874288948,
            "stop": 874289174
        },
        {
            "start": 874289194,
            "stop": 874289550
        },
        {
            "start": 874290510,
            "stop": 874291073
        },
        {
            "start": 874291092,
            "stop": 874291205
        },
        {
            "start": 874291337,
            "stop": 874291628
        },
        {
            "start": 874292027,
            "stop": 874292449
        },
        {
            "start": 874293327,
            "stop": 874293329
        },
        {
            "start": 874293387,
            "stop": 874293443
        },
        {
            "start": 874293460,
            "stop": 874293506
        },
        {
            "start": 874293574,
            "stop": 874293578
        },
        {
            "start": 874293622,
            "stop": 874293631
        },
        {
            "start": 874293676,
            "stop": 874293682
        },
        {
            "start": 874293716,
            "stop": 874293746
        },
        {
            "start": 874293766,
            "stop": 874293836
        },
        {
            "start": 874293866,
            "stop": 874293870
        },
        {
            "start": 874293891,
            "stop": 874293998
        },
        {
            "start": 874294097,
            "stop": 874294098
        },
        {
            "start": 874294117,
            "stop": 874294119
        },
        {
            "start": 874294143,
            "stop": 874294178
        }
    ]
}