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=2298
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=2299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2297",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2298,
    "results": [
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871301880
        },
        {
            "start": 871302240,
            "stop": 871302540
        },
        {
            "start": 871302600,
            "stop": 871303391
        },
        {
            "start": 871303408,
            "stop": 871304781
        },
        {
            "start": 871304825,
            "stop": 871307828
        },
        {
            "start": 871307845,
            "stop": 871307927
        },
        {
            "start": 871308080,
            "stop": 871308590
        },
        {
            "start": 871308670,
            "stop": 871308721
        },
        {
            "start": 871308738,
            "stop": 871308818
        },
        {
            "start": 871308835,
            "stop": 871309258
        },
        {
            "start": 871309275,
            "stop": 871310350
        },
        {
            "start": 871310367,
            "stop": 871310961
        },
        {
            "start": 871310978,
            "stop": 871311102
        },
        {
            "start": 871311190,
            "stop": 871311437
        },
        {
            "start": 871311550,
            "stop": 871312384
        },
        {
            "start": 871312401,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871313132
        },
        {
            "start": 871313140,
            "stop": 871313880
        },
        {
            "start": 871313940,
            "stop": 871315500
        }
    ]
}