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=1567
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=1568",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1566",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1567,
    "results": [
        {
            "start": 952428429,
            "stop": 952428527
        },
        {
            "start": 952428529,
            "stop": 952428536
        },
        {
            "start": 952428538,
            "stop": 952428586
        },
        {
            "start": 952428592,
            "stop": 952428682
        },
        {
            "start": 952428693,
            "stop": 952428694
        },
        {
            "start": 952428714,
            "stop": 952428761
        },
        {
            "start": 952428764,
            "stop": 952428795
        },
        {
            "start": 952428798,
            "stop": 952428799
        },
        {
            "start": 952428801,
            "stop": 952428805
        },
        {
            "start": 952428818,
            "stop": 952428857
        },
        {
            "start": 952428861,
            "stop": 952428952
        },
        {
            "start": 952428963,
            "stop": 952428968
        },
        {
            "start": 952429691,
            "stop": 952429833
        },
        {
            "start": 952429835,
            "stop": 952429837
        },
        {
            "start": 952429839,
            "stop": 952429858
        },
        {
            "start": 952431214,
            "stop": 952431587
        },
        {
            "start": 952431588,
            "stop": 952431938
        },
        {
            "start": 952433421,
            "stop": 952433644
        },
        {
            "start": 952433647,
            "stop": 952434756
        },
        {
            "start": 952434758,
            "stop": 952438323
        }
    ]
}