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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=456",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 457,
    "results": [
        {
            "start": 950482057,
            "stop": 950491429
        },
        {
            "start": 950497767,
            "stop": 950499050
        },
        {
            "start": 950499051,
            "stop": 950499715
        },
        {
            "start": 950499717,
            "stop": 950501647
        },
        {
            "start": 950506584,
            "stop": 950514072
        },
        {
            "start": 950517846,
            "stop": 950549429
        },
        {
            "start": 950554845,
            "stop": 950559172
        },
        {
            "start": 950561894,
            "stop": 950566431
        },
        {
            "start": 950571375,
            "stop": 950572087
        },
        {
            "start": 950572088,
            "stop": 950574850
        },
        {
            "start": 950574851,
            "stop": 950593737
        },
        {
            "start": 950603476,
            "stop": 950606752
        },
        {
            "start": 950608628,
            "stop": 950613798
        },
        {
            "start": 950616535,
            "stop": 950635361
        },
        {
            "start": 950666417,
            "stop": 950666762
        },
        {
            "start": 950669955,
            "stop": 950671365
        },
        {
            "start": 950675738,
            "stop": 950681000
        },
        {
            "start": 950681146,
            "stop": 950695572
        },
        {
            "start": 950697229,
            "stop": 950719699
        },
        {
            "start": 950724276,
            "stop": 950727404
        }
    ]
}