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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=664",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 665,
    "results": [
        {
            "start": 829591448,
            "stop": 829591473
        },
        {
            "start": 829591477,
            "stop": 829591486
        },
        {
            "start": 829591489,
            "stop": 829591642
        },
        {
            "start": 829591645,
            "stop": 829591649
        },
        {
            "start": 829591669,
            "stop": 829593180
        },
        {
            "start": 829593241,
            "stop": 829594859
        },
        {
            "start": 829594876,
            "stop": 829595286
        },
        {
            "start": 829595289,
            "stop": 829596587
        },
        {
            "start": 829596591,
            "stop": 829596598
        },
        {
            "start": 829596604,
            "stop": 829596615
        },
        {
            "start": 829596619,
            "stop": 829596659
        },
        {
            "start": 829596720,
            "stop": 829597711
        },
        {
            "start": 829597728,
            "stop": 829597795
        },
        {
            "start": 829597812,
            "stop": 829598708
        },
        {
            "start": 829598711,
            "stop": 829599289
        },
        {
            "start": 829599311,
            "stop": 829599744
        },
        {
            "start": 829599768,
            "stop": 829600200
        },
        {
            "start": 829600260,
            "stop": 829601099
        },
        {
            "start": 829604534,
            "stop": 829604880
        },
        {
            "start": 829604940,
            "stop": 829605839
        }
    ]
}