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=1667
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=1668",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1666",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1667,
    "results": [
        {
            "start": 957259905,
            "stop": 957260149
        },
        {
            "start": 957260151,
            "stop": 957260498
        },
        {
            "start": 957260500,
            "stop": 957260689
        },
        {
            "start": 957260691,
            "stop": 957260917
        },
        {
            "start": 957260919,
            "stop": 957260949
        },
        {
            "start": 957260951,
            "stop": 957261073
        },
        {
            "start": 957261075,
            "stop": 957261359
        },
        {
            "start": 957261361,
            "stop": 957261815
        },
        {
            "start": 957261817,
            "stop": 957261950
        },
        {
            "start": 957261951,
            "stop": 957262566
        },
        {
            "start": 957262568,
            "stop": 957262775
        },
        {
            "start": 957262777,
            "stop": 957262893
        },
        {
            "start": 957262895,
            "stop": 957263064
        },
        {
            "start": 957263066,
            "stop": 957263531
        },
        {
            "start": 957263533,
            "stop": 957263715
        },
        {
            "start": 957263717,
            "stop": 957264412
        },
        {
            "start": 957264414,
            "stop": 957264530
        },
        {
            "start": 957264532,
            "stop": 957264937
        },
        {
            "start": 957264939,
            "stop": 957265050
        },
        {
            "start": 957265052,
            "stop": 957265177
        }
    ]
}