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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=292",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 293,
    "results": [
        {
            "start": 1175147838,
            "stop": 1175148984
        },
        {
            "start": 1175148986,
            "stop": 1175149905
        },
        {
            "start": 1175149907,
            "stop": 1175150993
        },
        {
            "start": 1175150995,
            "stop": 1175151967
        },
        {
            "start": 1175151969,
            "stop": 1175153074
        },
        {
            "start": 1175153076,
            "stop": 1175154059
        },
        {
            "start": 1175154061,
            "stop": 1175155374
        },
        {
            "start": 1175155376,
            "stop": 1175156713
        },
        {
            "start": 1175156715,
            "stop": 1175157856
        },
        {
            "start": 1175157858,
            "stop": 1175158861
        },
        {
            "start": 1175158863,
            "stop": 1175160114
        },
        {
            "start": 1175160116,
            "stop": 1175161161
        },
        {
            "start": 1175161163,
            "stop": 1175162220
        },
        {
            "start": 1175162222,
            "stop": 1175163237
        },
        {
            "start": 1175163239,
            "stop": 1175164544
        },
        {
            "start": 1175164546,
            "stop": 1175165992
        },
        {
            "start": 1175165994,
            "stop": 1175166732
        },
        {
            "start": 1175166734,
            "stop": 1175167821
        },
        {
            "start": 1175167823,
            "stop": 1175169155
        },
        {
            "start": 1175169157,
            "stop": 1175170545
        }
    ]
}