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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=170",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 171,
    "results": [
        {
            "start": 1176895656,
            "stop": 1176897515
        },
        {
            "start": 1176897516,
            "stop": 1176897521
        },
        {
            "start": 1176897534,
            "stop": 1176899136
        },
        {
            "start": 1176899140,
            "stop": 1176899175
        },
        {
            "start": 1176899177,
            "stop": 1176900071
        },
        {
            "start": 1176900072,
            "stop": 1176900335
        },
        {
            "start": 1176900337,
            "stop": 1176900492
        },
        {
            "start": 1176900493,
            "stop": 1176900494
        },
        {
            "start": 1176900495,
            "stop": 1176900496
        },
        {
            "start": 1176900498,
            "stop": 1176900538
        },
        {
            "start": 1176900539,
            "stop": 1176900659
        },
        {
            "start": 1176900660,
            "stop": 1176901150
        },
        {
            "start": 1176901152,
            "stop": 1176901154
        },
        {
            "start": 1176901159,
            "stop": 1176901167
        },
        {
            "start": 1176901169,
            "stop": 1176901177
        },
        {
            "start": 1176901178,
            "stop": 1176901190
        },
        {
            "start": 1176901192,
            "stop": 1176901253
        },
        {
            "start": 1176901254,
            "stop": 1176901255
        },
        {
            "start": 1176901262,
            "stop": 1176901787
        },
        {
            "start": 1176901789,
            "stop": 1176902706
        }
    ]
}