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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=312",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 313,
    "results": [
        {
            "start": 1175712598,
            "stop": 1175713574
        },
        {
            "start": 1175713728,
            "stop": 1175713874
        },
        {
            "start": 1175714159,
            "stop": 1175714174
        },
        {
            "start": 1175714374,
            "stop": 1175714872
        },
        {
            "start": 1175714874,
            "stop": 1175715746
        },
        {
            "start": 1175715748,
            "stop": 1175716996
        },
        {
            "start": 1175716998,
            "stop": 1175717818
        },
        {
            "start": 1175717821,
            "stop": 1175718424
        },
        {
            "start": 1175718426,
            "stop": 1175719860
        },
        {
            "start": 1175719862,
            "stop": 1175720424
        },
        {
            "start": 1175720428,
            "stop": 1175721016
        },
        {
            "start": 1175721018,
            "stop": 1175722776
        },
        {
            "start": 1175722778,
            "stop": 1175724223
        },
        {
            "start": 1175724225,
            "stop": 1175725874
        },
        {
            "start": 1175725876,
            "stop": 1175726426
        },
        {
            "start": 1175730458,
            "stop": 1175730564
        },
        {
            "start": 1175730566,
            "stop": 1175731696
        },
        {
            "start": 1175731700,
            "stop": 1175732058
        },
        {
            "start": 1175732060,
            "stop": 1175733651
        },
        {
            "start": 1175733653,
            "stop": 1175734779
        }
    ]
}