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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=220",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 221,
    "results": [
        {
            "start": 850173494,
            "stop": 850181952
        },
        {
            "start": 850182444,
            "stop": 850187146
        },
        {
            "start": 850240759,
            "stop": 850240970
        },
        {
            "start": 850265413,
            "stop": 850271668
        },
        {
            "start": 850272015,
            "stop": 850275876
        },
        {
            "start": 850276176,
            "stop": 850278267
        },
        {
            "start": 850281534,
            "stop": 850282470
        },
        {
            "start": 850284191,
            "stop": 850317258
        },
        {
            "start": 850324305,
            "stop": 850330150
        },
        {
            "start": 850330218,
            "stop": 850330437
        },
        {
            "start": 850330737,
            "stop": 850331146
        },
        {
            "start": 850331256,
            "stop": 850331290
        },
        {
            "start": 850331590,
            "stop": 850333879
        },
        {
            "start": 850334016,
            "stop": 850334157
        },
        {
            "start": 850334213,
            "stop": 850336590
        },
        {
            "start": 850336756,
            "stop": 850340633
        },
        {
            "start": 850340718,
            "stop": 850345776
        },
        {
            "start": 850347096,
            "stop": 850362310
        },
        {
            "start": 850362420,
            "stop": 850362440
        },
        {
            "start": 850362867,
            "stop": 850370167
        }
    ]
}