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=698
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=699",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=697",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 698,
    "results": [
        {
            "start": 1248764164,
            "stop": 1248764166
        },
        {
            "start": 1248764171,
            "stop": 1248764172
        },
        {
            "start": 1248764175,
            "stop": 1248764180
        },
        {
            "start": 1248764184,
            "stop": 1248764216
        },
        {
            "start": 1248764219,
            "stop": 1248764220
        },
        {
            "start": 1248764225,
            "stop": 1248764232
        },
        {
            "start": 1248764233,
            "stop": 1248764237
        },
        {
            "start": 1248764241,
            "stop": 1248764243
        },
        {
            "start": 1248764245,
            "stop": 1248764246
        },
        {
            "start": 1248764247,
            "stop": 1248764249
        },
        {
            "start": 1248764250,
            "stop": 1248764251
        },
        {
            "start": 1248764252,
            "stop": 1248764516
        },
        {
            "start": 1248764522,
            "stop": 1248764523
        },
        {
            "start": 1248764524,
            "stop": 1248764526
        },
        {
            "start": 1248764527,
            "stop": 1248764528
        },
        {
            "start": 1248764530,
            "stop": 1248764536
        },
        {
            "start": 1248764539,
            "stop": 1248764543
        },
        {
            "start": 1248764549,
            "stop": 1248764591
        },
        {
            "start": 1248764593,
            "stop": 1248764594
        },
        {
            "start": 1248764595,
            "stop": 1248764618
        }
    ]
}