Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=101",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 102,
    "results": [
        {
            "start": 931617608,
            "stop": 931617642
        },
        {
            "start": 931617646,
            "stop": 931617647
        },
        {
            "start": 931617649,
            "stop": 931617751
        },
        {
            "start": 931617754,
            "stop": 931617877
        },
        {
            "start": 931617879,
            "stop": 931617883
        },
        {
            "start": 931617885,
            "stop": 931618003
        },
        {
            "start": 931618021,
            "stop": 931618063
        },
        {
            "start": 931618066,
            "stop": 931618166
        },
        {
            "start": 931618185,
            "stop": 931618234
        },
        {
            "start": 931618236,
            "stop": 931618493
        },
        {
            "start": 931618511,
            "stop": 931618672
        },
        {
            "start": 931618690,
            "stop": 931618811
        },
        {
            "start": 931618814,
            "stop": 931618815
        },
        {
            "start": 931657083,
            "stop": 931657183
        },
        {
            "start": 931658775,
            "stop": 931659071
        },
        {
            "start": 931660328,
            "stop": 931660342
        },
        {
            "start": 931660372,
            "stop": 931660394
        },
        {
            "start": 931660399,
            "stop": 931660564
        },
        {
            "start": 931660581,
            "stop": 931660700
        },
        {
            "start": 931660718,
            "stop": 931661112
        }
    ]
}