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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=681",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=679",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 680,
    "results": [
        {
            "start": 1248640390,
            "stop": 1248640392
        },
        {
            "start": 1248640395,
            "stop": 1248640401
        },
        {
            "start": 1248640406,
            "stop": 1248640425
        },
        {
            "start": 1248640429,
            "stop": 1248640439
        },
        {
            "start": 1248640441,
            "stop": 1248640468
        },
        {
            "start": 1248640470,
            "stop": 1248640532
        },
        {
            "start": 1248640537,
            "stop": 1248640547
        },
        {
            "start": 1248640552,
            "stop": 1248640556
        },
        {
            "start": 1248640562,
            "stop": 1248640616
        },
        {
            "start": 1248640619,
            "stop": 1248640655
        },
        {
            "start": 1248640656,
            "stop": 1248640694
        },
        {
            "start": 1248640696,
            "stop": 1248640821
        },
        {
            "start": 1248640824,
            "stop": 1248640913
        },
        {
            "start": 1248640918,
            "stop": 1248640930
        },
        {
            "start": 1248640932,
            "stop": 1248640953
        },
        {
            "start": 1248640955,
            "stop": 1248641021
        },
        {
            "start": 1248641023,
            "stop": 1248641031
        },
        {
            "start": 1248641034,
            "stop": 1248641049
        },
        {
            "start": 1248641052,
            "stop": 1248641168
        },
        {
            "start": 1248641172,
            "stop": 1248641202
        }
    ]
}