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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1809",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1807",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1808,
    "results": [
        {
            "start": 960946742,
            "stop": 960950414
        },
        {
            "start": 960952917,
            "stop": 960986643
        },
        {
            "start": 960993855,
            "stop": 960995503
        },
        {
            "start": 960997636,
            "stop": 961002748
        },
        {
            "start": 961006153,
            "stop": 961011090
        },
        {
            "start": 961012627,
            "stop": 961028887
        },
        {
            "start": 961046215,
            "stop": 961052518
        },
        {
            "start": 961058241,
            "stop": 961070182
        },
        {
            "start": 961073221,
            "stop": 961086132
        },
        {
            "start": 961227571,
            "stop": 961228155
        },
        {
            "start": 961229118,
            "stop": 961238581
        },
        {
            "start": 961312386,
            "stop": 961314004
        },
        {
            "start": 961314006,
            "stop": 961314873
        },
        {
            "start": 961315746,
            "stop": 961316385
        },
        {
            "start": 961316387,
            "stop": 961317033
        },
        {
            "start": 961317785,
            "stop": 961318432
        },
        {
            "start": 961318434,
            "stop": 961318583
        },
        {
            "start": 961318585,
            "stop": 961318877
        },
        {
            "start": 961318878,
            "stop": 961319261
        },
        {
            "start": 961319962,
            "stop": 961320006
        }
    ]
}