Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=328
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=327",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 328,
    "results": [
        {
            "start": 823068896,
            "stop": 823068962
        },
        {
            "start": 823068969,
            "stop": 823068997
        },
        {
            "start": 823069005,
            "stop": 823069060
        },
        {
            "start": 823069245,
            "stop": 823069309
        },
        {
            "start": 823069316,
            "stop": 823069431
        },
        {
            "start": 823069438,
            "stop": 823069544
        },
        {
            "start": 823069552,
            "stop": 823069566
        },
        {
            "start": 823069574,
            "stop": 823069677
        },
        {
            "start": 823069684,
            "stop": 823070266
        },
        {
            "start": 823070274,
            "stop": 823070400
        },
        {
            "start": 823070419,
            "stop": 823070501
        },
        {
            "start": 823070509,
            "stop": 823070695
        },
        {
            "start": 823070702,
            "stop": 823070775
        },
        {
            "start": 823070789,
            "stop": 823070810
        },
        {
            "start": 823070823,
            "stop": 823070830
        },
        {
            "start": 823070837,
            "stop": 823070855
        },
        {
            "start": 823070862,
            "stop": 823070923
        },
        {
            "start": 823070930,
            "stop": 823070948
        },
        {
            "start": 823070961,
            "stop": 823070984
        },
        {
            "start": 823070991,
            "stop": 823071051
        }
    ]
}