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/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7406
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=7407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7405",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7406,
    "results": [
        {
            "start": 969828412,
            "stop": 969828423
        },
        {
            "start": 969828428,
            "stop": 969828441
        },
        {
            "start": 969828444,
            "stop": 969828483
        },
        {
            "start": 969828494,
            "stop": 969828528
        },
        {
            "start": 969828531,
            "stop": 969828620
        },
        {
            "start": 969828668,
            "stop": 969828767
        },
        {
            "start": 969831521,
            "stop": 969831527
        },
        {
            "start": 969831647,
            "stop": 969831648
        },
        {
            "start": 969831651,
            "stop": 969831772
        },
        {
            "start": 969831775,
            "stop": 969831827
        },
        {
            "start": 969832013,
            "stop": 969832131
        },
        {
            "start": 969832134,
            "stop": 969832461
        },
        {
            "start": 969832464,
            "stop": 969832825
        },
        {
            "start": 969832967,
            "stop": 969833204
        },
        {
            "start": 969833267,
            "stop": 969833350
        },
        {
            "start": 969833371,
            "stop": 969833697
        },
        {
            "start": 969833700,
            "stop": 969833793
        },
        {
            "start": 969833797,
            "stop": 969833868
        },
        {
            "start": 969833871,
            "stop": 969834256
        },
        {
            "start": 969834272,
            "stop": 969834293
        }
    ]
}