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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8948",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8949,
    "results": [
        {
            "start": 873730075,
            "stop": 873730080
        },
        {
            "start": 873730102,
            "stop": 873730114
        },
        {
            "start": 873730133,
            "stop": 873730172
        },
        {
            "start": 873730196,
            "stop": 873730197
        },
        {
            "start": 873730215,
            "stop": 873730235
        },
        {
            "start": 873730254,
            "stop": 873730274
        },
        {
            "start": 873730303,
            "stop": 873730329
        },
        {
            "start": 873730368,
            "stop": 873730379
        },
        {
            "start": 873730408,
            "stop": 873730409
        },
        {
            "start": 873730435,
            "stop": 873730458
        },
        {
            "start": 873730478,
            "stop": 873730515
        },
        {
            "start": 873730536,
            "stop": 873730552
        },
        {
            "start": 873730575,
            "stop": 873730617
        },
        {
            "start": 873730636,
            "stop": 873730718
        },
        {
            "start": 873730749,
            "stop": 873730872
        },
        {
            "start": 873730893,
            "stop": 873730910
        },
        {
            "start": 873730929,
            "stop": 873730938
        },
        {
            "start": 873730961,
            "stop": 873730965
        },
        {
            "start": 873730990,
            "stop": 873730992
        },
        {
            "start": 873731172,
            "stop": 873731185
        }
    ]
}