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=7343
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=7344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7342",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7343,
    "results": [
        {
            "start": 969335135,
            "stop": 969335905
        },
        {
            "start": 969335908,
            "stop": 969336073
        },
        {
            "start": 969336094,
            "stop": 969336110
        },
        {
            "start": 969336131,
            "stop": 969336134
        },
        {
            "start": 969336155,
            "stop": 969336168
        },
        {
            "start": 969336209,
            "stop": 969336216
        },
        {
            "start": 969336237,
            "stop": 969336251
        },
        {
            "start": 969336272,
            "stop": 969336736
        },
        {
            "start": 969336739,
            "stop": 969336743
        },
        {
            "start": 969336746,
            "stop": 969336952
        },
        {
            "start": 969336973,
            "stop": 969337184
        },
        {
            "start": 969337205,
            "stop": 969337530
        },
        {
            "start": 969337535,
            "stop": 969337560
        },
        {
            "start": 969337581,
            "stop": 969337582
        },
        {
            "start": 969337662,
            "stop": 969337689
        },
        {
            "start": 969337692,
            "stop": 969337919
        },
        {
            "start": 969337922,
            "stop": 969337923
        },
        {
            "start": 969337926,
            "stop": 969338422
        },
        {
            "start": 969338425,
            "stop": 969338669
        },
        {
            "start": 969338690,
            "stop": 969338747
        }
    ]
}