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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=45",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 46,
    "results": [
        {
            "start": 931352070,
            "stop": 931352303
        },
        {
            "start": 931352343,
            "stop": 931352349
        },
        {
            "start": 931352367,
            "stop": 931352415
        },
        {
            "start": 931352775,
            "stop": 931352978
        },
        {
            "start": 931352982,
            "stop": 931353112
        },
        {
            "start": 931353129,
            "stop": 931353174
        },
        {
            "start": 931353192,
            "stop": 931353323
        },
        {
            "start": 931353356,
            "stop": 931353368
        },
        {
            "start": 931353372,
            "stop": 931353457
        },
        {
            "start": 931353475,
            "stop": 931353622
        },
        {
            "start": 931353624,
            "stop": 931353710
        },
        {
            "start": 931353770,
            "stop": 931353788
        },
        {
            "start": 931353790,
            "stop": 931353803
        },
        {
            "start": 931353805,
            "stop": 931353845
        },
        {
            "start": 931353895,
            "stop": 931353901
        },
        {
            "start": 931354039,
            "stop": 931354097
        },
        {
            "start": 931358288,
            "stop": 931358291
        },
        {
            "start": 931358359,
            "stop": 931358408
        },
        {
            "start": 931365256,
            "stop": 931365446
        },
        {
            "start": 931365689,
            "stop": 931365750
        }
    ]
}