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=8078
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=8079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8077",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8078,
    "results": [
        {
            "start": 872403746,
            "stop": 872403833
        },
        {
            "start": 872403852,
            "stop": 872404007
        },
        {
            "start": 872404026,
            "stop": 872404186
        },
        {
            "start": 872404205,
            "stop": 872404294
        },
        {
            "start": 872404325,
            "stop": 872404341
        },
        {
            "start": 872404375,
            "stop": 872404612
        },
        {
            "start": 872404631,
            "stop": 872404937
        },
        {
            "start": 872404956,
            "stop": 872405086
        },
        {
            "start": 872405105,
            "stop": 872405570
        },
        {
            "start": 872405589,
            "stop": 872405682
        },
        {
            "start": 872405699,
            "stop": 872405705
        },
        {
            "start": 872405722,
            "stop": 872406214
        },
        {
            "start": 872406231,
            "stop": 872407899
        },
        {
            "start": 872407916,
            "stop": 872407945
        },
        {
            "start": 872407962,
            "stop": 872408837
        },
        {
            "start": 872408856,
            "stop": 872409075
        },
        {
            "start": 872409092,
            "stop": 872409870
        },
        {
            "start": 872411684,
            "stop": 872411780
        },
        {
            "start": 872411797,
            "stop": 872412057
        },
        {
            "start": 872412076,
            "stop": 872412106
        }
    ]
}