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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=293",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 294,
    "results": [
        {
            "start": 931768232,
            "stop": 931768234
        },
        {
            "start": 931768237,
            "stop": 931768254
        },
        {
            "start": 931768256,
            "stop": 931768257
        },
        {
            "start": 931768262,
            "stop": 931768272
        },
        {
            "start": 931768275,
            "stop": 931768279
        },
        {
            "start": 931768285,
            "stop": 931768290
        },
        {
            "start": 931768292,
            "stop": 931768294
        },
        {
            "start": 931768297,
            "stop": 931768299
        },
        {
            "start": 931768302,
            "stop": 931768311
        },
        {
            "start": 931768315,
            "stop": 931768317
        },
        {
            "start": 931768320,
            "stop": 931768324
        },
        {
            "start": 931768328,
            "stop": 931768343
        },
        {
            "start": 931768346,
            "stop": 931768395
        },
        {
            "start": 931768398,
            "stop": 931768400
        },
        {
            "start": 931768403,
            "stop": 931768436
        },
        {
            "start": 931768439,
            "stop": 931768454
        },
        {
            "start": 931768457,
            "stop": 931768459
        },
        {
            "start": 931768462,
            "stop": 931768463
        },
        {
            "start": 931768468,
            "stop": 931768473
        },
        {
            "start": 931768479,
            "stop": 931768483
        }
    ]
}