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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 63,
    "results": [
        {
            "start": 1409016879,
            "stop": 1409017236
        },
        {
            "start": 1409017241,
            "stop": 1409017980
        },
        {
            "start": 1409017985,
            "stop": 1409018697
        },
        {
            "start": 1409018706,
            "stop": 1409019157
        },
        {
            "start": 1409019162,
            "stop": 1409019220
        },
        {
            "start": 1409019225,
            "stop": 1409019371
        },
        {
            "start": 1409019376,
            "stop": 1409019383
        },
        {
            "start": 1409019388,
            "stop": 1409019558
        },
        {
            "start": 1409019563,
            "stop": 1409019614
        },
        {
            "start": 1409019619,
            "stop": 1409019861
        },
        {
            "start": 1409019866,
            "stop": 1409020053
        },
        {
            "start": 1409020058,
            "stop": 1409020078
        },
        {
            "start": 1409020083,
            "stop": 1409020098
        },
        {
            "start": 1409020103,
            "stop": 1409020378
        },
        {
            "start": 1409020383,
            "stop": 1409020665
        },
        {
            "start": 1409020670,
            "stop": 1409020710
        },
        {
            "start": 1409020715,
            "stop": 1409020749
        },
        {
            "start": 1409020754,
            "stop": 1409021377
        },
        {
            "start": 1409021382,
            "stop": 1409021455
        },
        {
            "start": 1409021460,
            "stop": 1409021534
        }
    ]
}