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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 198,
    "results": [
        {
            "start": 1386391401,
            "stop": 1386395598
        },
        {
            "start": 1386395603,
            "stop": 1386412278
        },
        {
            "start": 1386412283,
            "stop": 1386422162
        },
        {
            "start": 1386422167,
            "stop": 1386423710
        },
        {
            "start": 1386423715,
            "stop": 1386423847
        },
        {
            "start": 1386423852,
            "stop": 1386427259
        },
        {
            "start": 1386427264,
            "stop": 1386429751
        },
        {
            "start": 1386430845,
            "stop": 1386431094
        },
        {
            "start": 1386457079,
            "stop": 1386458537
        },
        {
            "start": 1386458540,
            "stop": 1386458619
        },
        {
            "start": 1386458622,
            "stop": 1386462491
        },
        {
            "start": 1386462564,
            "stop": 1386466055
        },
        {
            "start": 1386466059,
            "stop": 1386466341
        },
        {
            "start": 1386466345,
            "stop": 1386467909
        },
        {
            "start": 1386467914,
            "stop": 1386468105
        },
        {
            "start": 1386468109,
            "stop": 1386469398
        },
        {
            "start": 1386469403,
            "stop": 1386470343
        },
        {
            "start": 1386470347,
            "stop": 1386471916
        },
        {
            "start": 1386471921,
            "stop": 1386473106
        },
        {
            "start": 1386473111,
            "stop": 1386498360
        }
    ]
}