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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2116",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2117,
    "results": [
        {
            "start": 866112155,
            "stop": 866112253
        },
        {
            "start": 866112553,
            "stop": 866123135
        },
        {
            "start": 866123502,
            "stop": 866125612
        },
        {
            "start": 866125912,
            "stop": 866128848
        },
        {
            "start": 866129249,
            "stop": 866129705
        },
        {
            "start": 866130185,
            "stop": 866131759
        },
        {
            "start": 866131762,
            "stop": 866134912
        },
        {
            "start": 866138631,
            "stop": 866139303
        },
        {
            "start": 866139305,
            "stop": 866139802
        },
        {
            "start": 866139808,
            "stop": 866150399
        },
        {
            "start": 866150509,
            "stop": 866151772
        },
        {
            "start": 866152265,
            "stop": 866159523
        },
        {
            "start": 866159866,
            "stop": 866159901
        },
        {
            "start": 866160201,
            "stop": 866160630
        },
        {
            "start": 866160690,
            "stop": 866160695
        },
        {
            "start": 866161105,
            "stop": 866161241
        },
        {
            "start": 866161351,
            "stop": 866161450
        },
        {
            "start": 866161750,
            "stop": 866162685
        },
        {
            "start": 866162686,
            "stop": 866162809
        },
        {
            "start": 866162919,
            "stop": 866163007
        }
    ]
}