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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5317",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5315",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5316,
    "results": [
        {
            "start": 1136506008,
            "stop": 1136506123
        },
        {
            "start": 1136506125,
            "stop": 1136506158
        },
        {
            "start": 1136506160,
            "stop": 1136506169
        },
        {
            "start": 1136506171,
            "stop": 1136506292
        },
        {
            "start": 1136506294,
            "stop": 1136506317
        },
        {
            "start": 1136506319,
            "stop": 1136506414
        },
        {
            "start": 1136506418,
            "stop": 1136506509
        },
        {
            "start": 1136506511,
            "stop": 1136506581
        },
        {
            "start": 1136506583,
            "stop": 1136506594
        },
        {
            "start": 1136506596,
            "stop": 1136506619
        },
        {
            "start": 1136506621,
            "stop": 1136506763
        },
        {
            "start": 1136514829,
            "stop": 1136514960
        },
        {
            "start": 1136514962,
            "stop": 1136515026
        },
        {
            "start": 1136515028,
            "stop": 1136515629
        },
        {
            "start": 1136515631,
            "stop": 1136515689
        },
        {
            "start": 1136515691,
            "stop": 1136515840
        },
        {
            "start": 1136515842,
            "stop": 1136515973
        },
        {
            "start": 1136515975,
            "stop": 1136515980
        },
        {
            "start": 1136515982,
            "stop": 1136515999
        },
        {
            "start": 1136516001,
            "stop": 1136516014
        }
    ]
}