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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=754",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 755,
    "results": [
        {
            "start": 874613669,
            "stop": 874613670
        },
        {
            "start": 874613744,
            "stop": 874615726
        },
        {
            "start": 874615733,
            "stop": 874615770
        },
        {
            "start": 874615830,
            "stop": 874621447
        },
        {
            "start": 874621464,
            "stop": 874622903
        },
        {
            "start": 874625680,
            "stop": 874650090
        },
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874682467
        },
        {
            "start": 874682486,
            "stop": 874687183
        },
        {
            "start": 874690004,
            "stop": 874695831
        },
        {
            "start": 874695845,
            "stop": 874695969
        },
        {
            "start": 874697009,
            "stop": 874706762
        },
        {
            "start": 874707774,
            "stop": 874767738
        },
        {
            "start": 874784985,
            "stop": 874787760
        },
        {
            "start": 874787820,
            "stop": 874802172
        },
        {
            "start": 874804095,
            "stop": 874817606
        },
        {
            "start": 874819487,
            "stop": 874844784
        },
        {
            "start": 874844803,
            "stop": 874846207
        },
        {
            "start": 874846971,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874857665
        }
    ]
}