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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=225",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 226,
    "results": [
        {
            "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
        },
        {
            "start": 1136425969,
            "stop": 1136425971
        },
        {
            "start": 1136426063,
            "stop": 1136426064
        },
        {
            "start": 1136426069,
            "stop": 1136426071
        }
    ]
}