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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=115",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 116,
    "results": [
        {
            "start": 931402127,
            "stop": 931402383
        },
        {
            "start": 931402384,
            "stop": 931402491
        },
        {
            "start": 931402493,
            "stop": 931402539
        },
        {
            "start": 931402541,
            "stop": 931402548
        },
        {
            "start": 931402550,
            "stop": 931402639
        },
        {
            "start": 931402640,
            "stop": 931402680
        },
        {
            "start": 931402682,
            "stop": 931402688
        },
        {
            "start": 931402689,
            "stop": 931402725
        },
        {
            "start": 931402727,
            "stop": 931402820
        },
        {
            "start": 931402821,
            "stop": 931402864
        },
        {
            "start": 931402866,
            "stop": 931402888
        },
        {
            "start": 931402889,
            "stop": 931402973
        },
        {
            "start": 931402974,
            "stop": 931403030
        },
        {
            "start": 931403032,
            "stop": 931403036
        },
        {
            "start": 931403038,
            "stop": 931403041
        },
        {
            "start": 931403043,
            "stop": 931403078
        },
        {
            "start": 931403080,
            "stop": 931403179
        },
        {
            "start": 931403181,
            "stop": 931403267
        },
        {
            "start": 931403268,
            "stop": 931403289
        },
        {
            "start": 931403292,
            "stop": 931403296
        }
    ]
}