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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=305",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 306,
    "results": [
        {
            "start": 931793340,
            "stop": 931793473
        },
        {
            "start": 931793490,
            "stop": 931794845
        },
        {
            "start": 931794847,
            "stop": 931795129
        },
        {
            "start": 931795249,
            "stop": 931795511
        },
        {
            "start": 931795571,
            "stop": 931795604
        },
        {
            "start": 931800783,
            "stop": 931800784
        },
        {
            "start": 931800913,
            "stop": 931800914
        },
        {
            "start": 931800971,
            "stop": 931800973
        },
        {
            "start": 931800975,
            "stop": 931800980
        },
        {
            "start": 931800986,
            "stop": 931800988
        },
        {
            "start": 931800990,
            "stop": 931800995
        },
        {
            "start": 931800997,
            "stop": 931801001
        },
        {
            "start": 931801007,
            "stop": 931801013
        },
        {
            "start": 931801017,
            "stop": 931801026
        },
        {
            "start": 931801031,
            "stop": 931801033
        },
        {
            "start": 931801035,
            "stop": 931801041
        },
        {
            "start": 931801045,
            "stop": 931801051
        },
        {
            "start": 931801056,
            "stop": 931801061
        },
        {
            "start": 931801063,
            "stop": 931801064
        },
        {
            "start": 931801066,
            "stop": 931801093
        }
    ]
}