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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3128",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3129,
    "results": [
        {
            "start": 868144125,
            "stop": 868144278
        },
        {
            "start": 868144582,
            "stop": 868144588
        },
        {
            "start": 868144898,
            "stop": 868147664
        },
        {
            "start": 868147845,
            "stop": 868148400
        },
        {
            "start": 868148405,
            "stop": 868148460
        },
        {
            "start": 868148520,
            "stop": 868148564
        },
        {
            "start": 868148745,
            "stop": 868149404
        },
        {
            "start": 868149585,
            "stop": 868153620
        },
        {
            "start": 868153680,
            "stop": 868162678
        },
        {
            "start": 868162809,
            "stop": 868170224
        },
        {
            "start": 868170405,
            "stop": 868171833
        },
        {
            "start": 868171836,
            "stop": 868171852
        },
        {
            "start": 868171856,
            "stop": 868173900
        },
        {
            "start": 868173960,
            "stop": 868178668
        },
        {
            "start": 868178671,
            "stop": 868186260
        },
        {
            "start": 868186320,
            "stop": 868187340
        },
        {
            "start": 868187400,
            "stop": 868188266
        },
        {
            "start": 868188269,
            "stop": 868192080
        },
        {
            "start": 868192200,
            "stop": 868192800
        },
        {
            "start": 868192920,
            "stop": 868192980
        }
    ]
}