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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=304",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 305,
    "results": [
        {
            "start": 1181620457,
            "stop": 1181620960
        },
        {
            "start": 1181620961,
            "stop": 1181622050
        },
        {
            "start": 1181622051,
            "stop": 1181622124
        },
        {
            "start": 1181622126,
            "stop": 1181622129
        },
        {
            "start": 1181622130,
            "stop": 1181622131
        },
        {
            "start": 1181622133,
            "stop": 1181622134
        },
        {
            "start": 1181622135,
            "stop": 1181622136
        },
        {
            "start": 1181622138,
            "stop": 1181622141
        },
        {
            "start": 1181622142,
            "stop": 1181622143
        },
        {
            "start": 1181622144,
            "stop": 1181622145
        },
        {
            "start": 1181622146,
            "stop": 1181622148
        },
        {
            "start": 1181622149,
            "stop": 1181622151
        },
        {
            "start": 1181622153,
            "stop": 1181622154
        },
        {
            "start": 1181622155,
            "stop": 1181622156
        },
        {
            "start": 1181622160,
            "stop": 1181622731
        },
        {
            "start": 1181622732,
            "stop": 1181622947
        },
        {
            "start": 1181622948,
            "stop": 1181622949
        },
        {
            "start": 1181622950,
            "stop": 1181623044
        },
        {
            "start": 1181623045,
            "stop": 1181623480
        },
        {
            "start": 1181623481,
            "stop": 1181623483
        }
    ]
}