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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7184",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7185,
    "results": [
        {
            "start": 875128569,
            "stop": 875128575
        },
        {
            "start": 875128580,
            "stop": 875128582
        },
        {
            "start": 875128587,
            "stop": 875128604
        },
        {
            "start": 875128608,
            "stop": 875128609
        },
        {
            "start": 875128615,
            "stop": 875128623
        },
        {
            "start": 875128633,
            "stop": 875128635
        },
        {
            "start": 875128638,
            "stop": 875128661
        },
        {
            "start": 875128666,
            "stop": 875128668
        },
        {
            "start": 875128671,
            "stop": 875128692
        },
        {
            "start": 875128695,
            "stop": 875128700
        },
        {
            "start": 875128711,
            "stop": 875128714
        },
        {
            "start": 875128717,
            "stop": 875128718
        },
        {
            "start": 875128721,
            "stop": 875128725
        },
        {
            "start": 875128744,
            "stop": 875128756
        },
        {
            "start": 875128772,
            "stop": 875128782
        },
        {
            "start": 875128793,
            "stop": 875128796
        },
        {
            "start": 875128807,
            "stop": 875128808
        },
        {
            "start": 875128814,
            "stop": 875128815
        },
        {
            "start": 875128820,
            "stop": 875128822
        },
        {
            "start": 875128826,
            "stop": 875128830
        }
    ]
}