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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5091",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5089",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5090,
    "results": [
        {
            "start": 1136972303,
            "stop": 1136972438
        },
        {
            "start": 1136972440,
            "stop": 1136972443
        },
        {
            "start": 1136972445,
            "stop": 1136972447
        },
        {
            "start": 1136972448,
            "stop": 1136972460
        },
        {
            "start": 1136972461,
            "stop": 1136972469
        },
        {
            "start": 1136972472,
            "stop": 1136972473
        },
        {
            "start": 1136972474,
            "stop": 1136972483
        },
        {
            "start": 1136972484,
            "stop": 1136972495
        },
        {
            "start": 1136972496,
            "stop": 1136972527
        },
        {
            "start": 1136972530,
            "stop": 1136972537
        },
        {
            "start": 1136972539,
            "stop": 1136972550
        },
        {
            "start": 1136972552,
            "stop": 1136972561
        },
        {
            "start": 1136972563,
            "stop": 1136972573
        },
        {
            "start": 1136972575,
            "stop": 1136972583
        },
        {
            "start": 1136972586,
            "stop": 1136972647
        },
        {
            "start": 1136972649,
            "stop": 1136972665
        },
        {
            "start": 1136972667,
            "stop": 1136972687
        },
        {
            "start": 1136972689,
            "stop": 1136972691
        },
        {
            "start": 1136972693,
            "stop": 1136972707
        },
        {
            "start": 1136972709,
            "stop": 1136972713
        }
    ]
}