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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=425",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 426,
    "results": [
        {
            "start": 870293616,
            "stop": 870293727
        },
        {
            "start": 870294027,
            "stop": 870294233
        },
        {
            "start": 870294343,
            "stop": 870295374
        },
        {
            "start": 870295674,
            "stop": 870296233
        },
        {
            "start": 870296343,
            "stop": 870296540
        },
        {
            "start": 870296840,
            "stop": 870296860
        },
        {
            "start": 870297160,
            "stop": 870297337
        },
        {
            "start": 870297447,
            "stop": 870297703
        },
        {
            "start": 870298003,
            "stop": 870298087
        },
        {
            "start": 870298197,
            "stop": 870299192
        },
        {
            "start": 870299213,
            "stop": 870299227
        },
        {
            "start": 870299253,
            "stop": 870299298
        },
        {
            "start": 870299598,
            "stop": 870299684
        },
        {
            "start": 870300173,
            "stop": 870301933
        },
        {
            "start": 870302233,
            "stop": 870302245
        },
        {
            "start": 870302355,
            "stop": 870303286
        },
        {
            "start": 870303586,
            "stop": 870303664
        },
        {
            "start": 870304294,
            "stop": 870304595
        },
        {
            "start": 870304705,
            "stop": 870305624
        },
        {
            "start": 870305924,
            "stop": 870341310
        }
    ]
}