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=1907
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=1908",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1906",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1907,
    "results": [
        {
            "start": 1251723102,
            "stop": 1251726694
        },
        {
            "start": 1251726697,
            "stop": 1251727230
        },
        {
            "start": 1251727233,
            "stop": 1251728295
        },
        {
            "start": 1251728298,
            "stop": 1251729176
        },
        {
            "start": 1251729179,
            "stop": 1251729180
        },
        {
            "start": 1251729183,
            "stop": 1251729198
        },
        {
            "start": 1251729201,
            "stop": 1251729215
        },
        {
            "start": 1251729218,
            "stop": 1251729317
        },
        {
            "start": 1251729320,
            "stop": 1251729871
        },
        {
            "start": 1251729874,
            "stop": 1251730063
        },
        {
            "start": 1251730066,
            "stop": 1251731130
        },
        {
            "start": 1251731133,
            "stop": 1251731137
        },
        {
            "start": 1251741031,
            "stop": 1251741109
        },
        {
            "start": 1251741112,
            "stop": 1251741120
        },
        {
            "start": 1251741122,
            "stop": 1251741123
        },
        {
            "start": 1251741125,
            "stop": 1251741127
        },
        {
            "start": 1251741129,
            "stop": 1251741362
        },
        {
            "start": 1251741363,
            "stop": 1251742591
        },
        {
            "start": 1251742594,
            "stop": 1251743002
        },
        {
            "start": 1251743005,
            "stop": 1251744182
        }
    ]
}