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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 214,
    "results": [
        {
            "start": 1239908952,
            "stop": 1239909059
        },
        {
            "start": 1239909064,
            "stop": 1239909071
        },
        {
            "start": 1239909072,
            "stop": 1239909190
        },
        {
            "start": 1239909192,
            "stop": 1239909310
        },
        {
            "start": 1239909312,
            "stop": 1239909430
        },
        {
            "start": 1239909432,
            "stop": 1239909550
        },
        {
            "start": 1239909552,
            "stop": 1239909670
        },
        {
            "start": 1239909672,
            "stop": 1239909790
        },
        {
            "start": 1239909792,
            "stop": 1239909910
        },
        {
            "start": 1239909912,
            "stop": 1239910030
        },
        {
            "start": 1239910032,
            "stop": 1239910150
        },
        {
            "start": 1239910152,
            "stop": 1239910270
        },
        {
            "start": 1239910272,
            "stop": 1239910390
        },
        {
            "start": 1239910392,
            "stop": 1239910510
        },
        {
            "start": 1239910512,
            "stop": 1239910630
        },
        {
            "start": 1239910632,
            "stop": 1239910651
        },
        {
            "start": 1239910654,
            "stop": 1239910750
        },
        {
            "start": 1239910752,
            "stop": 1239910870
        },
        {
            "start": 1239910872,
            "stop": 1239910990
        },
        {
            "start": 1239910992,
            "stop": 1239911110
        }
    ]
}