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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=216",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 217,
    "results": [
        {
            "start": 931457947,
            "stop": 931457952
        },
        {
            "start": 931457954,
            "stop": 931457955
        },
        {
            "start": 931457957,
            "stop": 931457960
        },
        {
            "start": 931457963,
            "stop": 931457964
        },
        {
            "start": 931457966,
            "stop": 931457967
        },
        {
            "start": 931457969,
            "stop": 931457971
        },
        {
            "start": 931457974,
            "stop": 931457977
        },
        {
            "start": 931457980,
            "stop": 931457984
        },
        {
            "start": 931457986,
            "stop": 931457990
        },
        {
            "start": 931457991,
            "stop": 931457992
        },
        {
            "start": 931457997,
            "stop": 931457999
        },
        {
            "start": 931458006,
            "stop": 931458012
        },
        {
            "start": 931458014,
            "stop": 931458025
        },
        {
            "start": 931458030,
            "stop": 931458031
        },
        {
            "start": 931458036,
            "stop": 931458041
        },
        {
            "start": 931458046,
            "stop": 931458049
        },
        {
            "start": 931458051,
            "stop": 931458057
        },
        {
            "start": 931458062,
            "stop": 931458063
        },
        {
            "start": 931458067,
            "stop": 931458069
        },
        {
            "start": 931458070,
            "stop": 931458071
        }
    ]
}