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=1906
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=1907",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1905",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1906,
    "results": [
        {
            "start": 1251705533,
            "stop": 1251706838
        },
        {
            "start": 1251706841,
            "stop": 1251707669
        },
        {
            "start": 1251707672,
            "stop": 1251709736
        },
        {
            "start": 1251709739,
            "stop": 1251709744
        },
        {
            "start": 1251709747,
            "stop": 1251709759
        },
        {
            "start": 1251709762,
            "stop": 1251709771
        },
        {
            "start": 1251709774,
            "stop": 1251709783
        },
        {
            "start": 1251709786,
            "stop": 1251709790
        },
        {
            "start": 1251709793,
            "stop": 1251710172
        },
        {
            "start": 1251710180,
            "stop": 1251711315
        },
        {
            "start": 1251711318,
            "stop": 1251713459
        },
        {
            "start": 1251713462,
            "stop": 1251714063
        },
        {
            "start": 1251714066,
            "stop": 1251716238
        },
        {
            "start": 1251716241,
            "stop": 1251716449
        },
        {
            "start": 1251716451,
            "stop": 1251716715
        },
        {
            "start": 1251716718,
            "stop": 1251716807
        },
        {
            "start": 1251716810,
            "stop": 1251720186
        },
        {
            "start": 1251720188,
            "stop": 1251721621
        },
        {
            "start": 1251721629,
            "stop": 1251722281
        },
        {
            "start": 1251722284,
            "stop": 1251723099
        }
    ]
}