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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=311",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 312,
    "results": [
        {
            "start": 1175687993,
            "stop": 1175688075
        },
        {
            "start": 1175688079,
            "stop": 1175689111
        },
        {
            "start": 1175689113,
            "stop": 1175690275
        },
        {
            "start": 1175690278,
            "stop": 1175691357
        },
        {
            "start": 1175691359,
            "stop": 1175692517
        },
        {
            "start": 1175692519,
            "stop": 1175693186
        },
        {
            "start": 1175696778,
            "stop": 1175697784
        },
        {
            "start": 1175697786,
            "stop": 1175699093
        },
        {
            "start": 1175699095,
            "stop": 1175700086
        },
        {
            "start": 1175700088,
            "stop": 1175701326
        },
        {
            "start": 1175701328,
            "stop": 1175702493
        },
        {
            "start": 1175702495,
            "stop": 1175703736
        },
        {
            "start": 1175703738,
            "stop": 1175704850
        },
        {
            "start": 1175704852,
            "stop": 1175705334
        },
        {
            "start": 1175707282,
            "stop": 1175708086
        },
        {
            "start": 1175708088,
            "stop": 1175708791
        },
        {
            "start": 1175708794,
            "stop": 1175709213
        },
        {
            "start": 1175709215,
            "stop": 1175710297
        },
        {
            "start": 1175710299,
            "stop": 1175711109
        },
        {
            "start": 1175711111,
            "stop": 1175712596
        }
    ]
}