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=4907
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=4908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4906",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4907,
    "results": [
        {
            "start": 874270860,
            "stop": 874270928
        },
        {
            "start": 874271009,
            "stop": 874271052
        },
        {
            "start": 874271079,
            "stop": 874271085
        },
        {
            "start": 874271166,
            "stop": 874271180
        },
        {
            "start": 874271199,
            "stop": 874271246
        },
        {
            "start": 874271296,
            "stop": 874271370
        },
        {
            "start": 874271403,
            "stop": 874271421
        },
        {
            "start": 874271440,
            "stop": 874271452
        },
        {
            "start": 874271471,
            "stop": 874271489
        },
        {
            "start": 874271514,
            "stop": 874271530
        },
        {
            "start": 874271549,
            "stop": 874271584
        },
        {
            "start": 874271650,
            "stop": 874271654
        },
        {
            "start": 874271784,
            "stop": 874271807
        },
        {
            "start": 874271826,
            "stop": 874271863
        },
        {
            "start": 874271902,
            "stop": 874271911
        },
        {
            "start": 874271931,
            "stop": 874271943
        },
        {
            "start": 874271965,
            "stop": 874272060
        },
        {
            "start": 874272079,
            "stop": 874272124
        },
        {
            "start": 874272144,
            "stop": 874272155
        },
        {
            "start": 874272174,
            "stop": 874272175
        }
    ]
}