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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=248",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 249,
    "results": [
        {
            "start": 1240233356,
            "stop": 1240233388
        },
        {
            "start": 1240233391,
            "stop": 1240233488
        },
        {
            "start": 1240233491,
            "stop": 1240233628
        },
        {
            "start": 1240233630,
            "stop": 1240234415
        },
        {
            "start": 1240234417,
            "stop": 1240234763
        },
        {
            "start": 1240234764,
            "stop": 1240234794
        },
        {
            "start": 1240234797,
            "stop": 1240234818
        },
        {
            "start": 1240234823,
            "stop": 1240234826
        },
        {
            "start": 1240234829,
            "stop": 1240234832
        },
        {
            "start": 1240234835,
            "stop": 1240235131
        },
        {
            "start": 1240235134,
            "stop": 1240235512
        },
        {
            "start": 1240235514,
            "stop": 1240235675
        },
        {
            "start": 1240235678,
            "stop": 1240236367
        },
        {
            "start": 1240236369,
            "stop": 1240236571
        },
        {
            "start": 1240236572,
            "stop": 1240236577
        },
        {
            "start": 1240236578,
            "stop": 1240236890
        },
        {
            "start": 1240236891,
            "stop": 1240237567
        },
        {
            "start": 1240237568,
            "stop": 1240237842
        },
        {
            "start": 1240237843,
            "stop": 1240238543
        },
        {
            "start": 1240238545,
            "stop": 1240239007
        }
    ]
}