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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7463",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7461",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7462,
    "results": [
        {
            "start": 970088424,
            "stop": 970088461
        },
        {
            "start": 970088464,
            "stop": 970088479
        },
        {
            "start": 970088482,
            "stop": 970089723
        },
        {
            "start": 970089729,
            "stop": 970089838
        },
        {
            "start": 970089844,
            "stop": 970090163
        },
        {
            "start": 970091735,
            "stop": 970091803
        },
        {
            "start": 970091806,
            "stop": 970092621
        },
        {
            "start": 970092624,
            "stop": 970092647
        },
        {
            "start": 970092650,
            "stop": 970092952
        },
        {
            "start": 970092956,
            "stop": 970093028
        },
        {
            "start": 970093034,
            "stop": 970093040
        },
        {
            "start": 970093043,
            "stop": 970093096
        },
        {
            "start": 970093102,
            "stop": 970093143
        },
        {
            "start": 970093149,
            "stop": 970093192
        },
        {
            "start": 970097402,
            "stop": 970097674
        },
        {
            "start": 970097677,
            "stop": 970098156
        },
        {
            "start": 970098162,
            "stop": 970098171
        },
        {
            "start": 970098177,
            "stop": 970098604
        },
        {
            "start": 970098607,
            "stop": 970098608
        },
        {
            "start": 970098611,
            "stop": 970098975
        }
    ]
}