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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3510",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3508",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3509,
    "results": [
        {
            "start": 970088414,
            "stop": 970088418
        },
        {
            "start": 970088424,
            "stop": 970088461
        },
        {
            "start": 970088464,
            "stop": 970088479
        },
        {
            "start": 970088482,
            "stop": 970089723
        },
        {
            "start": 970089729,
            "stop": 970089838
        },
        {
            "start": 970089844,
            "stop": 970089916
        },
        {
            "start": 970089917,
            "stop": 970090118
        },
        {
            "start": 970091735,
            "stop": 970091803
        },
        {
            "start": 970091806,
            "stop": 970092001
        },
        {
            "start": 970092002,
            "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
        }
    ]
}