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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5212",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5213,
    "results": [
        {
            "start": 875118277,
            "stop": 875118423
        },
        {
            "start": 875118430,
            "stop": 875118799
        },
        {
            "start": 875118806,
            "stop": 875119036
        },
        {
            "start": 875119043,
            "stop": 875119412
        },
        {
            "start": 875119419,
            "stop": 875119461
        },
        {
            "start": 875119468,
            "stop": 875119489
        },
        {
            "start": 875119496,
            "stop": 875119505
        },
        {
            "start": 875119512,
            "stop": 875119612
        },
        {
            "start": 875119619,
            "stop": 875119628
        },
        {
            "start": 875119635,
            "stop": 875119709
        },
        {
            "start": 875119716,
            "stop": 875119939
        },
        {
            "start": 875119949,
            "stop": 875119963
        },
        {
            "start": 875119970,
            "stop": 875120183
        },
        {
            "start": 875123026,
            "stop": 875125575
        },
        {
            "start": 875125582,
            "stop": 875125698
        },
        {
            "start": 875125705,
            "stop": 875125973
        },
        {
            "start": 875125980,
            "stop": 875125982
        },
        {
            "start": 875125992,
            "stop": 875126070
        },
        {
            "start": 875126078,
            "stop": 875126118
        },
        {
            "start": 875126125,
            "stop": 875126261
        }
    ]
}