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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=175",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 176,
    "results": [
        {
            "start": 1420581032,
            "stop": 1420590240
        },
        {
            "start": 1420590245,
            "stop": 1420596162
        },
        {
            "start": 1420604705,
            "stop": 1420606305
        },
        {
            "start": 1420606308,
            "stop": 1420606977
        },
        {
            "start": 1420607121,
            "stop": 1420607160
        },
        {
            "start": 1420607492,
            "stop": 1420608841
        },
        {
            "start": 1420608846,
            "stop": 1420624866
        },
        {
            "start": 1420624871,
            "stop": 1420629519
        },
        {
            "start": 1420629524,
            "stop": 1420637083
        },
        {
            "start": 1420637261,
            "stop": 1420637967
        },
        {
            "start": 1420637972,
            "stop": 1420638356
        },
        {
            "start": 1420638361,
            "stop": 1420638690
        },
        {
            "start": 1420638695,
            "stop": 1420639888
        },
        {
            "start": 1420640023,
            "stop": 1420641523
        },
        {
            "start": 1420641586,
            "stop": 1420651436
        },
        {
            "start": 1420651439,
            "stop": 1420659061
        },
        {
            "start": 1420660866,
            "stop": 1420661047
        },
        {
            "start": 1420670114,
            "stop": 1420671622
        },
        {
            "start": 1420671715,
            "stop": 1420676813
        },
        {
            "start": 1420676816,
            "stop": 1420680453
        }
    ]
}