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/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1106
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1105",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1106,
    "results": [
        {
            "start": 1136424497,
            "stop": 1136424498
        },
        {
            "start": 1136424523,
            "stop": 1136424526
        },
        {
            "start": 1136424549,
            "stop": 1136424550
        },
        {
            "start": 1136424672,
            "stop": 1136424673
        },
        {
            "start": 1136424715,
            "stop": 1136424716
        },
        {
            "start": 1136424719,
            "stop": 1136424726
        },
        {
            "start": 1136424756,
            "stop": 1136424765
        },
        {
            "start": 1136424783,
            "stop": 1136424784
        },
        {
            "start": 1136424870,
            "stop": 1136424873
        },
        {
            "start": 1136424881,
            "stop": 1136424882
        },
        {
            "start": 1136424949,
            "stop": 1136424951
        },
        {
            "start": 1136424966,
            "stop": 1136424967
        },
        {
            "start": 1136425273,
            "stop": 1136425274
        },
        {
            "start": 1136425387,
            "stop": 1136425388
        },
        {
            "start": 1136425599,
            "stop": 1136425600
        },
        {
            "start": 1136425676,
            "stop": 1136425677
        },
        {
            "start": 1136425904,
            "stop": 1136425905
        },
        {
            "start": 1136425924,
            "stop": 1136425929
        },
        {
            "start": 1136425947,
            "stop": 1136425950
        },
        {
            "start": 1136425957,
            "stop": 1136425962
        }
    ]
}