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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=35",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 36,
    "results": [
        {
            "start": 816995569,
            "stop": 816995853
        },
        {
            "start": 816995860,
            "stop": 816995870
        },
        {
            "start": 816995950,
            "stop": 816997263
        },
        {
            "start": 816997275,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998242
        },
        {
            "start": 816998249,
            "stop": 816998570
        },
        {
            "start": 816998650,
            "stop": 816998823
        },
        {
            "start": 816998831,
            "stop": 816999347
        },
        {
            "start": 816999354,
            "stop": 817000130
        },
        {
            "start": 817000210,
            "stop": 817000680
        },
        {
            "start": 817000687,
            "stop": 817000712
        },
        {
            "start": 817000725,
            "stop": 817000730
        },
        {
            "start": 817000810,
            "stop": 817000979
        },
        {
            "start": 817000986,
            "stop": 817001278
        },
        {
            "start": 817001285,
            "stop": 817003847
        },
        {
            "start": 817003859,
            "stop": 817004642
        },
        {
            "start": 817004649,
            "stop": 817005197
        },
        {
            "start": 817005204,
            "stop": 817006663
        },
        {
            "start": 817006670,
            "stop": 817006730
        },
        {
            "start": 817006810,
            "stop": 817007062
        }
    ]
}