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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 28,
    "results": [
        {
            "start": 1126343909,
            "stop": 1126343936
        },
        {
            "start": 1126343937,
            "stop": 1126344343
        },
        {
            "start": 1126344344,
            "stop": 1126344459
        },
        {
            "start": 1126344460,
            "stop": 1126344660
        },
        {
            "start": 1126344661,
            "stop": 1126345025
        },
        {
            "start": 1126345026,
            "stop": 1126345131
        },
        {
            "start": 1126345134,
            "stop": 1126345236
        },
        {
            "start": 1126345237,
            "stop": 1126345405
        },
        {
            "start": 1126345407,
            "stop": 1126345615
        },
        {
            "start": 1126345616,
            "stop": 1126345702
        },
        {
            "start": 1126345703,
            "stop": 1126345807
        },
        {
            "start": 1126345808,
            "stop": 1126345917
        },
        {
            "start": 1126345918,
            "stop": 1126345997
        },
        {
            "start": 1126345998,
            "stop": 1126346011
        },
        {
            "start": 1126346012,
            "stop": 1126346039
        },
        {
            "start": 1126346040,
            "stop": 1126346462
        },
        {
            "start": 1126346463,
            "stop": 1126346567
        },
        {
            "start": 1126346568,
            "stop": 1126346738
        },
        {
            "start": 1126346739,
            "stop": 1126347101
        },
        {
            "start": 1126347102,
            "stop": 1126347211
        }
    ]
}