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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=800",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=798",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 799,
    "results": [
        {
            "start": 1250005307,
            "stop": 1250005339
        },
        {
            "start": 1250005344,
            "stop": 1250005371
        },
        {
            "start": 1250005376,
            "stop": 1250005407
        },
        {
            "start": 1250005412,
            "stop": 1250005421
        },
        {
            "start": 1250005426,
            "stop": 1250005460
        },
        {
            "start": 1250005465,
            "stop": 1250005467
        },
        {
            "start": 1250005472,
            "stop": 1250005480
        },
        {
            "start": 1250005485,
            "stop": 1250005495
        },
        {
            "start": 1250005499,
            "stop": 1250005549
        },
        {
            "start": 1250005554,
            "stop": 1250005562
        },
        {
            "start": 1250009365,
            "stop": 1250009945
        },
        {
            "start": 1250009950,
            "stop": 1250012366
        },
        {
            "start": 1250012371,
            "stop": 1250013044
        },
        {
            "start": 1250013052,
            "stop": 1250014297
        },
        {
            "start": 1250014299,
            "stop": 1250017906
        },
        {
            "start": 1250017910,
            "stop": 1250018974
        },
        {
            "start": 1250018977,
            "stop": 1250022474
        },
        {
            "start": 1250022478,
            "stop": 1250026416
        },
        {
            "start": 1250026420,
            "stop": 1250033677
        },
        {
            "start": 1250033679,
            "stop": 1250036402
        }
    ]
}