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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=204",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 205,
    "results": [
        {
            "start": 1387191545,
            "stop": 1387206250
        },
        {
            "start": 1387221730,
            "stop": 1387224771
        },
        {
            "start": 1387224776,
            "stop": 1387228827
        },
        {
            "start": 1387228832,
            "stop": 1387229036
        },
        {
            "start": 1387229041,
            "stop": 1387229887
        },
        {
            "start": 1387251529,
            "stop": 1387253486
        },
        {
            "start": 1387253491,
            "stop": 1387259401
        },
        {
            "start": 1387259406,
            "stop": 1387262182
        },
        {
            "start": 1387262187,
            "stop": 1387267955
        },
        {
            "start": 1387267960,
            "stop": 1387277523
        },
        {
            "start": 1387277528,
            "stop": 1387278011
        },
        {
            "start": 1387282587,
            "stop": 1387284155
        },
        {
            "start": 1387284160,
            "stop": 1387296327
        },
        {
            "start": 1387296332,
            "stop": 1387298840
        },
        {
            "start": 1387298845,
            "stop": 1387307998
        },
        {
            "start": 1387308003,
            "stop": 1387315745
        },
        {
            "start": 1387315750,
            "stop": 1387319291
        },
        {
            "start": 1387319296,
            "stop": 1387319324
        },
        {
            "start": 1387319431,
            "stop": 1387325228
        },
        {
            "start": 1387325233,
            "stop": 1387328714
        }
    ]
}