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=5076
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=5077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5075",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5076,
    "results": [
        {
            "start": 874632752,
            "stop": 874632807
        },
        {
            "start": 874632826,
            "stop": 874632901
        },
        {
            "start": 874632920,
            "stop": 874632999
        },
        {
            "start": 874633044,
            "stop": 874633138
        },
        {
            "start": 874633163,
            "stop": 874633167
        },
        {
            "start": 874633197,
            "stop": 874633243
        },
        {
            "start": 874633263,
            "stop": 874633316
        },
        {
            "start": 874633335,
            "stop": 874633385
        },
        {
            "start": 874633417,
            "stop": 874633428
        },
        {
            "start": 874633474,
            "stop": 874633480
        },
        {
            "start": 874633499,
            "stop": 874633623
        },
        {
            "start": 874633649,
            "stop": 874633696
        },
        {
            "start": 874633715,
            "stop": 874633747
        },
        {
            "start": 874633766,
            "stop": 874633822
        },
        {
            "start": 874633846,
            "stop": 874633878
        },
        {
            "start": 874633915,
            "stop": 874634098
        },
        {
            "start": 874634117,
            "stop": 874634133
        },
        {
            "start": 874634206,
            "stop": 874634229
        },
        {
            "start": 874634248,
            "stop": 874634269
        },
        {
            "start": 874634288,
            "stop": 874634298
        }
    ]
}