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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=263",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 264,
    "results": [
        {
            "start": 873649912,
            "stop": 873651399
        },
        {
            "start": 873654681,
            "stop": 873657095
        },
        {
            "start": 873664706,
            "stop": 873665948
        },
        {
            "start": 873669669,
            "stop": 873669736
        },
        {
            "start": 873672340,
            "stop": 873677271
        },
        {
            "start": 873688370,
            "stop": 873689378
        },
        {
            "start": 873690169,
            "stop": 873690861
        },
        {
            "start": 873698608,
            "stop": 873713239
        },
        {
            "start": 873715250,
            "stop": 873733452
        },
        {
            "start": 873735693,
            "stop": 873736089
        },
        {
            "start": 873737305,
            "stop": 873745590
        },
        {
            "start": 873746535,
            "stop": 873759089
        },
        {
            "start": 873759733,
            "stop": 873769259
        },
        {
            "start": 873770484,
            "stop": 873786039
        },
        {
            "start": 873787903,
            "stop": 873806595
        },
        {
            "start": 873807365,
            "stop": 873814231
        },
        {
            "start": 873815483,
            "stop": 873834740
        },
        {
            "start": 873835513,
            "stop": 873844485
        },
        {
            "start": 873845494,
            "stop": 873903808
        },
        {
            "start": 873905596,
            "stop": 873912386
        }
    ]
}