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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=685",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=683",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 684,
    "results": [
        {
            "start": 1248647396,
            "stop": 1248647412
        },
        {
            "start": 1248647417,
            "stop": 1248647518
        },
        {
            "start": 1248647521,
            "stop": 1248647524
        },
        {
            "start": 1248647527,
            "stop": 1248647531
        },
        {
            "start": 1248647534,
            "stop": 1248647539
        },
        {
            "start": 1248647540,
            "stop": 1248647545
        },
        {
            "start": 1248647550,
            "stop": 1248647552
        },
        {
            "start": 1248647553,
            "stop": 1248647572
        },
        {
            "start": 1248647574,
            "stop": 1248647618
        },
        {
            "start": 1248647621,
            "stop": 1248647769
        },
        {
            "start": 1248647773,
            "stop": 1248648328
        },
        {
            "start": 1248651835,
            "stop": 1248652552
        },
        {
            "start": 1248654111,
            "stop": 1248654123
        },
        {
            "start": 1248654126,
            "stop": 1248655820
        },
        {
            "start": 1248658122,
            "stop": 1248658853
        },
        {
            "start": 1248658858,
            "stop": 1248659526
        },
        {
            "start": 1248661205,
            "stop": 1248663158
        },
        {
            "start": 1248663161,
            "stop": 1248663567
        },
        {
            "start": 1248663571,
            "stop": 1248665441
        },
        {
            "start": 1248671621,
            "stop": 1248673334
        }
    ]
}