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=714
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=715",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=713",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 714,
    "results": [
        {
            "start": 1248984829,
            "stop": 1248984830
        },
        {
            "start": 1248984836,
            "stop": 1248984840
        },
        {
            "start": 1248984845,
            "stop": 1248984847
        },
        {
            "start": 1248984853,
            "stop": 1248984888
        },
        {
            "start": 1248984889,
            "stop": 1248984890
        },
        {
            "start": 1248984891,
            "stop": 1248984895
        },
        {
            "start": 1248984900,
            "stop": 1248984905
        },
        {
            "start": 1248984906,
            "stop": 1248984909
        },
        {
            "start": 1248984915,
            "stop": 1248984917
        },
        {
            "start": 1248984925,
            "stop": 1248984926
        },
        {
            "start": 1248984927,
            "stop": 1248984944
        },
        {
            "start": 1248984946,
            "stop": 1248984947
        },
        {
            "start": 1248984951,
            "stop": 1248985282
        },
        {
            "start": 1248985287,
            "stop": 1248985289
        },
        {
            "start": 1248985298,
            "stop": 1248985299
        },
        {
            "start": 1248985305,
            "stop": 1248985323
        },
        {
            "start": 1248985328,
            "stop": 1248985329
        },
        {
            "start": 1248985336,
            "stop": 1248985345
        },
        {
            "start": 1248985353,
            "stop": 1248985361
        },
        {
            "start": 1248985363,
            "stop": 1248985365
        }
    ]
}