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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=28",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 29,
    "results": [
        {
            "start": 931172775,
            "stop": 931172875
        },
        {
            "start": 931172893,
            "stop": 931173212
        },
        {
            "start": 931173229,
            "stop": 931173272
        },
        {
            "start": 931173274,
            "stop": 931173452
        },
        {
            "start": 931173454,
            "stop": 931173468
        },
        {
            "start": 931173470,
            "stop": 931173558
        },
        {
            "start": 931173560,
            "stop": 931173628
        },
        {
            "start": 931174641,
            "stop": 931174643
        },
        {
            "start": 931174665,
            "stop": 931174667
        },
        {
            "start": 931174714,
            "stop": 931174721
        },
        {
            "start": 931174738,
            "stop": 931175018
        },
        {
            "start": 931175036,
            "stop": 931175273
        },
        {
            "start": 931175275,
            "stop": 931175507
        },
        {
            "start": 931175525,
            "stop": 931175621
        },
        {
            "start": 931175623,
            "stop": 931176015
        },
        {
            "start": 931176375,
            "stop": 931176553
        },
        {
            "start": 931176556,
            "stop": 931176586
        },
        {
            "start": 931176603,
            "stop": 931176758
        },
        {
            "start": 931178580,
            "stop": 931179120
        },
        {
            "start": 931179139,
            "stop": 931179615
        }
    ]
}