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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=43",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 44,
    "results": [
        {
            "start": 816165832,
            "stop": 816166511
        },
        {
            "start": 816166514,
            "stop": 816166559
        },
        {
            "start": 816166562,
            "stop": 816166779
        },
        {
            "start": 816166782,
            "stop": 816166885
        },
        {
            "start": 816166888,
            "stop": 816167080
        },
        {
            "start": 816167083,
            "stop": 816167105
        },
        {
            "start": 816167109,
            "stop": 816167209
        },
        {
            "start": 816167212,
            "stop": 816167374
        },
        {
            "start": 816167377,
            "stop": 816167577
        },
        {
            "start": 816167580,
            "stop": 816167789
        },
        {
            "start": 816167792,
            "stop": 816168256
        },
        {
            "start": 816168259,
            "stop": 816168323
        },
        {
            "start": 816168326,
            "stop": 816168643
        },
        {
            "start": 816168646,
            "stop": 816168925
        },
        {
            "start": 816168929,
            "stop": 816169041
        },
        {
            "start": 816169045,
            "stop": 816169077
        },
        {
            "start": 816169080,
            "stop": 816169109
        },
        {
            "start": 816169112,
            "stop": 816169169
        },
        {
            "start": 816169173,
            "stop": 816169881
        },
        {
            "start": 816169884,
            "stop": 816169941
        }
    ]
}