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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8279",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8280,
    "results": [
        {
            "start": 873960075,
            "stop": 873960485
        },
        {
            "start": 873960502,
            "stop": 873960522
        },
        {
            "start": 873960541,
            "stop": 873961015
        },
        {
            "start": 873961034,
            "stop": 873961729
        },
        {
            "start": 873961748,
            "stop": 873961783
        },
        {
            "start": 873961827,
            "stop": 873961867
        },
        {
            "start": 873961886,
            "stop": 873962002
        },
        {
            "start": 873962019,
            "stop": 873962101
        },
        {
            "start": 873962118,
            "stop": 873962742
        },
        {
            "start": 873962761,
            "stop": 873962912
        },
        {
            "start": 873962931,
            "stop": 873963200
        },
        {
            "start": 873963217,
            "stop": 873963221
        },
        {
            "start": 873963241,
            "stop": 873963581
        },
        {
            "start": 873963599,
            "stop": 873963923
        },
        {
            "start": 873963940,
            "stop": 873965286
        },
        {
            "start": 873965308,
            "stop": 873965439
        },
        {
            "start": 873965456,
            "stop": 873965471
        },
        {
            "start": 873965489,
            "stop": 873965986
        },
        {
            "start": 873966006,
            "stop": 873966432
        },
        {
            "start": 873966451,
            "stop": 873966920
        }
    ]
}