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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=308",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 309,
    "results": [
        {
            "start": 1240196346,
            "stop": 1240196465
        },
        {
            "start": 1240196466,
            "stop": 1240196585
        },
        {
            "start": 1240196586,
            "stop": 1240196705
        },
        {
            "start": 1240196706,
            "stop": 1240196825
        },
        {
            "start": 1240196826,
            "stop": 1240196911
        },
        {
            "start": 1240196914,
            "stop": 1240196945
        },
        {
            "start": 1240196946,
            "stop": 1240197065
        },
        {
            "start": 1240197066,
            "stop": 1240197185
        },
        {
            "start": 1240197186,
            "stop": 1240197305
        },
        {
            "start": 1240197306,
            "stop": 1240197425
        },
        {
            "start": 1240197426,
            "stop": 1240197545
        },
        {
            "start": 1240197546,
            "stop": 1240197665
        },
        {
            "start": 1240197666,
            "stop": 1240197785
        },
        {
            "start": 1240197786,
            "stop": 1240197823
        },
        {
            "start": 1240197826,
            "stop": 1240197905
        },
        {
            "start": 1240197906,
            "stop": 1240198025
        },
        {
            "start": 1240198026,
            "stop": 1240198125
        },
        {
            "start": 1240198126,
            "stop": 1240198265
        },
        {
            "start": 1240198266,
            "stop": 1240198385
        },
        {
            "start": 1240198386,
            "stop": 1240198505
        }
    ]
}