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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=40",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 41,
    "results": [
        {
            "start": 816070484,
            "stop": 816073632
        },
        {
            "start": 816073635,
            "stop": 816077011
        },
        {
            "start": 816077028,
            "stop": 816084496
        },
        {
            "start": 816084513,
            "stop": 816084933
        },
        {
            "start": 816084936,
            "stop": 816087593
        },
        {
            "start": 816087596,
            "stop": 816095981
        },
        {
            "start": 816095985,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103290
        },
        {
            "start": 816103350,
            "stop": 816103555
        },
        {
            "start": 816103558,
            "stop": 816104387
        },
        {
            "start": 816104389,
            "stop": 816105177
        },
        {
            "start": 816105195,
            "stop": 816105945
        },
        {
            "start": 816105948,
            "stop": 816108531
        },
        {
            "start": 816141409,
            "stop": 816141518
        },
        {
            "start": 816141521,
            "stop": 816141549
        },
        {
            "start": 816141556,
            "stop": 816141577
        },
        {
            "start": 816141580,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816149250
        },
        {
            "start": 816149253,
            "stop": 816149278
        },
        {
            "start": 816149281,
            "stop": 816149451
        }
    ]
}