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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 165,
    "results": [
        {
            "start": 1126737435,
            "stop": 1126737744
        },
        {
            "start": 1126737746,
            "stop": 1126737748
        },
        {
            "start": 1126737750,
            "stop": 1126737838
        },
        {
            "start": 1126737839,
            "stop": 1126737994
        },
        {
            "start": 1126738001,
            "stop": 1126738230
        },
        {
            "start": 1126738231,
            "stop": 1126738539
        },
        {
            "start": 1126738541,
            "stop": 1126738608
        },
        {
            "start": 1126738609,
            "stop": 1126738694
        },
        {
            "start": 1126738695,
            "stop": 1126738802
        },
        {
            "start": 1126738810,
            "stop": 1126738993
        },
        {
            "start": 1126738994,
            "stop": 1126739394
        },
        {
            "start": 1126739396,
            "stop": 1126739797
        },
        {
            "start": 1126739798,
            "stop": 1126739807
        },
        {
            "start": 1126739809,
            "stop": 1126739968
        },
        {
            "start": 1126739973,
            "stop": 1126739978
        },
        {
            "start": 1126739981,
            "stop": 1126740186
        },
        {
            "start": 1126740187,
            "stop": 1126740504
        },
        {
            "start": 1126740506,
            "stop": 1126740571
        },
        {
            "start": 1126740573,
            "stop": 1126740951
        },
        {
            "start": 1126740953,
            "stop": 1126740972
        }
    ]
}