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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=523",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 524,
    "results": [
        {
            "start": 1184898957,
            "stop": 1184899425
        },
        {
            "start": 1184899427,
            "stop": 1184899438
        },
        {
            "start": 1184899440,
            "stop": 1184899478
        },
        {
            "start": 1184899482,
            "stop": 1184899745
        },
        {
            "start": 1184899749,
            "stop": 1184899992
        },
        {
            "start": 1184899996,
            "stop": 1184900152
        },
        {
            "start": 1184900154,
            "stop": 1184900155
        },
        {
            "start": 1184900157,
            "stop": 1184900315
        },
        {
            "start": 1184900317,
            "stop": 1184900372
        },
        {
            "start": 1184900374,
            "stop": 1184900375
        },
        {
            "start": 1184900377,
            "stop": 1184900800
        },
        {
            "start": 1184900802,
            "stop": 1184900836
        },
        {
            "start": 1184900839,
            "stop": 1184900840
        },
        {
            "start": 1184900842,
            "stop": 1184900846
        },
        {
            "start": 1184900849,
            "stop": 1184900854
        },
        {
            "start": 1184900857,
            "stop": 1184900858
        },
        {
            "start": 1184900865,
            "stop": 1184900866
        },
        {
            "start": 1184900869,
            "stop": 1184900870
        },
        {
            "start": 1184900874,
            "stop": 1184900917
        },
        {
            "start": 1184900942,
            "stop": 1184901001
        }
    ]
}