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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=416",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 417,
    "results": [
        {
            "start": 1261457945,
            "stop": 1261457946
        },
        {
            "start": 1261457949,
            "stop": 1261458040
        },
        {
            "start": 1261458043,
            "stop": 1261458241
        },
        {
            "start": 1261458244,
            "stop": 1261458245
        },
        {
            "start": 1261458248,
            "stop": 1261458733
        },
        {
            "start": 1261458736,
            "stop": 1261459045
        },
        {
            "start": 1261459048,
            "stop": 1261460141
        },
        {
            "start": 1261460144,
            "stop": 1261460172
        },
        {
            "start": 1261460175,
            "stop": 1261460361
        },
        {
            "start": 1261460364,
            "stop": 1261460419
        },
        {
            "start": 1261460421,
            "stop": 1261460987
        },
        {
            "start": 1261460990,
            "stop": 1261461238
        },
        {
            "start": 1261461241,
            "stop": 1261461250
        },
        {
            "start": 1261461253,
            "stop": 1261461338
        },
        {
            "start": 1261461340,
            "stop": 1261461834
        },
        {
            "start": 1261461837,
            "stop": 1261462405
        },
        {
            "start": 1261462408,
            "stop": 1261462564
        },
        {
            "start": 1261462567,
            "stop": 1261463332
        },
        {
            "start": 1261463335,
            "stop": 1261463407
        },
        {
            "start": 1261463410,
            "stop": 1261463746
        }
    ]
}