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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5172",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5170",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5171,
    "results": [
        {
            "start": 1136266800,
            "stop": 1136266807
        },
        {
            "start": 1136266808,
            "stop": 1136266833
        },
        {
            "start": 1136266835,
            "stop": 1136266845
        },
        {
            "start": 1136266847,
            "stop": 1136266857
        },
        {
            "start": 1136266859,
            "stop": 1136266870
        },
        {
            "start": 1136266874,
            "stop": 1136266914
        },
        {
            "start": 1136266916,
            "stop": 1136266983
        },
        {
            "start": 1136266985,
            "stop": 1136267021
        },
        {
            "start": 1136267023,
            "stop": 1136267042
        },
        {
            "start": 1136267044,
            "stop": 1136267055
        },
        {
            "start": 1136267057,
            "stop": 1136267060
        },
        {
            "start": 1136267062,
            "stop": 1136267074
        },
        {
            "start": 1136267076,
            "stop": 1136267090
        },
        {
            "start": 1136267092,
            "stop": 1136267110
        },
        {
            "start": 1136267112,
            "stop": 1136267114
        },
        {
            "start": 1136267116,
            "stop": 1136267123
        },
        {
            "start": 1136267126,
            "stop": 1136267138
        },
        {
            "start": 1136267140,
            "stop": 1136267161
        },
        {
            "start": 1136267163,
            "stop": 1136267170
        },
        {
            "start": 1136267172,
            "stop": 1136267175
        }
    ]
}