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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3232",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3233,
    "results": [
        {
            "start": 872127360,
            "stop": 872127506
        },
        {
            "start": 872127509,
            "stop": 872127567
        },
        {
            "start": 872127570,
            "stop": 872127660
        },
        {
            "start": 872127720,
            "stop": 872127726
        },
        {
            "start": 872127736,
            "stop": 872127781
        },
        {
            "start": 872127784,
            "stop": 872128039
        },
        {
            "start": 872128049,
            "stop": 872128140
        },
        {
            "start": 872128320,
            "stop": 872128536
        },
        {
            "start": 872128541,
            "stop": 872128559
        },
        {
            "start": 872128620,
            "stop": 872128630
        },
        {
            "start": 872128633,
            "stop": 872128680
        },
        {
            "start": 872129460,
            "stop": 872129461
        },
        {
            "start": 872129472,
            "stop": 872129557
        },
        {
            "start": 872129561,
            "stop": 872129567
        },
        {
            "start": 872129572,
            "stop": 872129580
        },
        {
            "start": 872129820,
            "stop": 872129823
        },
        {
            "start": 872129826,
            "stop": 872129829
        },
        {
            "start": 872130812,
            "stop": 872130900
        },
        {
            "start": 872130905,
            "stop": 872130996
        },
        {
            "start": 872131003,
            "stop": 872131020
        }
    ]
}