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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1959",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1960,
    "results": [
        {
            "start": 852584096,
            "stop": 852585369
        },
        {
            "start": 852585371,
            "stop": 852585372
        },
        {
            "start": 852585373,
            "stop": 852585652
        },
        {
            "start": 852585768,
            "stop": 852585857
        },
        {
            "start": 852585969,
            "stop": 852586387
        },
        {
            "start": 852586393,
            "stop": 852586415
        },
        {
            "start": 852586420,
            "stop": 852587095
        },
        {
            "start": 852587170,
            "stop": 852587495
        },
        {
            "start": 852587500,
            "stop": 852587576
        },
        {
            "start": 852587578,
            "stop": 852587678
        },
        {
            "start": 852587681,
            "stop": 852590552
        },
        {
            "start": 852590611,
            "stop": 852590632
        },
        {
            "start": 852590757,
            "stop": 852595322
        },
        {
            "start": 852595432,
            "stop": 852595500
        },
        {
            "start": 852597931,
            "stop": 852598385
        },
        {
            "start": 852598685,
            "stop": 852627865
        },
        {
            "start": 852628165,
            "stop": 852632930
        },
        {
            "start": 852632933,
            "stop": 852633271
        },
        {
            "start": 852633274,
            "stop": 852633369
        },
        {
            "start": 852633372,
            "stop": 852633409
        }
    ]
}