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=2309
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=2310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2308",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2309,
    "results": [
        {
            "start": 871499661,
            "stop": 871500232
        },
        {
            "start": 871500240,
            "stop": 871504777
        },
        {
            "start": 871504794,
            "stop": 871506989
        },
        {
            "start": 871507028,
            "stop": 871507187
        },
        {
            "start": 871507194,
            "stop": 871509654
        },
        {
            "start": 871509680,
            "stop": 871509760
        },
        {
            "start": 871509777,
            "stop": 871509830
        },
        {
            "start": 871509847,
            "stop": 871509884
        },
        {
            "start": 871509901,
            "stop": 871509914
        },
        {
            "start": 871509931,
            "stop": 871510197
        },
        {
            "start": 871510214,
            "stop": 871510455
        },
        {
            "start": 871510486,
            "stop": 871510644
        },
        {
            "start": 871510661,
            "stop": 871510861
        },
        {
            "start": 871510878,
            "stop": 871510883
        },
        {
            "start": 871510900,
            "stop": 871510928
        },
        {
            "start": 871510954,
            "stop": 871511012
        },
        {
            "start": 871511029,
            "stop": 871511084
        },
        {
            "start": 871511101,
            "stop": 871511196
        },
        {
            "start": 871511213,
            "stop": 871511243
        },
        {
            "start": 871511260,
            "stop": 871511294
        }
    ]
}