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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 160,
    "results": [
        {
            "start": 1176339193,
            "stop": 1176339332
        },
        {
            "start": 1176339335,
            "stop": 1176339419
        },
        {
            "start": 1176339423,
            "stop": 1176339424
        },
        {
            "start": 1176339427,
            "stop": 1176339509
        },
        {
            "start": 1176339510,
            "stop": 1176339524
        },
        {
            "start": 1176339526,
            "stop": 1176339554
        },
        {
            "start": 1176339555,
            "stop": 1176340078
        },
        {
            "start": 1176340080,
            "stop": 1176340979
        },
        {
            "start": 1176340981,
            "stop": 1176345355
        },
        {
            "start": 1176345361,
            "stop": 1176348625
        },
        {
            "start": 1176348627,
            "stop": 1176349418
        },
        {
            "start": 1176349419,
            "stop": 1176349551
        },
        {
            "start": 1176349552,
            "stop": 1176350520
        },
        {
            "start": 1176352584,
            "stop": 1176355300
        },
        {
            "start": 1176355304,
            "stop": 1176355731
        },
        {
            "start": 1176355735,
            "stop": 1176363961
        },
        {
            "start": 1176363964,
            "stop": 1176363965
        },
        {
            "start": 1176363969,
            "stop": 1176368122
        },
        {
            "start": 1176368126,
            "stop": 1176372436
        },
        {
            "start": 1176372441,
            "stop": 1176393311
        }
    ]
}