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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 102,
    "results": [
        {
            "start": 817815199,
            "stop": 817815250
        },
        {
            "start": 817815253,
            "stop": 817815255
        },
        {
            "start": 817815260,
            "stop": 817815262
        },
        {
            "start": 817815266,
            "stop": 817815296
        },
        {
            "start": 817815302,
            "stop": 817815401
        },
        {
            "start": 817815422,
            "stop": 817815451
        },
        {
            "start": 817815456,
            "stop": 817815495
        },
        {
            "start": 817815506,
            "stop": 817815513
        },
        {
            "start": 817815516,
            "stop": 817815519
        },
        {
            "start": 817815522,
            "stop": 817815531
        },
        {
            "start": 817815538,
            "stop": 817815544
        },
        {
            "start": 817815547,
            "stop": 817815557
        },
        {
            "start": 817815571,
            "stop": 817815572
        },
        {
            "start": 817815575,
            "stop": 817815592
        },
        {
            "start": 817815595,
            "stop": 817815602
        },
        {
            "start": 817815606,
            "stop": 817815642
        },
        {
            "start": 817815647,
            "stop": 817815649
        },
        {
            "start": 817815653,
            "stop": 817815658
        },
        {
            "start": 817815662,
            "stop": 817815720
        },
        {
            "start": 817815726,
            "stop": 817815740
        }
    ]
}