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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 169,
    "results": [
        {
            "start": 1421247052,
            "stop": 1421256951
        },
        {
            "start": 1421256956,
            "stop": 1421263839
        },
        {
            "start": 1421266189,
            "stop": 1421269767
        },
        {
            "start": 1421269772,
            "stop": 1421280041
        },
        {
            "start": 1421280046,
            "stop": 1421284021
        },
        {
            "start": 1421284025,
            "stop": 1421287149
        },
        {
            "start": 1421287154,
            "stop": 1421289893
        },
        {
            "start": 1421289898,
            "stop": 1421300296
        },
        {
            "start": 1421300300,
            "stop": 1421309205
        },
        {
            "start": 1421318490,
            "stop": 1421318812
        },
        {
            "start": 1421318816,
            "stop": 1421319061
        },
        {
            "start": 1421320797,
            "stop": 1421329747
        },
        {
            "start": 1421329749,
            "stop": 1421334004
        },
        {
            "start": 1421346768,
            "stop": 1421356017
        },
        {
            "start": 1421361264,
            "stop": 1421369269
        },
        {
            "start": 1421369881,
            "stop": 1421375913
        },
        {
            "start": 1421375916,
            "stop": 1421376335
        },
        {
            "start": 1421376339,
            "stop": 1421376609
        },
        {
            "start": 1421376613,
            "stop": 1421377413
        },
        {
            "start": 1421377418,
            "stop": 1421385208
        }
    ]
}