Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=68",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 69,
    "results": [
        {
            "start": 1175120244,
            "stop": 1175120281
        },
        {
            "start": 1175120286,
            "stop": 1175120496
        },
        {
            "start": 1175120497,
            "stop": 1175120498
        },
        {
            "start": 1175120499,
            "stop": 1175120504
        },
        {
            "start": 1175120506,
            "stop": 1175120727
        },
        {
            "start": 1175120732,
            "stop": 1175120737
        },
        {
            "start": 1175120742,
            "stop": 1175120743
        },
        {
            "start": 1175120744,
            "stop": 1175120747
        },
        {
            "start": 1175120754,
            "stop": 1175120755
        },
        {
            "start": 1175120756,
            "stop": 1175121140
        },
        {
            "start": 1175121145,
            "stop": 1175162099
        },
        {
            "start": 1175162102,
            "stop": 1175162103
        },
        {
            "start": 1175162104,
            "stop": 1175162105
        },
        {
            "start": 1175162106,
            "stop": 1175167605
        },
        {
            "start": 1175167607,
            "stop": 1175167649
        },
        {
            "start": 1175167651,
            "stop": 1175171054
        },
        {
            "start": 1175171061,
            "stop": 1175179560
        },
        {
            "start": 1175179570,
            "stop": 1175180660
        },
        {
            "start": 1175180670,
            "stop": 1175181060
        },
        {
            "start": 1175181070,
            "stop": 1175185186
        }
    ]
}