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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33160",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33161,
    "results": [
        {
            "start": 970668084,
            "stop": 970668687
        },
        {
            "start": 970668690,
            "stop": 970668726
        },
        {
            "start": 970668729,
            "stop": 970668916
        },
        {
            "start": 970668919,
            "stop": 970668923
        },
        {
            "start": 970668926,
            "stop": 970668944
        },
        {
            "start": 970668951,
            "stop": 970668965
        },
        {
            "start": 970668968,
            "stop": 970669161
        },
        {
            "start": 970669164,
            "stop": 970669376
        },
        {
            "start": 970669379,
            "stop": 970669837
        },
        {
            "start": 970669838,
            "stop": 970669943
        },
        {
            "start": 970669946,
            "stop": 970669964
        },
        {
            "start": 970669973,
            "stop": 970669998
        },
        {
            "start": 970672642,
            "stop": 970672882
        },
        {
            "start": 970672885,
            "stop": 970673065
        },
        {
            "start": 970673067,
            "stop": 970673650
        },
        {
            "start": 970673651,
            "stop": 970673996
        },
        {
            "start": 970673997,
            "stop": 970674967
        },
        {
            "start": 970674970,
            "stop": 970675101
        },
        {
            "start": 970675104,
            "stop": 970675418
        },
        {
            "start": 970675421,
            "stop": 970675574
        }
    ]
}