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=5214
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=5215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5213",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5214,
    "results": [
        {
            "start": 875126269,
            "stop": 875126453
        },
        {
            "start": 875126460,
            "stop": 875126464
        },
        {
            "start": 875126471,
            "stop": 875126563
        },
        {
            "start": 875126571,
            "stop": 875126631
        },
        {
            "start": 875126638,
            "stop": 875126654
        },
        {
            "start": 875126661,
            "stop": 875126677
        },
        {
            "start": 875126684,
            "stop": 875126711
        },
        {
            "start": 875126718,
            "stop": 875126781
        },
        {
            "start": 875126791,
            "stop": 875126792
        },
        {
            "start": 875126799,
            "stop": 875126804
        },
        {
            "start": 875126811,
            "stop": 875126819
        },
        {
            "start": 875126826,
            "stop": 875126883
        },
        {
            "start": 875126897,
            "stop": 875126935
        },
        {
            "start": 875126942,
            "stop": 875126967
        },
        {
            "start": 875126979,
            "stop": 875127029
        },
        {
            "start": 875127036,
            "stop": 875127065
        },
        {
            "start": 875127072,
            "stop": 875127114
        },
        {
            "start": 875127125,
            "stop": 875127159
        },
        {
            "start": 875127167,
            "stop": 875127188
        },
        {
            "start": 875127195,
            "stop": 875127196
        }
    ]
}