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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=199",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 200,
    "results": [
        {
            "start": 820832737,
            "stop": 820834384
        },
        {
            "start": 820834388,
            "stop": 820835922
        },
        {
            "start": 820835925,
            "stop": 820838071
        },
        {
            "start": 820838074,
            "stop": 820839484
        },
        {
            "start": 820839487,
            "stop": 820841292
        },
        {
            "start": 820841295,
            "stop": 820842872
        },
        {
            "start": 820842875,
            "stop": 820843936
        },
        {
            "start": 820843939,
            "stop": 820844607
        },
        {
            "start": 820844610,
            "stop": 820845158
        },
        {
            "start": 820845161,
            "stop": 820845309
        },
        {
            "start": 820845312,
            "stop": 820847305
        },
        {
            "start": 820848189,
            "stop": 820848411
        },
        {
            "start": 820848414,
            "stop": 820849550
        },
        {
            "start": 820849553,
            "stop": 820849619
        },
        {
            "start": 820849622,
            "stop": 820850606
        },
        {
            "start": 820850609,
            "stop": 820850650
        },
        {
            "start": 820850653,
            "stop": 820852273
        },
        {
            "start": 820852287,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820852714
        },
        {
            "start": 820852717,
            "stop": 820854392
        }
    ]
}