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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=295",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 296,
    "results": [
        {
            "start": 1175226677,
            "stop": 1175226772
        },
        {
            "start": 1175226774,
            "stop": 1175227180
        },
        {
            "start": 1175227182,
            "stop": 1175227467
        },
        {
            "start": 1175227469,
            "stop": 1175228500
        },
        {
            "start": 1175228502,
            "stop": 1175229516
        },
        {
            "start": 1175229518,
            "stop": 1175230512
        },
        {
            "start": 1175230514,
            "stop": 1175231019
        },
        {
            "start": 1175231023,
            "stop": 1175231541
        },
        {
            "start": 1175231543,
            "stop": 1175232913
        },
        {
            "start": 1175232915,
            "stop": 1175234046
        },
        {
            "start": 1175234048,
            "stop": 1175235213
        },
        {
            "start": 1175235215,
            "stop": 1175236110
        },
        {
            "start": 1175236112,
            "stop": 1175237067
        },
        {
            "start": 1175237069,
            "stop": 1175238279
        },
        {
            "start": 1175238281,
            "stop": 1175238656
        },
        {
            "start": 1175238658,
            "stop": 1175238849
        },
        {
            "start": 1175238851,
            "stop": 1175239090
        },
        {
            "start": 1175239092,
            "stop": 1175239144
        },
        {
            "start": 1175239146,
            "stop": 1175239178
        },
        {
            "start": 1175239180,
            "stop": 1175239419
        }
    ]
}