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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=345",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 346,
    "results": [
        {
            "start": 821752013,
            "stop": 821752017
        },
        {
            "start": 821752023,
            "stop": 821752025
        },
        {
            "start": 821752030,
            "stop": 821752032
        },
        {
            "start": 821752037,
            "stop": 821752043
        },
        {
            "start": 821752046,
            "stop": 821752047
        },
        {
            "start": 821752050,
            "stop": 821752059
        },
        {
            "start": 821752062,
            "stop": 821752071
        },
        {
            "start": 821752075,
            "stop": 821752080
        },
        {
            "start": 821752085,
            "stop": 821752091
        },
        {
            "start": 821752098,
            "stop": 821752099
        },
        {
            "start": 821752108,
            "stop": 821752111
        },
        {
            "start": 821752114,
            "stop": 821752115
        },
        {
            "start": 821752120,
            "stop": 821752124
        },
        {
            "start": 821752128,
            "stop": 821752129
        },
        {
            "start": 821752149,
            "stop": 821752159
        },
        {
            "start": 821752168,
            "stop": 821752169
        },
        {
            "start": 821752175,
            "stop": 821752177
        },
        {
            "start": 821752181,
            "stop": 821752184
        },
        {
            "start": 821752190,
            "stop": 821752199
        },
        {
            "start": 821752202,
            "stop": 821752204
        }
    ]
}