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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=54",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 55,
    "results": [
        {
            "start": 820541050,
            "stop": 820544469
        },
        {
            "start": 820545542,
            "stop": 820554163
        },
        {
            "start": 820555503,
            "stop": 820557403
        },
        {
            "start": 820557886,
            "stop": 820562733
        },
        {
            "start": 820563201,
            "stop": 820595204
        },
        {
            "start": 820595205,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626090
        },
        {
            "start": 820626510,
            "stop": 820626526
        },
        {
            "start": 820626973,
            "stop": 820631278
        },
        {
            "start": 820631279,
            "stop": 820635234
        },
        {
            "start": 820635641,
            "stop": 820635925
        },
        {
            "start": 820637258,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820672060
        },
        {
            "start": 820672063,
            "stop": 820695472
        },
        {
            "start": 820695985,
            "stop": 820700096
        },
        {
            "start": 820700496,
            "stop": 820712893
        },
        {
            "start": 820713379,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820716180
        },
        {
            "start": 820716500,
            "stop": 820716721
        },
        {
            "start": 820717121,
            "stop": 820717530
        }
    ]
}