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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1814",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1812",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1813,
    "results": [
        {
            "start": 1250138721,
            "stop": 1250138728
        },
        {
            "start": 1250138731,
            "stop": 1250138890
        },
        {
            "start": 1250138893,
            "stop": 1250139308
        },
        {
            "start": 1250139311,
            "stop": 1250143752
        },
        {
            "start": 1250143755,
            "stop": 1250147433
        },
        {
            "start": 1250147436,
            "stop": 1250152243
        },
        {
            "start": 1250152246,
            "stop": 1250153305
        },
        {
            "start": 1250153308,
            "stop": 1250154301
        },
        {
            "start": 1250154304,
            "stop": 1250154600
        },
        {
            "start": 1250154608,
            "stop": 1250158059
        },
        {
            "start": 1250158062,
            "stop": 1250159888
        },
        {
            "start": 1250159891,
            "stop": 1250159895
        },
        {
            "start": 1250159898,
            "stop": 1250160257
        },
        {
            "start": 1250160259,
            "stop": 1250161692
        },
        {
            "start": 1250161695,
            "stop": 1250161929
        },
        {
            "start": 1250161931,
            "stop": 1250164248
        },
        {
            "start": 1250164251,
            "stop": 1250165311
        },
        {
            "start": 1250165314,
            "stop": 1250166119
        },
        {
            "start": 1250166122,
            "stop": 1250166387
        },
        {
            "start": 1250166390,
            "stop": 1250167057
        }
    ]
}