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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=228",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 229,
    "results": [
        {
            "start": 817796169,
            "stop": 817796184
        },
        {
            "start": 817796216,
            "stop": 817796386
        },
        {
            "start": 817796403,
            "stop": 817796456
        },
        {
            "start": 817796485,
            "stop": 817796592
        },
        {
            "start": 817796611,
            "stop": 817796699
        },
        {
            "start": 817796719,
            "stop": 817796907
        },
        {
            "start": 817796964,
            "stop": 817796968
        },
        {
            "start": 817796987,
            "stop": 817797209
        },
        {
            "start": 817797230,
            "stop": 817797342
        },
        {
            "start": 817797359,
            "stop": 817797600
        },
        {
            "start": 817797620,
            "stop": 817797771
        },
        {
            "start": 817797791,
            "stop": 817797797
        },
        {
            "start": 817797816,
            "stop": 817798004
        },
        {
            "start": 817798021,
            "stop": 817798182
        },
        {
            "start": 817798237,
            "stop": 817798602
        },
        {
            "start": 817798622,
            "stop": 817798891
        },
        {
            "start": 817798911,
            "stop": 817798960
        },
        {
            "start": 817798985,
            "stop": 817799020
        },
        {
            "start": 817799052,
            "stop": 817799062
        },
        {
            "start": 817799088,
            "stop": 817799096
        }
    ]
}