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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=155",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 156,
    "results": [
        {
            "start": 819027633,
            "stop": 819027679
        },
        {
            "start": 819041055,
            "stop": 819042472
        },
        {
            "start": 819042592,
            "stop": 819042597
        },
        {
            "start": 819042717,
            "stop": 819043382
        },
        {
            "start": 819043782,
            "stop": 819044082
        },
        {
            "start": 819047310,
            "stop": 819050034
        },
        {
            "start": 819051431,
            "stop": 819053152
        },
        {
            "start": 819053184,
            "stop": 819055280
        },
        {
            "start": 819055400,
            "stop": 819056480
        },
        {
            "start": 819056512,
            "stop": 819056704
        },
        {
            "start": 819056736,
            "stop": 819057815
        },
        {
            "start": 819058808,
            "stop": 819058944
        },
        {
            "start": 819058976,
            "stop": 819059616
        },
        {
            "start": 819059648,
            "stop": 819060205
        },
        {
            "start": 819060641,
            "stop": 819064000
        },
        {
            "start": 819064032,
            "stop": 819064257
        },
        {
            "start": 819064377,
            "stop": 819066623
        },
        {
            "start": 819067341,
            "stop": 819067531
        },
        {
            "start": 819067935,
            "stop": 819068922
        },
        {
            "start": 819068941,
            "stop": 819071130
        }
    ]
}