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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=392",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 393,
    "results": [
        {
            "start": 1261040325,
            "stop": 1261040371
        },
        {
            "start": 1261040372,
            "stop": 1261040445
        },
        {
            "start": 1261040448,
            "stop": 1261040458
        },
        {
            "start": 1261040460,
            "stop": 1261040469
        },
        {
            "start": 1261040475,
            "stop": 1261040503
        },
        {
            "start": 1261040504,
            "stop": 1261040522
        },
        {
            "start": 1261040523,
            "stop": 1261040524
        },
        {
            "start": 1261040527,
            "stop": 1261040538
        },
        {
            "start": 1261040541,
            "stop": 1261040545
        },
        {
            "start": 1261040549,
            "stop": 1261040845
        },
        {
            "start": 1261040851,
            "stop": 1261040857
        },
        {
            "start": 1261040859,
            "stop": 1261040870
        },
        {
            "start": 1261040873,
            "stop": 1261040874
        },
        {
            "start": 1261040877,
            "stop": 1261040894
        },
        {
            "start": 1261040897,
            "stop": 1261040913
        },
        {
            "start": 1261040916,
            "stop": 1261041077
        },
        {
            "start": 1261041080,
            "stop": 1261041171
        },
        {
            "start": 1261041175,
            "stop": 1261041178
        },
        {
            "start": 1261041181,
            "stop": 1261041188
        },
        {
            "start": 1261041190,
            "stop": 1261041196
        }
    ]
}