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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=351",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 352,
    "results": [
        {
            "start": 847721992,
            "stop": 847722023
        },
        {
            "start": 847722025,
            "stop": 847722034
        },
        {
            "start": 847722035,
            "stop": 847722075
        },
        {
            "start": 847722076,
            "stop": 847722099
        },
        {
            "start": 847722102,
            "stop": 847722119
        },
        {
            "start": 847722120,
            "stop": 847722194
        },
        {
            "start": 847722195,
            "stop": 847722204
        },
        {
            "start": 847722205,
            "stop": 847722230
        },
        {
            "start": 847722233,
            "stop": 847722313
        },
        {
            "start": 847722315,
            "stop": 847722326
        },
        {
            "start": 847722327,
            "stop": 847722355
        },
        {
            "start": 847722357,
            "stop": 847722406
        },
        {
            "start": 847722408,
            "stop": 847722413
        },
        {
            "start": 847722415,
            "stop": 847722531
        },
        {
            "start": 847722533,
            "stop": 847722542
        },
        {
            "start": 847722543,
            "stop": 847722544
        },
        {
            "start": 847722546,
            "stop": 847722585
        },
        {
            "start": 847722586,
            "stop": 847722630
        },
        {
            "start": 847722631,
            "stop": 847722668
        },
        {
            "start": 847722669,
            "stop": 847722695
        }
    ]
}