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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=379",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 380,
    "results": [
        {
            "start": 1266382236,
            "stop": 1266382245
        },
        {
            "start": 1266382246,
            "stop": 1266382958
        },
        {
            "start": 1266382959,
            "stop": 1266383125
        },
        {
            "start": 1266383127,
            "stop": 1266383134
        },
        {
            "start": 1266383136,
            "stop": 1266383142
        },
        {
            "start": 1266383144,
            "stop": 1266383145
        },
        {
            "start": 1266383150,
            "stop": 1266383153
        },
        {
            "start": 1266383157,
            "stop": 1266383158
        },
        {
            "start": 1266383162,
            "stop": 1266383163
        },
        {
            "start": 1266383165,
            "stop": 1266383169
        },
        {
            "start": 1266383171,
            "stop": 1266383177
        },
        {
            "start": 1266383178,
            "stop": 1266383179
        },
        {
            "start": 1266383180,
            "stop": 1266383193
        },
        {
            "start": 1266383194,
            "stop": 1266383195
        },
        {
            "start": 1266383196,
            "stop": 1266383202
        },
        {
            "start": 1266383203,
            "stop": 1266383204
        },
        {
            "start": 1266383205,
            "stop": 1266383236
        },
        {
            "start": 1266383237,
            "stop": 1266383258
        },
        {
            "start": 1266383259,
            "stop": 1266386191
        },
        {
            "start": 1266386193,
            "stop": 1266386204
        }
    ]
}