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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1759",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1757",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1758,
    "results": [
        {
            "start": 958734157,
            "stop": 958734159
        },
        {
            "start": 958734167,
            "stop": 958734202
        },
        {
            "start": 958734209,
            "stop": 958734211
        },
        {
            "start": 958734217,
            "stop": 958734218
        },
        {
            "start": 958734220,
            "stop": 958734247
        },
        {
            "start": 958734250,
            "stop": 958734252
        },
        {
            "start": 958734259,
            "stop": 958734335
        },
        {
            "start": 958734337,
            "stop": 958734338
        },
        {
            "start": 958734340,
            "stop": 958734382
        },
        {
            "start": 958734384,
            "stop": 958734387
        },
        {
            "start": 958734390,
            "stop": 958734395
        },
        {
            "start": 958734397,
            "stop": 958734430
        },
        {
            "start": 958734433,
            "stop": 958734477
        },
        {
            "start": 958734479,
            "stop": 958734482
        },
        {
            "start": 958734483,
            "stop": 958734510
        },
        {
            "start": 958734512,
            "stop": 958734526
        },
        {
            "start": 958734528,
            "stop": 958734531
        },
        {
            "start": 958734533,
            "stop": 958734571
        },
        {
            "start": 958734574,
            "stop": 958734581
        },
        {
            "start": 958734589,
            "stop": 958734671
        }
    ]
}