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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7479",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7477",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7478,
    "results": [
        {
            "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
        },
        {
            "start": 970098987,
            "stop": 970098995
        },
        {
            "start": 970099001,
            "stop": 970099002
        },
        {
            "start": 970099007,
            "stop": 970099014
        },
        {
            "start": 970099019,
            "stop": 970099030
        },
        {
            "start": 970099036,
            "stop": 970099252
        }
    ]
}