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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5129",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5130,
    "results": [
        {
            "start": 874700819,
            "stop": 874700832
        },
        {
            "start": 874700839,
            "stop": 874700856
        },
        {
            "start": 874700864,
            "stop": 874700879
        },
        {
            "start": 874700886,
            "stop": 874700887
        },
        {
            "start": 874700902,
            "stop": 874700926
        },
        {
            "start": 874700933,
            "stop": 874701009
        },
        {
            "start": 874701016,
            "stop": 874701041
        },
        {
            "start": 874701048,
            "stop": 874701057
        },
        {
            "start": 874701064,
            "stop": 874701067
        },
        {
            "start": 874701074,
            "stop": 874701085
        },
        {
            "start": 874701092,
            "stop": 874701110
        },
        {
            "start": 874701118,
            "stop": 874701156
        },
        {
            "start": 874701163,
            "stop": 874701175
        },
        {
            "start": 874701182,
            "stop": 874701202
        },
        {
            "start": 874701210,
            "stop": 874701250
        },
        {
            "start": 874701257,
            "stop": 874701259
        },
        {
            "start": 874701266,
            "stop": 874701275
        },
        {
            "start": 874701282,
            "stop": 874701285
        },
        {
            "start": 874701296,
            "stop": 874701297
        },
        {
            "start": 874701304,
            "stop": 874701314
        }
    ]
}