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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40890",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40891,
    "results": [
        {
            "start": 875077180,
            "stop": 875077396
        },
        {
            "start": 875077398,
            "stop": 875077555
        },
        {
            "start": 875077557,
            "stop": 875077613
        },
        {
            "start": 875077614,
            "stop": 875077627
        },
        {
            "start": 875077629,
            "stop": 875077652
        },
        {
            "start": 875077653,
            "stop": 875077672
        },
        {
            "start": 875077673,
            "stop": 875077722
        },
        {
            "start": 875077723,
            "stop": 875077751
        },
        {
            "start": 875077752,
            "stop": 875077796
        },
        {
            "start": 875077798,
            "stop": 875077854
        },
        {
            "start": 875077855,
            "stop": 875077982
        },
        {
            "start": 875077983,
            "stop": 875078067
        },
        {
            "start": 875078068,
            "stop": 875078082
        },
        {
            "start": 875078083,
            "stop": 875078089
        },
        {
            "start": 875078090,
            "stop": 875078179
        },
        {
            "start": 875078181,
            "stop": 875078256
        },
        {
            "start": 875078257,
            "stop": 875078299
        },
        {
            "start": 875078301,
            "stop": 875078342
        },
        {
            "start": 875078343,
            "stop": 875078374
        },
        {
            "start": 875078375,
            "stop": 875078405
        }
    ]
}