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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=735",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 736,
    "results": [
        {
            "start": 1267562819,
            "stop": 1267562822
        },
        {
            "start": 1267562823,
            "stop": 1267562824
        },
        {
            "start": 1267562826,
            "stop": 1267562828
        },
        {
            "start": 1267562829,
            "stop": 1267562831
        },
        {
            "start": 1267562832,
            "stop": 1267563036
        },
        {
            "start": 1267563037,
            "stop": 1267563041
        },
        {
            "start": 1267563043,
            "stop": 1267563044
        },
        {
            "start": 1267563046,
            "stop": 1267563049
        },
        {
            "start": 1267563052,
            "stop": 1267563056
        },
        {
            "start": 1267563065,
            "stop": 1267563081
        },
        {
            "start": 1267563082,
            "stop": 1267563083
        },
        {
            "start": 1267563089,
            "stop": 1267563091
        },
        {
            "start": 1267563095,
            "stop": 1267563500
        },
        {
            "start": 1267563504,
            "stop": 1267563873
        },
        {
            "start": 1267563876,
            "stop": 1267564779
        },
        {
            "start": 1267564780,
            "stop": 1267565130
        },
        {
            "start": 1267565131,
            "stop": 1267565805
        },
        {
            "start": 1267565806,
            "stop": 1267566533
        },
        {
            "start": 1267566537,
            "stop": 1267566973
        },
        {
            "start": 1267566974,
            "stop": 1267567218
        }
    ]
}