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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1917",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1915",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1916,
    "results": [
        {
            "start": 1251962975,
            "stop": 1251962985
        },
        {
            "start": 1251962988,
            "stop": 1251963015
        },
        {
            "start": 1251963018,
            "stop": 1251963061
        },
        {
            "start": 1251963064,
            "stop": 1251963091
        },
        {
            "start": 1251963094,
            "stop": 1251963114
        },
        {
            "start": 1251963117,
            "stop": 1251963176
        },
        {
            "start": 1251963181,
            "stop": 1251963201
        },
        {
            "start": 1251963207,
            "stop": 1251963263
        },
        {
            "start": 1251963266,
            "stop": 1251963274
        },
        {
            "start": 1251963276,
            "stop": 1251963312
        },
        {
            "start": 1251963315,
            "stop": 1251963325
        },
        {
            "start": 1251963328,
            "stop": 1251963341
        },
        {
            "start": 1251963344,
            "stop": 1251963389
        },
        {
            "start": 1251963390,
            "stop": 1251963396
        },
        {
            "start": 1251963399,
            "stop": 1251963411
        },
        {
            "start": 1251963414,
            "stop": 1251963441
        },
        {
            "start": 1251963447,
            "stop": 1251963448
        },
        {
            "start": 1251963451,
            "stop": 1251963459
        },
        {
            "start": 1251963464,
            "stop": 1251963531
        },
        {
            "start": 1251963534,
            "stop": 1251963587
        }
    ]
}