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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=229",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 230,
    "results": [
        {
            "start": 817799117,
            "stop": 817799203
        },
        {
            "start": 817799233,
            "stop": 817799258
        },
        {
            "start": 817799282,
            "stop": 817799308
        },
        {
            "start": 817799332,
            "stop": 817799339
        },
        {
            "start": 817799359,
            "stop": 817799368
        },
        {
            "start": 817799402,
            "stop": 817799488
        },
        {
            "start": 817799514,
            "stop": 817799516
        },
        {
            "start": 817799536,
            "stop": 817799554
        },
        {
            "start": 817799604,
            "stop": 817799606
        },
        {
            "start": 817799738,
            "stop": 817799760
        },
        {
            "start": 817799850,
            "stop": 817799901
        },
        {
            "start": 817799932,
            "stop": 817799970
        },
        {
            "start": 817799989,
            "stop": 817800010
        },
        {
            "start": 817800030,
            "stop": 817800042
        },
        {
            "start": 817800075,
            "stop": 817800076
        },
        {
            "start": 817800175,
            "stop": 817800188
        },
        {
            "start": 817800230,
            "stop": 817800242
        },
        {
            "start": 817800291,
            "stop": 817800293
        },
        {
            "start": 817800335,
            "stop": 817800338
        },
        {
            "start": 817800389,
            "stop": 817800404
        }
    ]
}