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=46889
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=46890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46888",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46889,
    "results": [
        {
            "start": 875164783,
            "stop": 875164886
        },
        {
            "start": 875164887,
            "stop": 875164902
        },
        {
            "start": 875164903,
            "stop": 875165071
        },
        {
            "start": 875165072,
            "stop": 875165481
        },
        {
            "start": 875165482,
            "stop": 875165485
        },
        {
            "start": 875165486,
            "stop": 875165499
        },
        {
            "start": 875165501,
            "stop": 875165550
        },
        {
            "start": 875165551,
            "stop": 875165627
        },
        {
            "start": 875165628,
            "stop": 875165632
        },
        {
            "start": 875165633,
            "stop": 875165646
        },
        {
            "start": 875165647,
            "stop": 875165780
        },
        {
            "start": 875165782,
            "stop": 875165810
        },
        {
            "start": 875165811,
            "stop": 875165920
        },
        {
            "start": 875165921,
            "stop": 875165938
        },
        {
            "start": 875165939,
            "stop": 875165945
        },
        {
            "start": 875165946,
            "stop": 875165964
        },
        {
            "start": 875165965,
            "stop": 875165968
        },
        {
            "start": 875165969,
            "stop": 875165988
        },
        {
            "start": 875165989,
            "stop": 875166061
        },
        {
            "start": 875166062,
            "stop": 875166092
        }
    ]
}