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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=229",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 230,
    "results": [
        {
            "start": 820433422,
            "stop": 820433742
        },
        {
            "start": 820434062,
            "stop": 820434220
        },
        {
            "start": 820434223,
            "stop": 820434235
        },
        {
            "start": 820434239,
            "stop": 820434750
        },
        {
            "start": 820434754,
            "stop": 820435006
        },
        {
            "start": 820435406,
            "stop": 820435552
        },
        {
            "start": 820435556,
            "stop": 820435724
        },
        {
            "start": 820435727,
            "stop": 820435915
        },
        {
            "start": 820435918,
            "stop": 820438074
        },
        {
            "start": 820438077,
            "stop": 820439663
        },
        {
            "start": 820439666,
            "stop": 820440870
        },
        {
            "start": 820440874,
            "stop": 820441534
        },
        {
            "start": 820441538,
            "stop": 820441542
        },
        {
            "start": 820441548,
            "stop": 820441854
        },
        {
            "start": 820441857,
            "stop": 820442485
        },
        {
            "start": 820442488,
            "stop": 820443244
        },
        {
            "start": 820443744,
            "stop": 820443746
        },
        {
            "start": 820444236,
            "stop": 820445173
        },
        {
            "start": 820445176,
            "stop": 820445347
        },
        {
            "start": 820445351,
            "stop": 820446480
        }
    ]
}