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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=122",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 123,
    "results": [
        {
            "start": 858825931,
            "stop": 858885535
        },
        {
            "start": 858886639,
            "stop": 858886677
        },
        {
            "start": 858887385,
            "stop": 858892107
        },
        {
            "start": 858892897,
            "stop": 858951742
        },
        {
            "start": 858955010,
            "stop": 858961272
        },
        {
            "start": 858962276,
            "stop": 858963338
        },
        {
            "start": 858964075,
            "stop": 858964081
        },
        {
            "start": 858966235,
            "stop": 858966269
        },
        {
            "start": 858968640,
            "stop": 858973807
        },
        {
            "start": 858975196,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068994
        },
        {
            "start": 859069657,
            "stop": 859075139
        },
        {
            "start": 859081588,
            "stop": 859082352
        },
        {
            "start": 859082770,
            "stop": 859082800
        },
        {
            "start": 859084013,
            "stop": 859084722
        },
        {
            "start": 859092694,
            "stop": 859093691
        },
        {
            "start": 859094893,
            "stop": 859094949
        },
        {
            "start": 859095548,
            "stop": 859095893
        },
        {
            "start": 859098081,
            "stop": 859123625
        },
        {
            "start": 859125095,
            "stop": 859127666
        }
    ]
}