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=1914
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=1915",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1913",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1914,
    "results": [
        {
            "start": 1251923007,
            "stop": 1251924186
        },
        {
            "start": 1251924189,
            "stop": 1251924364
        },
        {
            "start": 1251924372,
            "stop": 1251924754
        },
        {
            "start": 1251924757,
            "stop": 1251925081
        },
        {
            "start": 1251925084,
            "stop": 1251925878
        },
        {
            "start": 1251925881,
            "stop": 1251927527
        },
        {
            "start": 1251927535,
            "stop": 1251931885
        },
        {
            "start": 1251931893,
            "stop": 1251933679
        },
        {
            "start": 1251933682,
            "stop": 1251934078
        },
        {
            "start": 1251934080,
            "stop": 1251934151
        },
        {
            "start": 1251934154,
            "stop": 1251935143
        },
        {
            "start": 1251935146,
            "stop": 1251935276
        },
        {
            "start": 1251935279,
            "stop": 1251936047
        },
        {
            "start": 1251936048,
            "stop": 1251936117
        },
        {
            "start": 1251936118,
            "stop": 1251938458
        },
        {
            "start": 1251938460,
            "stop": 1251941181
        },
        {
            "start": 1251941184,
            "stop": 1251942654
        },
        {
            "start": 1251942656,
            "stop": 1251942657
        },
        {
            "start": 1251942660,
            "stop": 1251942661
        },
        {
            "start": 1251942665,
            "stop": 1251943405
        }
    ]
}