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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=322",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 323,
    "results": [
        {
            "start": 1181774839,
            "stop": 1181776300
        },
        {
            "start": 1181776301,
            "stop": 1181779196
        },
        {
            "start": 1181779197,
            "stop": 1181782748
        },
        {
            "start": 1181782750,
            "stop": 1181783855
        },
        {
            "start": 1181783856,
            "stop": 1181784194
        },
        {
            "start": 1181784196,
            "stop": 1181784209
        },
        {
            "start": 1181784211,
            "stop": 1181787592
        },
        {
            "start": 1181787597,
            "stop": 1181787855
        },
        {
            "start": 1181787856,
            "stop": 1181787865
        },
        {
            "start": 1181787867,
            "stop": 1181788592
        },
        {
            "start": 1181788595,
            "stop": 1181789663
        },
        {
            "start": 1181789664,
            "stop": 1181789672
        },
        {
            "start": 1181789673,
            "stop": 1181789680
        },
        {
            "start": 1181789681,
            "stop": 1181790080
        },
        {
            "start": 1181790081,
            "stop": 1181790641
        },
        {
            "start": 1181790642,
            "stop": 1181790685
        },
        {
            "start": 1181790688,
            "stop": 1181790912
        },
        {
            "start": 1181790914,
            "stop": 1181790917
        },
        {
            "start": 1181790919,
            "stop": 1181791003
        },
        {
            "start": 1181791005,
            "stop": 1181791009
        }
    ]
}