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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 161,
    "results": [
        {
            "start": 818079611,
            "stop": 818079614
        },
        {
            "start": 818079620,
            "stop": 818079621
        },
        {
            "start": 818079626,
            "stop": 818079627
        },
        {
            "start": 818079641,
            "stop": 818079642
        },
        {
            "start": 818079649,
            "stop": 818079651
        },
        {
            "start": 818079659,
            "stop": 818079660
        },
        {
            "start": 818079664,
            "stop": 818079665
        },
        {
            "start": 818079670,
            "stop": 818079672
        },
        {
            "start": 818079695,
            "stop": 818079701
        },
        {
            "start": 818080534,
            "stop": 818080537
        },
        {
            "start": 818080548,
            "stop": 818080550
        },
        {
            "start": 818080553,
            "stop": 818080554
        },
        {
            "start": 818080566,
            "stop": 818080571
        },
        {
            "start": 818080574,
            "stop": 818080583
        },
        {
            "start": 818080588,
            "stop": 818080595
        },
        {
            "start": 818080599,
            "stop": 818080604
        },
        {
            "start": 818080614,
            "stop": 818080617
        },
        {
            "start": 818080620,
            "stop": 818080624
        },
        {
            "start": 818080627,
            "stop": 818080631
        },
        {
            "start": 818080637,
            "stop": 818080639
        }
    ]
}