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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5231",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5229",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5230,
    "results": [
        {
            "start": 1136364187,
            "stop": 1136364214
        },
        {
            "start": 1136364216,
            "stop": 1136364520
        },
        {
            "start": 1136364522,
            "stop": 1136364525
        },
        {
            "start": 1136364527,
            "stop": 1136364536
        },
        {
            "start": 1136364538,
            "stop": 1136364546
        },
        {
            "start": 1136364548,
            "stop": 1136364564
        },
        {
            "start": 1136364566,
            "stop": 1136364579
        },
        {
            "start": 1136364581,
            "stop": 1136364730
        },
        {
            "start": 1136364731,
            "stop": 1136364923
        },
        {
            "start": 1136364925,
            "stop": 1136365047
        },
        {
            "start": 1136365049,
            "stop": 1136365082
        },
        {
            "start": 1136365084,
            "stop": 1136365125
        },
        {
            "start": 1136365126,
            "stop": 1136365198
        },
        {
            "start": 1136365202,
            "stop": 1136365292
        },
        {
            "start": 1136365294,
            "stop": 1136365394
        },
        {
            "start": 1136365396,
            "stop": 1136365415
        },
        {
            "start": 1136365417,
            "stop": 1136365431
        },
        {
            "start": 1136365433,
            "stop": 1136365617
        },
        {
            "start": 1136365619,
            "stop": 1136365628
        },
        {
            "start": 1136365630,
            "stop": 1136365663
        }
    ]
}