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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=224",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 225,
    "results": [
        {
            "start": 821308635,
            "stop": 821309090
        },
        {
            "start": 821309170,
            "stop": 821316710
        },
        {
            "start": 821316790,
            "stop": 821325814
        },
        {
            "start": 821325821,
            "stop": 821326273
        },
        {
            "start": 821326418,
            "stop": 821330230
        },
        {
            "start": 821330238,
            "stop": 821334218
        },
        {
            "start": 821334225,
            "stop": 821343917
        },
        {
            "start": 821343924,
            "stop": 821344153
        },
        {
            "start": 821345496,
            "stop": 821350200
        },
        {
            "start": 821350207,
            "stop": 821355900
        },
        {
            "start": 821355907,
            "stop": 821357607
        },
        {
            "start": 821357614,
            "stop": 821360136
        },
        {
            "start": 821360143,
            "stop": 821363113
        },
        {
            "start": 821364960,
            "stop": 821367369
        },
        {
            "start": 821367373,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374491
        },
        {
            "start": 821374498,
            "stop": 821383499
        },
        {
            "start": 821383506,
            "stop": 821388553
        },
        {
            "start": 821390722,
            "stop": 821394305
        },
        {
            "start": 821394441,
            "stop": 821409764
        }
    ]
}