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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1702",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1703,
    "results": [
        {
            "start": 957691466,
            "stop": 957691653
        },
        {
            "start": 957691655,
            "stop": 957691762
        },
        {
            "start": 957691764,
            "stop": 957691894
        },
        {
            "start": 957691896,
            "stop": 957692053
        },
        {
            "start": 957692055,
            "stop": 957692752
        },
        {
            "start": 957692754,
            "stop": 957692781
        },
        {
            "start": 957692783,
            "stop": 957692870
        },
        {
            "start": 957692872,
            "stop": 957693367
        },
        {
            "start": 957693369,
            "stop": 957693784
        },
        {
            "start": 957693786,
            "stop": 957694120
        },
        {
            "start": 957694122,
            "stop": 957694793
        },
        {
            "start": 957694795,
            "stop": 957694912
        },
        {
            "start": 957694914,
            "stop": 957695124
        },
        {
            "start": 957695126,
            "stop": 957695136
        },
        {
            "start": 957695138,
            "stop": 957695213
        },
        {
            "start": 957695215,
            "stop": 957695710
        },
        {
            "start": 957695712,
            "stop": 957695950
        },
        {
            "start": 957695952,
            "stop": 957696037
        },
        {
            "start": 957696039,
            "stop": 957696396
        },
        {
            "start": 957696397,
            "stop": 957696401
        }
    ]
}