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=446
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=447",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=445",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 446,
    "results": [
        {
            "start": 1261669426,
            "stop": 1261669431
        },
        {
            "start": 1261669434,
            "stop": 1261669487
        },
        {
            "start": 1261669490,
            "stop": 1261670089
        },
        {
            "start": 1261670092,
            "stop": 1261670105
        },
        {
            "start": 1261670108,
            "stop": 1261670786
        },
        {
            "start": 1261670789,
            "stop": 1261671053
        },
        {
            "start": 1261671056,
            "stop": 1261671126
        },
        {
            "start": 1261671129,
            "stop": 1261671239
        },
        {
            "start": 1261671242,
            "stop": 1261671345
        },
        {
            "start": 1261671348,
            "stop": 1261671369
        },
        {
            "start": 1261671372,
            "stop": 1261671582
        },
        {
            "start": 1261671585,
            "stop": 1261672541
        },
        {
            "start": 1261672544,
            "stop": 1261672622
        },
        {
            "start": 1261672625,
            "stop": 1261673361
        },
        {
            "start": 1261675967,
            "stop": 1261676093
        },
        {
            "start": 1261676096,
            "stop": 1261676099
        },
        {
            "start": 1261676102,
            "stop": 1261676169
        },
        {
            "start": 1261676172,
            "stop": 1261676173
        },
        {
            "start": 1261676176,
            "stop": 1261676184
        },
        {
            "start": 1261676187,
            "stop": 1261676380
        }
    ]
}