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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=15",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 16,
    "results": [
        {
            "start": 931089455,
            "stop": 931089456
        },
        {
            "start": 931089464,
            "stop": 931089466
        },
        {
            "start": 931089468,
            "stop": 931089473
        },
        {
            "start": 931089475,
            "stop": 931089478
        },
        {
            "start": 931089481,
            "stop": 931089483
        },
        {
            "start": 931089484,
            "stop": 931089487
        },
        {
            "start": 931089489,
            "stop": 931089490
        },
        {
            "start": 931089492,
            "stop": 931089495
        },
        {
            "start": 931089498,
            "stop": 931089507
        },
        {
            "start": 931089520,
            "stop": 931089521
        },
        {
            "start": 931089528,
            "stop": 931089529
        },
        {
            "start": 931089531,
            "stop": 931089532
        },
        {
            "start": 931089533,
            "stop": 931089534
        },
        {
            "start": 931089539,
            "stop": 931089543
        },
        {
            "start": 931089545,
            "stop": 931089552
        },
        {
            "start": 931089553,
            "stop": 931089557
        },
        {
            "start": 931089561,
            "stop": 931089562
        },
        {
            "start": 931089563,
            "stop": 931089564
        },
        {
            "start": 931089582,
            "stop": 931089584
        },
        {
            "start": 931089585,
            "stop": 931089587
        }
    ]
}