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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1894",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1895,
    "results": [
        {
            "start": 846746162,
            "stop": 846746179
        },
        {
            "start": 846746479,
            "stop": 846746931
        },
        {
            "start": 846747041,
            "stop": 846747118
        },
        {
            "start": 846747418,
            "stop": 846748008
        },
        {
            "start": 846748359,
            "stop": 846751161
        },
        {
            "start": 846751271,
            "stop": 846751306
        },
        {
            "start": 846751730,
            "stop": 846751759
        },
        {
            "start": 846752059,
            "stop": 846752626
        },
        {
            "start": 846752736,
            "stop": 846752887
        },
        {
            "start": 846753187,
            "stop": 846753356
        },
        {
            "start": 846753466,
            "stop": 846753771
        },
        {
            "start": 846754071,
            "stop": 846754178
        },
        {
            "start": 846754478,
            "stop": 846792928
        },
        {
            "start": 846792930,
            "stop": 846826277
        },
        {
            "start": 846827779,
            "stop": 846833730
        },
        {
            "start": 846833790,
            "stop": 846834353
        },
        {
            "start": 846838280,
            "stop": 846844729
        },
        {
            "start": 846844730,
            "stop": 846844733
        },
        {
            "start": 846846836,
            "stop": 846851360
        },
        {
            "start": 846851370,
            "stop": 846851747
        }
    ]
}