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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=183",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 184,
    "results": [
        {
            "start": 820114223,
            "stop": 820114349
        },
        {
            "start": 820114669,
            "stop": 820114700
        },
        {
            "start": 820115900,
            "stop": 820117015
        },
        {
            "start": 820117018,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820123004
        },
        {
            "start": 820123008,
            "stop": 820130448
        },
        {
            "start": 820130451,
            "stop": 820130604
        },
        {
            "start": 820130621,
            "stop": 820135450
        },
        {
            "start": 820135454,
            "stop": 820137025
        },
        {
            "start": 820137028,
            "stop": 820141767
        },
        {
            "start": 820141770,
            "stop": 820141879
        },
        {
            "start": 820142370,
            "stop": 820144077
        },
        {
            "start": 820144080,
            "stop": 820144436
        },
        {
            "start": 820144440,
            "stop": 820145415
        },
        {
            "start": 820145418,
            "stop": 820145863
        },
        {
            "start": 820145866,
            "stop": 820147210
        },
        {
            "start": 820147610,
            "stop": 820148196
        },
        {
            "start": 820148213,
            "stop": 820148622
        },
        {
            "start": 820148626,
            "stop": 820150983
        },
        {
            "start": 820151303,
            "stop": 820151373
        }
    ]
}