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=502
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=503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=501",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 502,
    "results": [
        {
            "start": 826915638,
            "stop": 826916580
        },
        {
            "start": 826916700,
            "stop": 826917205
        },
        {
            "start": 826917222,
            "stop": 826920043
        },
        {
            "start": 826920061,
            "stop": 826920366
        },
        {
            "start": 826929721,
            "stop": 826929740
        },
        {
            "start": 826930170,
            "stop": 826930185
        },
        {
            "start": 826930281,
            "stop": 826930283
        },
        {
            "start": 826930530,
            "stop": 826930547
        },
        {
            "start": 826930595,
            "stop": 826930604
        },
        {
            "start": 826930690,
            "stop": 826930741
        },
        {
            "start": 826930760,
            "stop": 826930790
        },
        {
            "start": 826930809,
            "stop": 826930874
        },
        {
            "start": 826930893,
            "stop": 826930921
        },
        {
            "start": 826930940,
            "stop": 826930978
        },
        {
            "start": 826930997,
            "stop": 826930999
        },
        {
            "start": 826931018,
            "stop": 826931033
        },
        {
            "start": 826931052,
            "stop": 826931086
        },
        {
            "start": 826931122,
            "stop": 826931155
        },
        {
            "start": 826931200,
            "stop": 826931218
        },
        {
            "start": 826931251,
            "stop": 826931254
        }
    ]
}