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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=188",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 189,
    "results": [
        {
            "start": 820520702,
            "stop": 820520767
        },
        {
            "start": 820520774,
            "stop": 820520843
        },
        {
            "start": 820520851,
            "stop": 820520906
        },
        {
            "start": 820520915,
            "stop": 820520969
        },
        {
            "start": 820520976,
            "stop": 820521027
        },
        {
            "start": 820521034,
            "stop": 820521173
        },
        {
            "start": 820521181,
            "stop": 820521204
        },
        {
            "start": 820521212,
            "stop": 820521232
        },
        {
            "start": 820521239,
            "stop": 820521616
        },
        {
            "start": 820521623,
            "stop": 820521650
        },
        {
            "start": 820521657,
            "stop": 820521735
        },
        {
            "start": 820521742,
            "stop": 820521781
        },
        {
            "start": 820521789,
            "stop": 820521875
        },
        {
            "start": 820521889,
            "stop": 820521967
        },
        {
            "start": 820521974,
            "stop": 820522033
        },
        {
            "start": 820522330,
            "stop": 820522494
        },
        {
            "start": 820522501,
            "stop": 820522513
        },
        {
            "start": 820522690,
            "stop": 820522702
        },
        {
            "start": 820522709,
            "stop": 820522753
        },
        {
            "start": 820525502,
            "stop": 820525640
        }
    ]
}