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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=185",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 186,
    "results": [
        {
            "start": 872530595,
            "stop": 872534383
        },
        {
            "start": 872540333,
            "stop": 872545307
        },
        {
            "start": 872545453,
            "stop": 872564687
        },
        {
            "start": 872566452,
            "stop": 872626252
        },
        {
            "start": 872627375,
            "stop": 872635359
        },
        {
            "start": 872636474,
            "stop": 872643802
        },
        {
            "start": 872644177,
            "stop": 872645368
        },
        {
            "start": 872645559,
            "stop": 872645694
        },
        {
            "start": 872649803,
            "stop": 872706963
        },
        {
            "start": 872708189,
            "stop": 872709113
        },
        {
            "start": 872715147,
            "stop": 872731159
        },
        {
            "start": 872731666,
            "stop": 872731816
        },
        {
            "start": 872738775,
            "stop": 872871895
        },
        {
            "start": 872873536,
            "stop": 872885762
        },
        {
            "start": 872886857,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872953141
        },
        {
            "start": 872972022,
            "stop": 872979800
        },
        {
            "start": 872980782,
            "stop": 872998564
        }
    ]
}