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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 94,
    "results": [
        {
            "start": 1371535346,
            "stop": 1371537494
        },
        {
            "start": 1371537495,
            "stop": 1371539738
        },
        {
            "start": 1371539740,
            "stop": 1371541661
        },
        {
            "start": 1371541663,
            "stop": 1371543977
        },
        {
            "start": 1371543979,
            "stop": 1371545354
        },
        {
            "start": 1371545358,
            "stop": 1371546026
        },
        {
            "start": 1371546028,
            "stop": 1371548212
        },
        {
            "start": 1371548214,
            "stop": 1371550097
        },
        {
            "start": 1371550099,
            "stop": 1371550210
        },
        {
            "start": 1371550213,
            "stop": 1371551436
        },
        {
            "start": 1371551441,
            "stop": 1371552421
        },
        {
            "start": 1371552423,
            "stop": 1371554398
        },
        {
            "start": 1371554399,
            "stop": 1371556696
        },
        {
            "start": 1371556697,
            "stop": 1371558824
        },
        {
            "start": 1371558825,
            "stop": 1371561191
        },
        {
            "start": 1371561192,
            "stop": 1371561381
        },
        {
            "start": 1371561382,
            "stop": 1371561979
        },
        {
            "start": 1371561981,
            "stop": 1371562776
        },
        {
            "start": 1371562777,
            "stop": 1371564083
        },
        {
            "start": 1371564088,
            "stop": 1371564961
        }
    ]
}