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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=202",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 203,
    "results": [
        {
            "start": 1176972857,
            "stop": 1176972996
        },
        {
            "start": 1176972997,
            "stop": 1176973171
        },
        {
            "start": 1176973172,
            "stop": 1176973264
        },
        {
            "start": 1176973268,
            "stop": 1176973269
        },
        {
            "start": 1176973275,
            "stop": 1176973290
        },
        {
            "start": 1176973294,
            "stop": 1176973439
        },
        {
            "start": 1176973440,
            "stop": 1176973481
        },
        {
            "start": 1176973484,
            "stop": 1176973578
        },
        {
            "start": 1176973579,
            "stop": 1176973605
        },
        {
            "start": 1176973606,
            "stop": 1176973741
        },
        {
            "start": 1176973743,
            "stop": 1176973744
        },
        {
            "start": 1176973745,
            "stop": 1176973748
        },
        {
            "start": 1176973749,
            "stop": 1176974032
        },
        {
            "start": 1176974033,
            "stop": 1176974034
        },
        {
            "start": 1176974036,
            "stop": 1176974049
        },
        {
            "start": 1176974052,
            "stop": 1176974053
        },
        {
            "start": 1176974054,
            "stop": 1176974055
        },
        {
            "start": 1176974056,
            "stop": 1176974146
        },
        {
            "start": 1176974148,
            "stop": 1176974151
        },
        {
            "start": 1176974153,
            "stop": 1176974215
        }
    ]
}