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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=38",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 39,
    "results": [
        {
            "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
        },
        {
            "start": 817007070,
            "stop": 817012417
        },
        {
            "start": 817012437,
            "stop": 817015974
        },
        {
            "start": 817015990,
            "stop": 817017395
        },
        {
            "start": 817017402,
            "stop": 817017943
        },
        {
            "start": 817018124,
            "stop": 817018425
        }
    ]
}