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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=754",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 755,
    "results": [
        {
            "start": 1267626798,
            "stop": 1267627669
        },
        {
            "start": 1267627674,
            "stop": 1267629513
        },
        {
            "start": 1267629518,
            "stop": 1267631293
        },
        {
            "start": 1267631298,
            "stop": 1267632302
        },
        {
            "start": 1267632307,
            "stop": 1267632994
        },
        {
            "start": 1267632999,
            "stop": 1267636879
        },
        {
            "start": 1267636884,
            "stop": 1267637101
        },
        {
            "start": 1267637105,
            "stop": 1267637212
        },
        {
            "start": 1267637217,
            "stop": 1267637985
        },
        {
            "start": 1267637990,
            "stop": 1267638482
        },
        {
            "start": 1267638487,
            "stop": 1267639085
        },
        {
            "start": 1267639088,
            "stop": 1267640231
        },
        {
            "start": 1267640236,
            "stop": 1267640787
        },
        {
            "start": 1267640792,
            "stop": 1267640832
        },
        {
            "start": 1267640837,
            "stop": 1267642318
        },
        {
            "start": 1267642320,
            "stop": 1267642348
        },
        {
            "start": 1267642353,
            "stop": 1267642577
        },
        {
            "start": 1267642582,
            "stop": 1267642904
        },
        {
            "start": 1267642909,
            "stop": 1267642928
        },
        {
            "start": 1267642933,
            "stop": 1267650102
        }
    ]
}