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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=327",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 328,
    "results": [
        {
            "start": 818733062,
            "stop": 818733066
        },
        {
            "start": 818733137,
            "stop": 818733171
        },
        {
            "start": 818733255,
            "stop": 818733284
        },
        {
            "start": 818733351,
            "stop": 818733381
        },
        {
            "start": 818733539,
            "stop": 818733580
        },
        {
            "start": 818733601,
            "stop": 818733626
        },
        {
            "start": 818733686,
            "stop": 818733730
        },
        {
            "start": 818733822,
            "stop": 818733918
        },
        {
            "start": 818733958,
            "stop": 818733990
        },
        {
            "start": 818734055,
            "stop": 818734063
        },
        {
            "start": 818734089,
            "stop": 818734091
        },
        {
            "start": 818734139,
            "stop": 818734149
        },
        {
            "start": 818734176,
            "stop": 818734179
        },
        {
            "start": 818734226,
            "stop": 818734239
        },
        {
            "start": 818734338,
            "stop": 818734374
        },
        {
            "start": 818734393,
            "stop": 818734398
        },
        {
            "start": 818734466,
            "stop": 818734473
        },
        {
            "start": 818734541,
            "stop": 818734563
        },
        {
            "start": 818734647,
            "stop": 818734668
        },
        {
            "start": 818734723,
            "stop": 818734728
        }
    ]
}