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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33182",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33183,
    "results": [
        {
            "start": 970823486,
            "stop": 970823590
        },
        {
            "start": 970823592,
            "stop": 970823745
        },
        {
            "start": 970823748,
            "stop": 970824517
        },
        {
            "start": 970824520,
            "stop": 970824584
        },
        {
            "start": 970824587,
            "stop": 970824591
        },
        {
            "start": 970824594,
            "stop": 970824650
        },
        {
            "start": 970824653,
            "stop": 970824671
        },
        {
            "start": 970824672,
            "stop": 970824919
        },
        {
            "start": 970824922,
            "stop": 970824929
        },
        {
            "start": 970824934,
            "stop": 970824945
        },
        {
            "start": 970824948,
            "stop": 970825063
        },
        {
            "start": 970825068,
            "stop": 970825096
        },
        {
            "start": 970825099,
            "stop": 970825203
        },
        {
            "start": 970825206,
            "stop": 970825208
        },
        {
            "start": 970825210,
            "stop": 970825317
        },
        {
            "start": 970825320,
            "stop": 970825364
        },
        {
            "start": 970825365,
            "stop": 970825373
        },
        {
            "start": 970825374,
            "stop": 970825411
        },
        {
            "start": 970825412,
            "stop": 970826599
        },
        {
            "start": 970826602,
            "stop": 970826651
        }
    ]
}