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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1813",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1811",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1812,
    "results": [
        {
            "start": 1250110962,
            "stop": 1250111528
        },
        {
            "start": 1250111531,
            "stop": 1250111545
        },
        {
            "start": 1250111548,
            "stop": 1250112023
        },
        {
            "start": 1250112026,
            "stop": 1250112544
        },
        {
            "start": 1250112545,
            "stop": 1250113211
        },
        {
            "start": 1250113213,
            "stop": 1250115009
        },
        {
            "start": 1250115012,
            "stop": 1250115361
        },
        {
            "start": 1250115362,
            "stop": 1250117011
        },
        {
            "start": 1250117014,
            "stop": 1250119115
        },
        {
            "start": 1250119123,
            "stop": 1250119413
        },
        {
            "start": 1250119416,
            "stop": 1250120704
        },
        {
            "start": 1250120707,
            "stop": 1250120866
        },
        {
            "start": 1250120869,
            "stop": 1250121236
        },
        {
            "start": 1250121238,
            "stop": 1250121425
        },
        {
            "start": 1250121428,
            "stop": 1250122027
        },
        {
            "start": 1250122030,
            "stop": 1250123858
        },
        {
            "start": 1250123861,
            "stop": 1250125353
        },
        {
            "start": 1250136801,
            "stop": 1250137740
        },
        {
            "start": 1250137743,
            "stop": 1250138144
        },
        {
            "start": 1250138147,
            "stop": 1250138718
        }
    ]
}