Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=133
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 133,
    "results": [
        {
            "start": 1258121199,
            "stop": 1258121208
        },
        {
            "start": 1258121212,
            "stop": 1258121220
        },
        {
            "start": 1258121221,
            "stop": 1258121226
        },
        {
            "start": 1258121228,
            "stop": 1258121360
        },
        {
            "start": 1258121362,
            "stop": 1258121375
        },
        {
            "start": 1258121377,
            "stop": 1258121397
        },
        {
            "start": 1258121400,
            "stop": 1258121401
        },
        {
            "start": 1258121403,
            "stop": 1258121415
        },
        {
            "start": 1258121416,
            "stop": 1258121421
        },
        {
            "start": 1258121423,
            "stop": 1258121468
        },
        {
            "start": 1258121471,
            "stop": 1258121587
        },
        {
            "start": 1258121589,
            "stop": 1258121592
        },
        {
            "start": 1258121594,
            "stop": 1258121614
        },
        {
            "start": 1258121616,
            "stop": 1258121694
        },
        {
            "start": 1258121697,
            "stop": 1258121720
        },
        {
            "start": 1258121721,
            "stop": 1258121722
        },
        {
            "start": 1258121724,
            "stop": 1258121738
        },
        {
            "start": 1258121739,
            "stop": 1258121751
        },
        {
            "start": 1258121754,
            "stop": 1258121785
        },
        {
            "start": 1258121787,
            "stop": 1258121798
        }
    ]
}