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/H1_CBCHIGH_CAT3/segments?format=api&page=422
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=421",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 422,
    "results": [
        {
            "start": 825207869,
            "stop": 825208204
        },
        {
            "start": 825208607,
            "stop": 825209012
        },
        {
            "start": 825209015,
            "stop": 825209040
        },
        {
            "start": 825209100,
            "stop": 825209443
        },
        {
            "start": 825209460,
            "stop": 825210210
        },
        {
            "start": 825210227,
            "stop": 825210424
        },
        {
            "start": 825210441,
            "stop": 825210807
        },
        {
            "start": 825210824,
            "stop": 825211123
        },
        {
            "start": 825211140,
            "stop": 825211167
        },
        {
            "start": 825211184,
            "stop": 825211769
        },
        {
            "start": 825211786,
            "stop": 825212217
        },
        {
            "start": 825212234,
            "stop": 825213817
        },
        {
            "start": 825219025,
            "stop": 825220062
        },
        {
            "start": 825220079,
            "stop": 825222200
        },
        {
            "start": 825222217,
            "stop": 825223701
        },
        {
            "start": 825223718,
            "stop": 825225389
        },
        {
            "start": 825225406,
            "stop": 825226159
        },
        {
            "start": 825226176,
            "stop": 825226542
        },
        {
            "start": 825226559,
            "stop": 825226975
        },
        {
            "start": 825226992,
            "stop": 825227109
        }
    ]
}