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=736
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=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=735",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 736,
    "results": [
        {
            "start": 830532780,
            "stop": 830532864
        },
        {
            "start": 830532881,
            "stop": 830532991
        },
        {
            "start": 830533010,
            "stop": 830533020
        },
        {
            "start": 830533292,
            "stop": 830533320
        },
        {
            "start": 830533380,
            "stop": 830533645
        },
        {
            "start": 830533945,
            "stop": 830533987
        },
        {
            "start": 830533990,
            "stop": 830534099
        },
        {
            "start": 830534103,
            "stop": 830534153
        },
        {
            "start": 830534172,
            "stop": 830534210
        },
        {
            "start": 830534213,
            "stop": 830534220
        },
        {
            "start": 830534223,
            "stop": 830534233
        },
        {
            "start": 830534236,
            "stop": 830534250
        },
        {
            "start": 830534255,
            "stop": 830534300
        },
        {
            "start": 830534303,
            "stop": 830534416
        },
        {
            "start": 830534420,
            "stop": 830534525
        },
        {
            "start": 830534528,
            "stop": 830534537
        },
        {
            "start": 830534540,
            "stop": 830534722
        },
        {
            "start": 830534725,
            "stop": 830534850
        },
        {
            "start": 830534910,
            "stop": 830534929
        },
        {
            "start": 830535229,
            "stop": 830536126
        }
    ]
}