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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3641",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3642,
    "results": [
        {
            "start": 872452866,
            "stop": 872453921
        },
        {
            "start": 872453938,
            "stop": 872454303
        },
        {
            "start": 872454320,
            "stop": 872454806
        },
        {
            "start": 872454823,
            "stop": 872456313
        },
        {
            "start": 872456330,
            "stop": 872456580
        },
        {
            "start": 872456700,
            "stop": 872457060
        },
        {
            "start": 872457122,
            "stop": 872457129
        },
        {
            "start": 872457146,
            "stop": 872457676
        },
        {
            "start": 872457693,
            "stop": 872458260
        },
        {
            "start": 872458380,
            "stop": 872458479
        },
        {
            "start": 872458503,
            "stop": 872458932
        },
        {
            "start": 872459040,
            "stop": 872460000
        },
        {
            "start": 872460060,
            "stop": 872461192
        },
        {
            "start": 872461307,
            "stop": 872461416
        },
        {
            "start": 872461837,
            "stop": 872462047
        },
        {
            "start": 872462065,
            "stop": 872462160
        },
        {
            "start": 872462220,
            "stop": 872462280
        },
        {
            "start": 872462340,
            "stop": 872462700
        },
        {
            "start": 872462820,
            "stop": 872465444
        },
        {
            "start": 872465625,
            "stop": 872466039
        }
    ]
}