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=955
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=956",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=954",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 955,
    "results": [
        {
            "start": 1251683904,
            "stop": 1251683969
        },
        {
            "start": 1251683974,
            "stop": 1251683980
        },
        {
            "start": 1251683983,
            "stop": 1251683990
        },
        {
            "start": 1251683995,
            "stop": 1251683997
        },
        {
            "start": 1251684002,
            "stop": 1251684008
        },
        {
            "start": 1251684013,
            "stop": 1251684093
        },
        {
            "start": 1251684098,
            "stop": 1251684145
        },
        {
            "start": 1251684148,
            "stop": 1251684161
        },
        {
            "start": 1251684166,
            "stop": 1251684196
        },
        {
            "start": 1251684201,
            "stop": 1251684207
        },
        {
            "start": 1251684212,
            "stop": 1251684345
        },
        {
            "start": 1251684350,
            "stop": 1251684406
        },
        {
            "start": 1251684411,
            "stop": 1251684417
        },
        {
            "start": 1251684422,
            "stop": 1251684427
        },
        {
            "start": 1251684432,
            "stop": 1251684474
        },
        {
            "start": 1251684479,
            "stop": 1251684494
        },
        {
            "start": 1251684499,
            "stop": 1251684725
        },
        {
            "start": 1251684730,
            "stop": 1251684740
        },
        {
            "start": 1251684745,
            "stop": 1251684797
        },
        {
            "start": 1251684802,
            "stop": 1251684834
        }
    ]
}