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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=279",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 280,
    "results": [
        {
            "start": 1181052062,
            "stop": 1181053947
        },
        {
            "start": 1181053948,
            "stop": 1181055985
        },
        {
            "start": 1181055990,
            "stop": 1181055992
        },
        {
            "start": 1181055993,
            "stop": 1181056127
        },
        {
            "start": 1181056130,
            "stop": 1181056565
        },
        {
            "start": 1181056566,
            "stop": 1181056569
        },
        {
            "start": 1181056570,
            "stop": 1181056571
        },
        {
            "start": 1181056573,
            "stop": 1181056575
        },
        {
            "start": 1181056576,
            "stop": 1181056588
        },
        {
            "start": 1181056589,
            "stop": 1181056643
        },
        {
            "start": 1181056645,
            "stop": 1181056806
        },
        {
            "start": 1181056811,
            "stop": 1181056813
        },
        {
            "start": 1181056814,
            "stop": 1181057421
        },
        {
            "start": 1181078382,
            "stop": 1181080734
        },
        {
            "start": 1181080735,
            "stop": 1181085201
        },
        {
            "start": 1181089750,
            "stop": 1181089848
        },
        {
            "start": 1181089849,
            "stop": 1181091038
        },
        {
            "start": 1181091039,
            "stop": 1181091196
        },
        {
            "start": 1181091200,
            "stop": 1181091258
        },
        {
            "start": 1181091259,
            "stop": 1181091274
        }
    ]
}