Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=8",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 9,
    "results": [
        {
            "start": 816487767,
            "stop": 816487770
        },
        {
            "start": 816487775,
            "stop": 816487794
        },
        {
            "start": 816487797,
            "stop": 816487877
        },
        {
            "start": 816487880,
            "stop": 816487900
        },
        {
            "start": 816487903,
            "stop": 816487955
        },
        {
            "start": 816487959,
            "stop": 816487994
        },
        {
            "start": 816487997,
            "stop": 816488043
        },
        {
            "start": 816488046,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488413
        },
        {
            "start": 816493058,
            "stop": 816495408
        },
        {
            "start": 816495411,
            "stop": 816510331
        },
        {
            "start": 816510334,
            "stop": 816510417
        },
        {
            "start": 816510420,
            "stop": 816512264
        },
        {
            "start": 816512741,
            "stop": 816514949
        },
        {
            "start": 816514952,
            "stop": 816518449
        },
        {
            "start": 816520882,
            "stop": 816526079
        },
        {
            "start": 816527115,
            "stop": 816527413
        },
        {
            "start": 816541120,
            "stop": 816556126
        },
        {
            "start": 816556132,
            "stop": 816557353
        },
        {
            "start": 816558047,
            "stop": 816560284
        }
    ]
}