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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 86,
    "results": [
        {
            "start": 1371267409,
            "stop": 1371267575
        },
        {
            "start": 1371267576,
            "stop": 1371267739
        },
        {
            "start": 1371267740,
            "stop": 1371268016
        },
        {
            "start": 1371268017,
            "stop": 1371268037
        },
        {
            "start": 1371268038,
            "stop": 1371268153
        },
        {
            "start": 1371268154,
            "stop": 1371268401
        },
        {
            "start": 1371268403,
            "stop": 1371268608
        },
        {
            "start": 1371268609,
            "stop": 1371268973
        },
        {
            "start": 1371268975,
            "stop": 1371269057
        },
        {
            "start": 1371269058,
            "stop": 1371269363
        },
        {
            "start": 1371269519,
            "stop": 1371270737
        },
        {
            "start": 1371270739,
            "stop": 1371271002
        },
        {
            "start": 1371271004,
            "stop": 1371271238
        },
        {
            "start": 1371271240,
            "stop": 1371271516
        },
        {
            "start": 1371274409,
            "stop": 1371275893
        },
        {
            "start": 1371275894,
            "stop": 1371275973
        },
        {
            "start": 1371275974,
            "stop": 1371276086
        },
        {
            "start": 1371276087,
            "stop": 1371276461
        },
        {
            "start": 1371276462,
            "stop": 1371276563
        },
        {
            "start": 1371276568,
            "stop": 1371276583
        }
    ]
}