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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=35",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 36,
    "results": [
        {
            "start": 964865947,
            "stop": 964866060
        },
        {
            "start": 964911172,
            "stop": 964911284
        },
        {
            "start": 964952907,
            "stop": 964953068
        },
        {
            "start": 964959596,
            "stop": 964959708
        },
        {
            "start": 964989004,
            "stop": 964989116
        },
        {
            "start": 965074588,
            "stop": 965074700
        },
        {
            "start": 965082868,
            "stop": 965082980
        },
        {
            "start": 965550822,
            "stop": 965550934
        },
        {
            "start": 965572885,
            "stop": 965573038
        },
        {
            "start": 965614727,
            "stop": 965614839
        },
        {
            "start": 965623016,
            "stop": 965623127
        },
        {
            "start": 965679351,
            "stop": 965679511
        },
        {
            "start": 965701791,
            "stop": 965701903
        },
        {
            "start": 965737407,
            "stop": 965737518
        },
        {
            "start": 965760199,
            "stop": 965760310
        },
        {
            "start": 965788351,
            "stop": 965788463
        },
        {
            "start": 965803151,
            "stop": 965803262
        },
        {
            "start": 965816503,
            "stop": 965816615
        },
        {
            "start": 965825334,
            "stop": 965825446
        },
        {
            "start": 965881790,
            "stop": 965881902
        }
    ]
}