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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=513",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 514,
    "results": [
        {
            "start": 1184755001,
            "stop": 1184755004
        },
        {
            "start": 1184755006,
            "stop": 1184755010
        },
        {
            "start": 1184755017,
            "stop": 1184755018
        },
        {
            "start": 1184755059,
            "stop": 1184755075
        },
        {
            "start": 1184755077,
            "stop": 1184755095
        },
        {
            "start": 1184764852,
            "stop": 1184765153
        },
        {
            "start": 1184765395,
            "stop": 1184765453
        },
        {
            "start": 1184765755,
            "stop": 1184765813
        },
        {
            "start": 1184766295,
            "stop": 1184766399
        },
        {
            "start": 1184766401,
            "stop": 1184766593
        },
        {
            "start": 1184766955,
            "stop": 1184767133
        },
        {
            "start": 1184767435,
            "stop": 1184767613
        },
        {
            "start": 1184767675,
            "stop": 1184768661
        },
        {
            "start": 1184768663,
            "stop": 1184769569
        },
        {
            "start": 1184769571,
            "stop": 1184772001
        },
        {
            "start": 1184772004,
            "stop": 1184775772
        },
        {
            "start": 1184775776,
            "stop": 1184776060
        },
        {
            "start": 1184776736,
            "stop": 1184779691
        },
        {
            "start": 1184779695,
            "stop": 1184782987
        },
        {
            "start": 1184782991,
            "stop": 1184785821
        }
    ]
}