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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8834",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8835,
    "results": [
        {
            "start": 872779110,
            "stop": 872779359
        },
        {
            "start": 872779377,
            "stop": 872779404
        },
        {
            "start": 872779421,
            "stop": 872779445
        },
        {
            "start": 872779670,
            "stop": 872780760
        },
        {
            "start": 872780820,
            "stop": 872781599
        },
        {
            "start": 872781616,
            "stop": 872781829
        },
        {
            "start": 872781846,
            "stop": 872782265
        },
        {
            "start": 872782282,
            "stop": 872785542
        },
        {
            "start": 872785760,
            "stop": 872788920
        },
        {
            "start": 872788980,
            "stop": 872789160
        },
        {
            "start": 872789220,
            "stop": 872793345
        },
        {
            "start": 872793577,
            "stop": 872793935
        },
        {
            "start": 872794293,
            "stop": 872794688
        },
        {
            "start": 872794705,
            "stop": 872799270
        },
        {
            "start": 872800447,
            "stop": 872801300
        },
        {
            "start": 872801317,
            "stop": 872802684
        },
        {
            "start": 872802701,
            "stop": 872802736
        },
        {
            "start": 872802753,
            "stop": 872804411
        },
        {
            "start": 872804643,
            "stop": 872805049
        },
        {
            "start": 872805611,
            "stop": 872808062
        }
    ]
}