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=961
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=962",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=960",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 961,
    "results": [
        {
            "start": 1251691199,
            "stop": 1251691355
        },
        {
            "start": 1251691359,
            "stop": 1251691381
        },
        {
            "start": 1251691386,
            "stop": 1251691497
        },
        {
            "start": 1251691502,
            "stop": 1251691557
        },
        {
            "start": 1251691562,
            "stop": 1251691581
        },
        {
            "start": 1251691586,
            "stop": 1251691610
        },
        {
            "start": 1251691615,
            "stop": 1251691640
        },
        {
            "start": 1251691643,
            "stop": 1251691663
        },
        {
            "start": 1251691668,
            "stop": 1251691709
        },
        {
            "start": 1251691714,
            "stop": 1251691900
        },
        {
            "start": 1251691905,
            "stop": 1251692038
        },
        {
            "start": 1251692043,
            "stop": 1251692093
        },
        {
            "start": 1251692098,
            "stop": 1251692136
        },
        {
            "start": 1251692140,
            "stop": 1251692141
        },
        {
            "start": 1251692146,
            "stop": 1251692156
        },
        {
            "start": 1251692161,
            "stop": 1251692175
        },
        {
            "start": 1251692176,
            "stop": 1251692177
        },
        {
            "start": 1251692182,
            "stop": 1251692211
        },
        {
            "start": 1251692216,
            "stop": 1251692220
        },
        {
            "start": 1251692225,
            "stop": 1251692228
        }
    ]
}