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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=113",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 114,
    "results": [
        {
            "start": 969565506,
            "stop": 969574462
        },
        {
            "start": 969576461,
            "stop": 969582415
        },
        {
            "start": 969586001,
            "stop": 969630951
        },
        {
            "start": 969636722,
            "stop": 969652515
        },
        {
            "start": 969658202,
            "stop": 969713798
        },
        {
            "start": 969717809,
            "stop": 969721228
        },
        {
            "start": 969741560,
            "stop": 969742162
        },
        {
            "start": 969742199,
            "stop": 969742210
        },
        {
            "start": 969742269,
            "stop": 969744576
        },
        {
            "start": 969747238,
            "stop": 969749229
        },
        {
            "start": 969750734,
            "stop": 969753943
        },
        {
            "start": 969757018,
            "stop": 969773026
        },
        {
            "start": 969781218,
            "stop": 969792860
        },
        {
            "start": 969794909,
            "stop": 969798791
        },
        {
            "start": 969806271,
            "stop": 969814638
        },
        {
            "start": 969816076,
            "stop": 969816629
        },
        {
            "start": 969824554,
            "stop": 969824738
        },
        {
            "start": 969826868,
            "stop": 969827984
        },
        {
            "start": 969828026,
            "stop": 969828039
        },
        {
            "start": 969828073,
            "stop": 969828876
        }
    ]
}