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=1624
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=1625",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1623",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1624,
    "results": [
        {
            "start": 955127084,
            "stop": 955129286
        },
        {
            "start": 955129288,
            "stop": 955129289
        },
        {
            "start": 955129290,
            "stop": 955131466
        },
        {
            "start": 955131468,
            "stop": 955132060
        },
        {
            "start": 955132062,
            "stop": 955132295
        },
        {
            "start": 955133413,
            "stop": 955133429
        },
        {
            "start": 955133431,
            "stop": 955135521
        },
        {
            "start": 955135523,
            "stop": 955135735
        },
        {
            "start": 955135738,
            "stop": 955137800
        },
        {
            "start": 955137802,
            "stop": 955137829
        },
        {
            "start": 955137831,
            "stop": 955139268
        },
        {
            "start": 955139270,
            "stop": 955140079
        },
        {
            "start": 955140082,
            "stop": 955140639
        },
        {
            "start": 955140641,
            "stop": 955140658
        },
        {
            "start": 955140660,
            "stop": 955140700
        },
        {
            "start": 955140704,
            "stop": 955140753
        },
        {
            "start": 955140755,
            "stop": 955140879
        },
        {
            "start": 955140882,
            "stop": 955140887
        },
        {
            "start": 955140889,
            "stop": 955141978
        },
        {
            "start": 955141982,
            "stop": 955142684
        }
    ]
}