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=505
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=506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=504",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 505,
    "results": [
        {
            "start": 826938600,
            "stop": 826938604
        },
        {
            "start": 826938630,
            "stop": 826938651
        },
        {
            "start": 826938674,
            "stop": 826938679
        },
        {
            "start": 826938704,
            "stop": 826938748
        },
        {
            "start": 826938769,
            "stop": 826938934
        },
        {
            "start": 826938978,
            "stop": 826938980
        },
        {
            "start": 826939012,
            "stop": 826939238
        },
        {
            "start": 826939284,
            "stop": 826939314
        },
        {
            "start": 826939352,
            "stop": 826939369
        },
        {
            "start": 826939389,
            "stop": 826939482
        },
        {
            "start": 826939503,
            "stop": 826939653
        },
        {
            "start": 826939672,
            "stop": 826940903
        },
        {
            "start": 826940920,
            "stop": 826941026
        },
        {
            "start": 826941060,
            "stop": 826941074
        },
        {
            "start": 826941093,
            "stop": 826941107
        },
        {
            "start": 826941126,
            "stop": 826941202
        },
        {
            "start": 826941222,
            "stop": 826941229
        },
        {
            "start": 826941248,
            "stop": 826941281
        },
        {
            "start": 826941317,
            "stop": 826943421
        },
        {
            "start": 826943440,
            "stop": 826943455
        }
    ]
}