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=7051
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=7052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7050",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7051,
    "results": [
        {
            "start": 874193842,
            "stop": 874194005
        },
        {
            "start": 874194009,
            "stop": 874194037
        },
        {
            "start": 874194044,
            "stop": 874194056
        },
        {
            "start": 874194061,
            "stop": 874194071
        },
        {
            "start": 874194074,
            "stop": 874194076
        },
        {
            "start": 874194079,
            "stop": 874194085
        },
        {
            "start": 874194088,
            "stop": 874194124
        },
        {
            "start": 874194127,
            "stop": 874194139
        },
        {
            "start": 874194143,
            "stop": 874194144
        },
        {
            "start": 874194154,
            "stop": 874194155
        },
        {
            "start": 874194158,
            "stop": 874194163
        },
        {
            "start": 874194166,
            "stop": 874194168
        },
        {
            "start": 874194172,
            "stop": 874194231
        },
        {
            "start": 874194234,
            "stop": 874194431
        },
        {
            "start": 874194435,
            "stop": 874194446
        },
        {
            "start": 874194449,
            "stop": 874195022
        },
        {
            "start": 874195025,
            "stop": 874196213
        },
        {
            "start": 874196217,
            "stop": 874197215
        },
        {
            "start": 874197219,
            "stop": 874198140
        },
        {
            "start": 874198143,
            "stop": 874200276
        }
    ]
}