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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8117",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8118,
    "results": [
        {
            "start": 970843531,
            "stop": 970843569
        },
        {
            "start": 970843572,
            "stop": 970844026
        },
        {
            "start": 970844029,
            "stop": 970844137
        },
        {
            "start": 970844140,
            "stop": 970844144
        },
        {
            "start": 970844166,
            "stop": 970844169
        },
        {
            "start": 970844180,
            "stop": 970844181
        },
        {
            "start": 970844201,
            "stop": 970844202
        },
        {
            "start": 970844220,
            "stop": 970844388
        },
        {
            "start": 970844393,
            "stop": 970844433
        },
        {
            "start": 970844436,
            "stop": 970844437
        },
        {
            "start": 970844440,
            "stop": 970844505
        },
        {
            "start": 970844508,
            "stop": 970844524
        },
        {
            "start": 970844527,
            "stop": 970844733
        },
        {
            "start": 970844736,
            "stop": 970844742
        },
        {
            "start": 970844745,
            "stop": 970844754
        },
        {
            "start": 970844761,
            "stop": 970844774
        },
        {
            "start": 970844777,
            "stop": 970844908
        },
        {
            "start": 970844911,
            "stop": 970844949
        },
        {
            "start": 970844955,
            "stop": 970844956
        },
        {
            "start": 970844962,
            "stop": 970844965
        }
    ]
}