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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=128",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 129,
    "results": [
        {
            "start": 1176610749,
            "stop": 1176610846
        },
        {
            "start": 1176610850,
            "stop": 1176610855
        },
        {
            "start": 1176610858,
            "stop": 1176611116
        },
        {
            "start": 1176611119,
            "stop": 1176611131
        },
        {
            "start": 1176611132,
            "stop": 1176611145
        },
        {
            "start": 1176611146,
            "stop": 1176611175
        },
        {
            "start": 1176611177,
            "stop": 1176611178
        },
        {
            "start": 1176611182,
            "stop": 1176611212
        },
        {
            "start": 1176611218,
            "stop": 1176611219
        },
        {
            "start": 1176611220,
            "stop": 1176611225
        },
        {
            "start": 1176611229,
            "stop": 1176611308
        },
        {
            "start": 1176611311,
            "stop": 1176611337
        },
        {
            "start": 1176611340,
            "stop": 1176611358
        },
        {
            "start": 1176611359,
            "stop": 1176611361
        },
        {
            "start": 1176611365,
            "stop": 1176611366
        },
        {
            "start": 1176611367,
            "stop": 1176611407
        },
        {
            "start": 1176611410,
            "stop": 1176611411
        },
        {
            "start": 1176611414,
            "stop": 1176611417
        },
        {
            "start": 1176611425,
            "stop": 1176611426
        },
        {
            "start": 1176611427,
            "stop": 1176611438
        }
    ]
}