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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=445",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 446,
    "results": [
        {
            "start": 847819298,
            "stop": 847819364
        },
        {
            "start": 847819366,
            "stop": 847819412
        },
        {
            "start": 847819413,
            "stop": 847819480
        },
        {
            "start": 847819482,
            "stop": 847819486
        },
        {
            "start": 847819487,
            "stop": 847819533
        },
        {
            "start": 847819535,
            "stop": 847819569
        },
        {
            "start": 847819570,
            "stop": 847819581
        },
        {
            "start": 847819582,
            "stop": 847819607
        },
        {
            "start": 847819608,
            "stop": 847819611
        },
        {
            "start": 847819613,
            "stop": 847819693
        },
        {
            "start": 847819695,
            "stop": 847819704
        },
        {
            "start": 847819705,
            "stop": 847819782
        },
        {
            "start": 847819783,
            "stop": 847819789
        },
        {
            "start": 847819790,
            "stop": 847819953
        },
        {
            "start": 847819955,
            "stop": 847820045
        },
        {
            "start": 847820046,
            "stop": 847820291
        },
        {
            "start": 847820292,
            "stop": 847820300
        },
        {
            "start": 847820302,
            "stop": 847820329
        },
        {
            "start": 847820333,
            "stop": 847820427
        },
        {
            "start": 847820429,
            "stop": 847820511
        }
    ]
}