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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7150",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7151,
    "results": [
        {
            "start": 875006880,
            "stop": 875007000
        },
        {
            "start": 875007060,
            "stop": 875007132
        },
        {
            "start": 875007135,
            "stop": 875007147
        },
        {
            "start": 875007152,
            "stop": 875007193
        },
        {
            "start": 875007198,
            "stop": 875007245
        },
        {
            "start": 875007250,
            "stop": 875007254
        },
        {
            "start": 875007257,
            "stop": 875007258
        },
        {
            "start": 875007261,
            "stop": 875007300
        },
        {
            "start": 875007360,
            "stop": 875007369
        },
        {
            "start": 875007372,
            "stop": 875007399
        },
        {
            "start": 875007402,
            "stop": 875007404
        },
        {
            "start": 875007407,
            "stop": 875007498
        },
        {
            "start": 875007501,
            "stop": 875007748
        },
        {
            "start": 875007766,
            "stop": 875007767
        },
        {
            "start": 875007770,
            "stop": 875007776
        },
        {
            "start": 875007783,
            "stop": 875007784
        },
        {
            "start": 875007787,
            "stop": 875008015
        },
        {
            "start": 875008018,
            "stop": 875008187
        },
        {
            "start": 875008190,
            "stop": 875008194
        },
        {
            "start": 875008199,
            "stop": 875008202
        }
    ]
}