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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=61",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 62,
    "results": [
        {
            "start": 931402787,
            "stop": 931402815
        },
        {
            "start": 931403182,
            "stop": 931403202
        },
        {
            "start": 931403220,
            "stop": 931403221
        },
        {
            "start": 931403316,
            "stop": 931403333
        },
        {
            "start": 931403353,
            "stop": 931403373
        },
        {
            "start": 931403403,
            "stop": 931403413
        },
        {
            "start": 931403439,
            "stop": 931403448
        },
        {
            "start": 931403470,
            "stop": 931403476
        },
        {
            "start": 931403494,
            "stop": 931403498
        },
        {
            "start": 931403573,
            "stop": 931403582
        },
        {
            "start": 931403600,
            "stop": 931403605
        },
        {
            "start": 931403630,
            "stop": 931403632
        },
        {
            "start": 931403666,
            "stop": 931403674
        },
        {
            "start": 931403801,
            "stop": 931403824
        },
        {
            "start": 931403861,
            "stop": 931403882
        },
        {
            "start": 931403919,
            "stop": 931403930
        },
        {
            "start": 931403990,
            "stop": 931404004
        },
        {
            "start": 931404022,
            "stop": 931404023
        },
        {
            "start": 931404106,
            "stop": 931404119
        },
        {
            "start": 931404149,
            "stop": 931404194
        }
    ]
}