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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=424",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 425,
    "results": [
        {
            "start": 870213256,
            "stop": 870214710
        },
        {
            "start": 870214870,
            "stop": 870215583
        },
        {
            "start": 870215883,
            "stop": 870229200
        },
        {
            "start": 870229260,
            "stop": 870231474
        },
        {
            "start": 870231496,
            "stop": 870231540
        },
        {
            "start": 870231601,
            "stop": 870261899
        },
        {
            "start": 870262009,
            "stop": 870262176
        },
        {
            "start": 870262727,
            "stop": 870272979
        },
        {
            "start": 870274256,
            "stop": 870274330
        },
        {
            "start": 870275651,
            "stop": 870275729
        },
        {
            "start": 870275756,
            "stop": 870275767
        },
        {
            "start": 870275788,
            "stop": 870286687
        },
        {
            "start": 870286728,
            "stop": 870286757
        },
        {
            "start": 870286801,
            "stop": 870287044
        },
        {
            "start": 870287066,
            "stop": 870287097
        },
        {
            "start": 870287118,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870292488
        },
        {
            "start": 870292598,
            "stop": 870292802
        },
        {
            "start": 870293102,
            "stop": 870293443
        },
        {
            "start": 870293553,
            "stop": 870293594
        }
    ]
}