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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=240",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 241,
    "results": [
        {
            "start": 820911397,
            "stop": 820911600
        },
        {
            "start": 820911603,
            "stop": 820912138
        },
        {
            "start": 820912141,
            "stop": 820912335
        },
        {
            "start": 820912338,
            "stop": 820912513
        },
        {
            "start": 820912516,
            "stop": 820912824
        },
        {
            "start": 820912827,
            "stop": 820913056
        },
        {
            "start": 820913060,
            "stop": 820913079
        },
        {
            "start": 820913083,
            "stop": 820913363
        },
        {
            "start": 820913366,
            "stop": 820913401
        },
        {
            "start": 820913404,
            "stop": 820913618
        },
        {
            "start": 820913621,
            "stop": 820913772
        },
        {
            "start": 820913775,
            "stop": 820913776
        },
        {
            "start": 820913779,
            "stop": 820914132
        },
        {
            "start": 820914135,
            "stop": 820914158
        },
        {
            "start": 820914161,
            "stop": 820914573
        },
        {
            "start": 820914576,
            "stop": 820914931
        },
        {
            "start": 820914934,
            "stop": 820915004
        },
        {
            "start": 820915007,
            "stop": 820915018
        },
        {
            "start": 820915021,
            "stop": 820915455
        },
        {
            "start": 820915458,
            "stop": 820916183
        }
    ]
}