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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 189,
    "results": [
        {
            "start": 1239895744,
            "stop": 1239895828
        },
        {
            "start": 1239895830,
            "stop": 1239895835
        },
        {
            "start": 1239895837,
            "stop": 1239895852
        },
        {
            "start": 1239895857,
            "stop": 1239895962
        },
        {
            "start": 1239895968,
            "stop": 1239896202
        },
        {
            "start": 1239896203,
            "stop": 1239896260
        },
        {
            "start": 1239896261,
            "stop": 1239896266
        },
        {
            "start": 1239896269,
            "stop": 1239896283
        },
        {
            "start": 1239896285,
            "stop": 1239896291
        },
        {
            "start": 1239896293,
            "stop": 1239896417
        },
        {
            "start": 1239896419,
            "stop": 1239896620
        },
        {
            "start": 1239896621,
            "stop": 1239896747
        },
        {
            "start": 1239896749,
            "stop": 1239896793
        },
        {
            "start": 1239896795,
            "stop": 1239896854
        },
        {
            "start": 1239896855,
            "stop": 1239896876
        },
        {
            "start": 1239896882,
            "stop": 1239896915
        },
        {
            "start": 1239896917,
            "stop": 1239896990
        },
        {
            "start": 1239896993,
            "stop": 1239897155
        },
        {
            "start": 1239897157,
            "stop": 1239897436
        },
        {
            "start": 1239897437,
            "stop": 1239897556
        }
    ]
}