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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=194",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 195,
    "results": [
        {
            "start": 820444703,
            "stop": 820444712
        },
        {
            "start": 820444723,
            "stop": 820444769
        },
        {
            "start": 820444776,
            "stop": 820445398
        },
        {
            "start": 820445413,
            "stop": 820445794
        },
        {
            "start": 820445822,
            "stop": 820445867
        },
        {
            "start": 820445875,
            "stop": 820446265
        },
        {
            "start": 820446273,
            "stop": 820446287
        },
        {
            "start": 820446302,
            "stop": 820446328
        },
        {
            "start": 820446335,
            "stop": 820446357
        },
        {
            "start": 820446368,
            "stop": 820446655
        },
        {
            "start": 820446664,
            "stop": 820447045
        },
        {
            "start": 820447062,
            "stop": 820447187
        },
        {
            "start": 820447202,
            "stop": 820447339
        },
        {
            "start": 820447350,
            "stop": 820447411
        },
        {
            "start": 820447423,
            "stop": 820448159
        },
        {
            "start": 820448170,
            "stop": 820448194
        },
        {
            "start": 820448209,
            "stop": 820448260
        },
        {
            "start": 820448267,
            "stop": 820448415
        },
        {
            "start": 820448422,
            "stop": 820448473
        },
        {
            "start": 820448531,
            "stop": 820448539
        }
    ]
}