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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=809",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 810,
    "results": [
        {
            "start": 873715250,
            "stop": 873733452
        },
        {
            "start": 873735693,
            "stop": 873736089
        },
        {
            "start": 873737305,
            "stop": 873745590
        },
        {
            "start": 873746535,
            "stop": 873749339
        },
        {
            "start": 873749342,
            "stop": 873759089
        },
        {
            "start": 873759733,
            "stop": 873769259
        },
        {
            "start": 873770484,
            "stop": 873786039
        },
        {
            "start": 873787903,
            "stop": 873797843
        },
        {
            "start": 873797847,
            "stop": 873806595
        },
        {
            "start": 873807365,
            "stop": 873814231
        },
        {
            "start": 873815483,
            "stop": 873828415
        },
        {
            "start": 873828419,
            "stop": 873834740
        },
        {
            "start": 873835513,
            "stop": 873844485
        },
        {
            "start": 873845494,
            "stop": 873903808
        },
        {
            "start": 873905596,
            "stop": 873912386
        },
        {
            "start": 873942406,
            "stop": 873958830
        },
        {
            "start": 873959440,
            "stop": 873964083
        },
        {
            "start": 873965683,
            "stop": 873994628
        },
        {
            "start": 873995247,
            "stop": 873995535
        },
        {
            "start": 873998207,
            "stop": 874015282
        }
    ]
}