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=46888
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=46889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46887",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46888,
    "results": [
        {
            "start": 875163531,
            "stop": 875163599
        },
        {
            "start": 875163601,
            "stop": 875163608
        },
        {
            "start": 875163609,
            "stop": 875163642
        },
        {
            "start": 875163643,
            "stop": 875163911
        },
        {
            "start": 875163913,
            "stop": 875163951
        },
        {
            "start": 875163953,
            "stop": 875164071
        },
        {
            "start": 875164072,
            "stop": 875164167
        },
        {
            "start": 875164168,
            "stop": 875164170
        },
        {
            "start": 875164171,
            "stop": 875164207
        },
        {
            "start": 875164208,
            "stop": 875164213
        },
        {
            "start": 875164214,
            "stop": 875164223
        },
        {
            "start": 875164225,
            "stop": 875164266
        },
        {
            "start": 875164267,
            "stop": 875164427
        },
        {
            "start": 875164428,
            "stop": 875164442
        },
        {
            "start": 875164443,
            "stop": 875164526
        },
        {
            "start": 875164527,
            "stop": 875164559
        },
        {
            "start": 875164560,
            "stop": 875164619
        },
        {
            "start": 875164620,
            "stop": 875164664
        },
        {
            "start": 875164665,
            "stop": 875164694
        },
        {
            "start": 875164695,
            "stop": 875164782
        }
    ]
}