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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=394",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 395,
    "results": [
        {
            "start": 825974904,
            "stop": 825975000
        },
        {
            "start": 825975008,
            "stop": 825975049
        },
        {
            "start": 825975056,
            "stop": 825975235
        },
        {
            "start": 825975239,
            "stop": 825975243
        },
        {
            "start": 825975250,
            "stop": 825975335
        },
        {
            "start": 825975342,
            "stop": 825975394
        },
        {
            "start": 825975403,
            "stop": 825975409
        },
        {
            "start": 825975412,
            "stop": 825975418
        },
        {
            "start": 825975425,
            "stop": 825975456
        },
        {
            "start": 825975473,
            "stop": 825975484
        },
        {
            "start": 825975492,
            "stop": 825975522
        },
        {
            "start": 825975525,
            "stop": 825975531
        },
        {
            "start": 825975535,
            "stop": 825975543
        },
        {
            "start": 825975550,
            "stop": 825975555
        },
        {
            "start": 825975568,
            "stop": 825975584
        },
        {
            "start": 825975856,
            "stop": 825975942
        },
        {
            "start": 825975949,
            "stop": 825976017
        },
        {
            "start": 825976024,
            "stop": 825976243
        },
        {
            "start": 825976250,
            "stop": 825976386
        },
        {
            "start": 825976393,
            "stop": 825976394
        }
    ]
}