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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 172,
    "results": [
        {
            "start": 1239844763,
            "stop": 1239845137
        },
        {
            "start": 1239845139,
            "stop": 1239845149
        },
        {
            "start": 1239845152,
            "stop": 1239845196
        },
        {
            "start": 1239845197,
            "stop": 1239845225
        },
        {
            "start": 1239845227,
            "stop": 1239845252
        },
        {
            "start": 1239845255,
            "stop": 1239845414
        },
        {
            "start": 1239845415,
            "stop": 1239845478
        },
        {
            "start": 1239845480,
            "stop": 1239845542
        },
        {
            "start": 1239845543,
            "stop": 1239845590
        },
        {
            "start": 1239845592,
            "stop": 1239845630
        },
        {
            "start": 1239845631,
            "stop": 1239845683
        },
        {
            "start": 1239845685,
            "stop": 1239845970
        },
        {
            "start": 1239845971,
            "stop": 1239846025
        },
        {
            "start": 1239846026,
            "stop": 1239846249
        },
        {
            "start": 1239846250,
            "stop": 1239846327
        },
        {
            "start": 1239846329,
            "stop": 1239846461
        },
        {
            "start": 1239846463,
            "stop": 1239846904
        },
        {
            "start": 1239846905,
            "stop": 1239847022
        },
        {
            "start": 1239847023,
            "stop": 1239847165
        },
        {
            "start": 1239847166,
            "stop": 1239847211
        }
    ]
}