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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 280,
    "results": [
        {
            "start": 1174776495,
            "stop": 1174779578
        },
        {
            "start": 1174779580,
            "stop": 1174782164
        },
        {
            "start": 1174782166,
            "stop": 1174784177
        },
        {
            "start": 1174784181,
            "stop": 1174785055
        },
        {
            "start": 1174785057,
            "stop": 1174787109
        },
        {
            "start": 1174787111,
            "stop": 1174789293
        },
        {
            "start": 1174789295,
            "stop": 1174790944
        },
        {
            "start": 1174790946,
            "stop": 1174792496
        },
        {
            "start": 1174792498,
            "stop": 1174793750
        },
        {
            "start": 1174793752,
            "stop": 1174795044
        },
        {
            "start": 1174795046,
            "stop": 1174796089
        },
        {
            "start": 1174796091,
            "stop": 1174796478
        },
        {
            "start": 1174814314,
            "stop": 1174815133
        },
        {
            "start": 1174815135,
            "stop": 1174816096
        },
        {
            "start": 1174816098,
            "stop": 1174817033
        },
        {
            "start": 1174817035,
            "stop": 1174818050
        },
        {
            "start": 1174818052,
            "stop": 1174818916
        },
        {
            "start": 1174818918,
            "stop": 1174819904
        },
        {
            "start": 1174819906,
            "stop": 1174820319
        },
        {
            "start": 1174820323,
            "stop": 1174820821
        }
    ]
}