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=464
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=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=463",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 464,
    "results": [
        {
            "start": 827702760,
            "stop": 827703911
        },
        {
            "start": 827703940,
            "stop": 827704063
        },
        {
            "start": 827704071,
            "stop": 827705400
        },
        {
            "start": 827705460,
            "stop": 827706105
        },
        {
            "start": 827706112,
            "stop": 827706650
        },
        {
            "start": 827706790,
            "stop": 827706847
        },
        {
            "start": 827707367,
            "stop": 827709462
        },
        {
            "start": 827709473,
            "stop": 827711916
        },
        {
            "start": 827711920,
            "stop": 827711935
        },
        {
            "start": 827711939,
            "stop": 827711964
        },
        {
            "start": 827711968,
            "stop": 827712003
        },
        {
            "start": 827712021,
            "stop": 827712027
        },
        {
            "start": 827712031,
            "stop": 827712036
        },
        {
            "start": 827712054,
            "stop": 827712110
        },
        {
            "start": 827712310,
            "stop": 827712399
        },
        {
            "start": 827712413,
            "stop": 827712443
        },
        {
            "start": 827712446,
            "stop": 827712466
        },
        {
            "start": 827712470,
            "stop": 827712482
        },
        {
            "start": 827712491,
            "stop": 827712507
        },
        {
            "start": 827712511,
            "stop": 827712530
        }
    ]
}