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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3278",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3279,
    "results": [
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959017
        },
        {
            "start": 873960028,
            "stop": 873964050
        },
        {
            "start": 873964541,
            "stop": 873994824
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999417
        },
        {
            "start": 873999420,
            "stop": 874001785
        },
        {
            "start": 874001789,
            "stop": 874007543
        },
        {
            "start": 874007546,
            "stop": 874007578
        },
        {
            "start": 874007581,
            "stop": 874011265
        },
        {
            "start": 874011268,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874016537
        },
        {
            "start": 874016543,
            "stop": 874016816
        },
        {
            "start": 874016820,
            "stop": 874016822
        },
        {
            "start": 874016825,
            "stop": 874017165
        },
        {
            "start": 874017168,
            "stop": 874017238
        },
        {
            "start": 874017241,
            "stop": 874017264
        },
        {
            "start": 874017267,
            "stop": 874017280
        },
        {
            "start": 874017284,
            "stop": 874017429
        },
        {
            "start": 874017432,
            "stop": 874018089
        }
    ]
}