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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1698",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1696",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1697,
    "results": [
        {
            "start": 957593910,
            "stop": 957593939
        },
        {
            "start": 957593941,
            "stop": 957593974
        },
        {
            "start": 957593976,
            "stop": 957594163
        },
        {
            "start": 957594167,
            "stop": 957594705
        },
        {
            "start": 957594707,
            "stop": 957594709
        },
        {
            "start": 957594711,
            "stop": 957594899
        },
        {
            "start": 957598100,
            "stop": 957599412
        },
        {
            "start": 957599413,
            "stop": 957600059
        },
        {
            "start": 957600060,
            "stop": 957600985
        },
        {
            "start": 957600987,
            "stop": 957601114
        },
        {
            "start": 957601119,
            "stop": 957601123
        },
        {
            "start": 957601125,
            "stop": 957601361
        },
        {
            "start": 957601363,
            "stop": 957601418
        },
        {
            "start": 957601420,
            "stop": 957601421
        },
        {
            "start": 957601423,
            "stop": 957601622
        },
        {
            "start": 957601623,
            "stop": 957602200
        },
        {
            "start": 957602202,
            "stop": 957602262
        },
        {
            "start": 957602263,
            "stop": 957602306
        },
        {
            "start": 957602308,
            "stop": 957602527
        },
        {
            "start": 957602529,
            "stop": 957603159
        }
    ]
}