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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1418",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1419,
    "results": [
        {
            "start": 850101597,
            "stop": 850111273
        },
        {
            "start": 850111555,
            "stop": 850112233
        },
        {
            "start": 850117547,
            "stop": 850137733
        },
        {
            "start": 850140418,
            "stop": 850146596
        },
        {
            "start": 850146599,
            "stop": 850153373
        },
        {
            "start": 850153376,
            "stop": 850155262
        },
        {
            "start": 850155265,
            "stop": 850161550
        },
        {
            "start": 850162544,
            "stop": 850164462
        },
        {
            "start": 850165234,
            "stop": 850166519
        },
        {
            "start": 850166522,
            "stop": 850166540
        },
        {
            "start": 850166545,
            "stop": 850166546
        },
        {
            "start": 850166549,
            "stop": 850166556
        },
        {
            "start": 850166559,
            "stop": 850182187
        },
        {
            "start": 850182444,
            "stop": 850187413
        },
        {
            "start": 850240759,
            "stop": 850241441
        },
        {
            "start": 850265413,
            "stop": 850278253
        },
        {
            "start": 850281534,
            "stop": 850282737
        },
        {
            "start": 850284118,
            "stop": 850317433
        },
        {
            "start": 850324195,
            "stop": 850324890
        },
        {
            "start": 850324895,
            "stop": 850325115
        }
    ]
}