Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=36",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 37,
    "results": [
        {
            "start": 815946923,
            "stop": 815947154
        },
        {
            "start": 815947158,
            "stop": 815950182
        },
        {
            "start": 815950185,
            "stop": 815950558
        },
        {
            "start": 815950561,
            "stop": 815950834
        },
        {
            "start": 815950835,
            "stop": 815951022
        },
        {
            "start": 815951025,
            "stop": 815954403
        },
        {
            "start": 815954406,
            "stop": 815959514
        },
        {
            "start": 815961820,
            "stop": 815963474
        },
        {
            "start": 815963478,
            "stop": 815965885
        },
        {
            "start": 815965888,
            "stop": 815972510
        },
        {
            "start": 815972513,
            "stop": 815973555
        },
        {
            "start": 815973558,
            "stop": 815974257
        },
        {
            "start": 815974260,
            "stop": 815975017
        },
        {
            "start": 815975020,
            "stop": 815979024
        },
        {
            "start": 815979027,
            "stop": 815988344
        },
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991985,
            "stop": 815997949
        },
        {
            "start": 815997952,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816005653
        },
        {
            "start": 816005656,
            "stop": 816007893
        }
    ]
}