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=1642
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=1643",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1641",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1642,
    "results": [
        {
            "start": 1247828877,
            "stop": 1247828878
        },
        {
            "start": 1247828882,
            "stop": 1247828885
        },
        {
            "start": 1247828893,
            "stop": 1247830080
        },
        {
            "start": 1247830083,
            "stop": 1247830267
        },
        {
            "start": 1247830270,
            "stop": 1247831070
        },
        {
            "start": 1247831072,
            "stop": 1247831079
        },
        {
            "start": 1247831087,
            "stop": 1247831089
        },
        {
            "start": 1247831093,
            "stop": 1247831107
        },
        {
            "start": 1247831112,
            "stop": 1247831113
        },
        {
            "start": 1247831114,
            "stop": 1247831115
        },
        {
            "start": 1247831152,
            "stop": 1247831190
        },
        {
            "start": 1247831198,
            "stop": 1247831205
        },
        {
            "start": 1247831209,
            "stop": 1247831210
        },
        {
            "start": 1247831211,
            "stop": 1247831212
        },
        {
            "start": 1247831216,
            "stop": 1247831227
        },
        {
            "start": 1247831235,
            "stop": 1247832074
        },
        {
            "start": 1247832090,
            "stop": 1247832097
        },
        {
            "start": 1247832109,
            "stop": 1247832110
        },
        {
            "start": 1247832111,
            "stop": 1247832114
        },
        {
            "start": 1247832119,
            "stop": 1247832120
        }
    ]
}