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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 167,
    "results": [
        {
            "start": 1239826311,
            "stop": 1239826723
        },
        {
            "start": 1239826724,
            "stop": 1239826730
        },
        {
            "start": 1239826731,
            "stop": 1239826840
        },
        {
            "start": 1239826843,
            "stop": 1239827128
        },
        {
            "start": 1239827131,
            "stop": 1239827235
        },
        {
            "start": 1239827236,
            "stop": 1239827403
        },
        {
            "start": 1239827404,
            "stop": 1239828130
        },
        {
            "start": 1239828131,
            "stop": 1239828226
        },
        {
            "start": 1239828229,
            "stop": 1239828314
        },
        {
            "start": 1239828315,
            "stop": 1239828333
        },
        {
            "start": 1239828334,
            "stop": 1239828576
        },
        {
            "start": 1239828577,
            "stop": 1239828615
        },
        {
            "start": 1239828616,
            "stop": 1239828690
        },
        {
            "start": 1239828691,
            "stop": 1239828911
        },
        {
            "start": 1239828912,
            "stop": 1239828913
        },
        {
            "start": 1239828914,
            "stop": 1239828958
        },
        {
            "start": 1239828961,
            "stop": 1239829210
        },
        {
            "start": 1239829211,
            "stop": 1239829310
        },
        {
            "start": 1239829312,
            "stop": 1239829346
        },
        {
            "start": 1239829348,
            "stop": 1239829766
        }
    ]
}