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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8886",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8887,
    "results": [
        {
            "start": 875131680,
            "stop": 875131825
        },
        {
            "start": 875131842,
            "stop": 875132172
        },
        {
            "start": 875132292,
            "stop": 875132408
        },
        {
            "start": 875132417,
            "stop": 875132630
        },
        {
            "start": 875132710,
            "stop": 875133410
        },
        {
            "start": 875133490,
            "stop": 875134260
        },
        {
            "start": 875134429,
            "stop": 875134716
        },
        {
            "start": 875134836,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135431
        },
        {
            "start": 875135551,
            "stop": 875135652
        },
        {
            "start": 875135686,
            "stop": 875135690
        },
        {
            "start": 875135770,
            "stop": 875135916
        },
        {
            "start": 875136036,
            "stop": 875136120
        },
        {
            "start": 875136180,
            "stop": 875137891
        },
        {
            "start": 875137908,
            "stop": 875138210
        },
        {
            "start": 875138290,
            "stop": 875138770
        },
        {
            "start": 875138787,
            "stop": 875138880
        },
        {
            "start": 875138940,
            "stop": 875140271
        },
        {
            "start": 875140288,
            "stop": 875140340
        },
        {
            "start": 875140357,
            "stop": 875141310
        }
    ]
}