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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=323",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 324,
    "results": [
        {
            "start": 1260325424,
            "stop": 1260325436
        },
        {
            "start": 1260325439,
            "stop": 1260325882
        },
        {
            "start": 1260325885,
            "stop": 1260326099
        },
        {
            "start": 1260326102,
            "stop": 1260326115
        },
        {
            "start": 1260326118,
            "stop": 1260326203
        },
        {
            "start": 1260326206,
            "stop": 1260326304
        },
        {
            "start": 1260326307,
            "stop": 1260326574
        },
        {
            "start": 1260326577,
            "stop": 1260326595
        },
        {
            "start": 1260326598,
            "stop": 1260326959
        },
        {
            "start": 1260326962,
            "stop": 1260326978
        },
        {
            "start": 1260326981,
            "stop": 1260327469
        },
        {
            "start": 1260327472,
            "stop": 1260327479
        },
        {
            "start": 1260327482,
            "stop": 1260327520
        },
        {
            "start": 1260327523,
            "stop": 1260327540
        },
        {
            "start": 1260327543,
            "stop": 1260327551
        },
        {
            "start": 1260327554,
            "stop": 1260327587
        },
        {
            "start": 1260327593,
            "stop": 1260327742
        },
        {
            "start": 1260327745,
            "stop": 1260327793
        },
        {
            "start": 1260327796,
            "stop": 1260328025
        },
        {
            "start": 1260328028,
            "stop": 1260328139
        }
    ]
}