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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6377",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6378,
    "results": [
        {
            "start": 873521219,
            "stop": 873521993
        },
        {
            "start": 873521994,
            "stop": 873522128
        },
        {
            "start": 873522129,
            "stop": 873522180
        },
        {
            "start": 873522181,
            "stop": 873522331
        },
        {
            "start": 873522332,
            "stop": 873522552
        },
        {
            "start": 873522553,
            "stop": 873522609
        },
        {
            "start": 873522610,
            "stop": 873522789
        },
        {
            "start": 873522790,
            "stop": 873523543
        },
        {
            "start": 873523544,
            "stop": 873523744
        },
        {
            "start": 873523745,
            "stop": 873524010
        },
        {
            "start": 873524011,
            "stop": 873524298
        },
        {
            "start": 873524299,
            "stop": 873524340
        },
        {
            "start": 873524341,
            "stop": 873525073
        },
        {
            "start": 873525075,
            "stop": 873525127
        },
        {
            "start": 873525128,
            "stop": 873525400
        },
        {
            "start": 873525401,
            "stop": 873525548
        },
        {
            "start": 873525549,
            "stop": 873525791
        },
        {
            "start": 873525792,
            "stop": 873525796
        },
        {
            "start": 873525797,
            "stop": 873525816
        },
        {
            "start": 873525817,
            "stop": 873526145
        }
    ]
}