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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 284,
    "results": [
        {
            "start": 1174898251,
            "stop": 1174898330
        },
        {
            "start": 1174898332,
            "stop": 1174898555
        },
        {
            "start": 1174898557,
            "stop": 1174898854
        },
        {
            "start": 1174898856,
            "stop": 1174899537
        },
        {
            "start": 1174899539,
            "stop": 1174899847
        },
        {
            "start": 1174899849,
            "stop": 1174900225
        },
        {
            "start": 1174900227,
            "stop": 1174900314
        },
        {
            "start": 1174900316,
            "stop": 1174900383
        },
        {
            "start": 1174924959,
            "stop": 1174925546
        },
        {
            "start": 1174925548,
            "stop": 1174926480
        },
        {
            "start": 1174926482,
            "stop": 1174927816
        },
        {
            "start": 1174927818,
            "stop": 1174929064
        },
        {
            "start": 1174929066,
            "stop": 1174929950
        },
        {
            "start": 1174929952,
            "stop": 1174931068
        },
        {
            "start": 1174931070,
            "stop": 1174932091
        },
        {
            "start": 1174932093,
            "stop": 1174933356
        },
        {
            "start": 1174933358,
            "stop": 1174934521
        },
        {
            "start": 1174934523,
            "stop": 1174935611
        },
        {
            "start": 1174935613,
            "stop": 1174936629
        },
        {
            "start": 1174939088,
            "stop": 1174940046
        }
    ]
}