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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 283,
    "results": [
        {
            "start": 1174889689,
            "stop": 1174890584
        },
        {
            "start": 1174890586,
            "stop": 1174891545
        },
        {
            "start": 1174891547,
            "stop": 1174892711
        },
        {
            "start": 1174892713,
            "stop": 1174893662
        },
        {
            "start": 1174893664,
            "stop": 1174893948
        },
        {
            "start": 1174893950,
            "stop": 1174895061
        },
        {
            "start": 1174895063,
            "stop": 1174895595
        },
        {
            "start": 1174895597,
            "stop": 1174895731
        },
        {
            "start": 1174895733,
            "stop": 1174895998
        },
        {
            "start": 1174896000,
            "stop": 1174896270
        },
        {
            "start": 1174896272,
            "stop": 1174896381
        },
        {
            "start": 1174896383,
            "stop": 1174896469
        },
        {
            "start": 1174896471,
            "stop": 1174896637
        },
        {
            "start": 1174896639,
            "stop": 1174896870
        },
        {
            "start": 1174896872,
            "stop": 1174897223
        },
        {
            "start": 1174897225,
            "stop": 1174897310
        },
        {
            "start": 1174897312,
            "stop": 1174897393
        },
        {
            "start": 1174897395,
            "stop": 1174897582
        },
        {
            "start": 1174897584,
            "stop": 1174897925
        },
        {
            "start": 1174897927,
            "stop": 1174898249
        }
    ]
}