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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=228",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 229,
    "results": [
        {
            "start": 820425469,
            "stop": 820425824
        },
        {
            "start": 820425827,
            "stop": 820426033
        },
        {
            "start": 820426036,
            "stop": 820426257
        },
        {
            "start": 820426260,
            "stop": 820426369
        },
        {
            "start": 820426372,
            "stop": 820426531
        },
        {
            "start": 820426535,
            "stop": 820427078
        },
        {
            "start": 820427082,
            "stop": 820427575
        },
        {
            "start": 820427579,
            "stop": 820427904
        },
        {
            "start": 820427908,
            "stop": 820428019
        },
        {
            "start": 820428022,
            "stop": 820428133
        },
        {
            "start": 820428137,
            "stop": 820428205
        },
        {
            "start": 820428208,
            "stop": 820428619
        },
        {
            "start": 820428622,
            "stop": 820428809
        },
        {
            "start": 820428812,
            "stop": 820429069
        },
        {
            "start": 820429072,
            "stop": 820429258
        },
        {
            "start": 820429261,
            "stop": 820429624
        },
        {
            "start": 820430919,
            "stop": 820431831
        },
        {
            "start": 820431835,
            "stop": 820432734
        },
        {
            "start": 820432738,
            "stop": 820432950
        },
        {
            "start": 820433010,
            "stop": 820433419
        }
    ]
}