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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=307",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 308,
    "results": [
        {
            "start": 935570234,
            "stop": 935570246
        },
        {
            "start": 935570248,
            "stop": 935570275
        },
        {
            "start": 935570278,
            "stop": 935570306
        },
        {
            "start": 935570308,
            "stop": 935570677
        },
        {
            "start": 935572280,
            "stop": 935572495
        },
        {
            "start": 935572497,
            "stop": 935573327
        },
        {
            "start": 935574302,
            "stop": 935574339
        },
        {
            "start": 935574342,
            "stop": 935575120
        },
        {
            "start": 935575122,
            "stop": 935575215
        },
        {
            "start": 935575395,
            "stop": 935575891
        },
        {
            "start": 935578012,
            "stop": 935578815
        },
        {
            "start": 935578995,
            "stop": 935579128
        },
        {
            "start": 935579188,
            "stop": 935579248
        },
        {
            "start": 935579608,
            "stop": 935580804
        },
        {
            "start": 935580808,
            "stop": 935581307
        },
        {
            "start": 935581310,
            "stop": 935582302
        },
        {
            "start": 935582320,
            "stop": 935582415
        },
        {
            "start": 935582595,
            "stop": 935583056
        },
        {
            "start": 935583058,
            "stop": 935583085
        },
        {
            "start": 935583088,
            "stop": 935583551
        }
    ]
}