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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=189",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 190,
    "results": [
        {
            "start": 816922235,
            "stop": 816922236
        },
        {
            "start": 816922240,
            "stop": 816922244
        },
        {
            "start": 816922247,
            "stop": 816922249
        },
        {
            "start": 816922254,
            "stop": 816922258
        },
        {
            "start": 816922262,
            "stop": 816922263
        },
        {
            "start": 816922268,
            "stop": 816922271
        },
        {
            "start": 816922276,
            "stop": 816922277
        },
        {
            "start": 816922283,
            "stop": 816922289
        },
        {
            "start": 816922294,
            "stop": 816922305
        },
        {
            "start": 816922309,
            "stop": 816922321
        },
        {
            "start": 816922332,
            "stop": 816922530
        },
        {
            "start": 816922534,
            "stop": 816922538
        },
        {
            "start": 816922542,
            "stop": 816922649
        },
        {
            "start": 816922660,
            "stop": 816922663
        },
        {
            "start": 816922668,
            "stop": 816922785
        },
        {
            "start": 816922788,
            "stop": 816922799
        },
        {
            "start": 816922804,
            "stop": 816922823
        },
        {
            "start": 816922828,
            "stop": 816922836
        },
        {
            "start": 816922846,
            "stop": 816922861
        },
        {
            "start": 816922868,
            "stop": 816922869
        }
    ]
}