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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=298",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 299,
    "results": [
        {
            "start": 1175272978,
            "stop": 1175272988
        },
        {
            "start": 1175272990,
            "stop": 1175273950
        },
        {
            "start": 1175273952,
            "stop": 1175275050
        },
        {
            "start": 1175275052,
            "stop": 1175276030
        },
        {
            "start": 1175276032,
            "stop": 1175277444
        },
        {
            "start": 1175277446,
            "stop": 1175278307
        },
        {
            "start": 1175291560,
            "stop": 1175291659
        },
        {
            "start": 1175291661,
            "stop": 1175294058
        },
        {
            "start": 1175294060,
            "stop": 1175296103
        },
        {
            "start": 1175296105,
            "stop": 1175296671
        },
        {
            "start": 1175296675,
            "stop": 1175298048
        },
        {
            "start": 1175298050,
            "stop": 1175299790
        },
        {
            "start": 1175299792,
            "stop": 1175301286
        },
        {
            "start": 1175301288,
            "stop": 1175303034
        },
        {
            "start": 1175303037,
            "stop": 1175303095
        },
        {
            "start": 1175303097,
            "stop": 1175304471
        },
        {
            "start": 1175304473,
            "stop": 1175305691
        },
        {
            "start": 1175305693,
            "stop": 1175305940
        },
        {
            "start": 1175308140,
            "stop": 1175308658
        },
        {
            "start": 1175308660,
            "stop": 1175309380
        }
    ]
}