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=1689
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=1690",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1688",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1689,
    "results": [
        {
            "start": 957512386,
            "stop": 957512564
        },
        {
            "start": 957512566,
            "stop": 957512736
        },
        {
            "start": 957512738,
            "stop": 957512905
        },
        {
            "start": 957512907,
            "stop": 957513023
        },
        {
            "start": 957513025,
            "stop": 957513038
        },
        {
            "start": 957513039,
            "stop": 957513168
        },
        {
            "start": 957513169,
            "stop": 957513270
        },
        {
            "start": 957513271,
            "stop": 957513379
        },
        {
            "start": 957513381,
            "stop": 957513392
        },
        {
            "start": 957513395,
            "stop": 957513459
        },
        {
            "start": 957513461,
            "stop": 957513481
        },
        {
            "start": 957513483,
            "stop": 957513537
        },
        {
            "start": 957513539,
            "stop": 957513934
        },
        {
            "start": 957513935,
            "stop": 957513999
        },
        {
            "start": 957514001,
            "stop": 957514023
        },
        {
            "start": 957514024,
            "stop": 957514033
        },
        {
            "start": 957514034,
            "stop": 957514298
        },
        {
            "start": 957514300,
            "stop": 957514312
        },
        {
            "start": 957514314,
            "stop": 957514430
        },
        {
            "start": 957514432,
            "stop": 957514729
        }
    ]
}