Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=43",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 44,
    "results": [
        {
            "start": 820625895,
            "stop": 820625947
        },
        {
            "start": 820625953,
            "stop": 820626090
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635249
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820693257
        },
        {
            "start": 820693263,
            "stop": 820695680
        },
        {
            "start": 820696305,
            "stop": 820697572
        },
        {
            "start": 820697574,
            "stop": 820700117
        },
        {
            "start": 820700944,
            "stop": 820700950
        },
        {
            "start": 820700958,
            "stop": 820700985
        },
        {
            "start": 820700990,
            "stop": 820713076
        },
        {
            "start": 820713795,
            "stop": 820716196
        },
        {
            "start": 820717712,
            "stop": 820718310
        },
        {
            "start": 820718370,
            "stop": 820718730
        },
        {
            "start": 820718790,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820730057
        },
        {
            "start": 820730065,
            "stop": 820730110
        },
        {
            "start": 820730115,
            "stop": 820731990
        },
        {
            "start": 820733035,
            "stop": 820733070
        }
    ]
}