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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=289",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 290,
    "results": [
        {
            "start": 935184021,
            "stop": 935184034
        },
        {
            "start": 935184036,
            "stop": 935184048
        },
        {
            "start": 935184052,
            "stop": 935184063
        },
        {
            "start": 935184067,
            "stop": 935184079
        },
        {
            "start": 935184081,
            "stop": 935184093
        },
        {
            "start": 935184096,
            "stop": 935184138
        },
        {
            "start": 935184141,
            "stop": 935184169
        },
        {
            "start": 935184171,
            "stop": 935184198
        },
        {
            "start": 935184201,
            "stop": 935184228
        },
        {
            "start": 935184231,
            "stop": 935184274
        },
        {
            "start": 935184276,
            "stop": 935184859
        },
        {
            "start": 935184861,
            "stop": 935184873
        },
        {
            "start": 935184876,
            "stop": 935186415
        },
        {
            "start": 935186655,
            "stop": 935186840
        },
        {
            "start": 935186842,
            "stop": 935187033
        },
        {
            "start": 935188296,
            "stop": 935188879
        },
        {
            "start": 935193460,
            "stop": 935193615
        },
        {
            "start": 935193855,
            "stop": 935194608
        },
        {
            "start": 935195991,
            "stop": 935196006
        },
        {
            "start": 935196008,
            "stop": 935196126
        }
    ]
}