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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5251",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5249",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5250,
    "results": [
        {
            "start": 1136388216,
            "stop": 1136388226
        },
        {
            "start": 1136388228,
            "stop": 1136388232
        },
        {
            "start": 1136388234,
            "stop": 1136388245
        },
        {
            "start": 1136388249,
            "stop": 1136388259
        },
        {
            "start": 1136388988,
            "stop": 1136388998
        },
        {
            "start": 1136389000,
            "stop": 1136389003
        },
        {
            "start": 1136389005,
            "stop": 1136389018
        },
        {
            "start": 1136389020,
            "stop": 1136389025
        },
        {
            "start": 1136389027,
            "stop": 1136389032
        },
        {
            "start": 1136389034,
            "stop": 1136389041
        },
        {
            "start": 1136389043,
            "stop": 1136389078
        },
        {
            "start": 1136389080,
            "stop": 1136389148
        },
        {
            "start": 1136389150,
            "stop": 1136389160
        },
        {
            "start": 1136389162,
            "stop": 1136389164
        },
        {
            "start": 1136389166,
            "stop": 1136389188
        },
        {
            "start": 1136389190,
            "stop": 1136389203
        },
        {
            "start": 1136389205,
            "stop": 1136389221
        },
        {
            "start": 1136389223,
            "stop": 1136389226
        },
        {
            "start": 1136389228,
            "stop": 1136389235
        },
        {
            "start": 1136389237,
            "stop": 1136389239
        }
    ]
}