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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3022",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3023,
    "results": [
        {
            "start": 863544085,
            "stop": 863544755
        },
        {
            "start": 863544760,
            "stop": 863546760
        },
        {
            "start": 863546820,
            "stop": 863547263
        },
        {
            "start": 863561792,
            "stop": 863562163
        },
        {
            "start": 863562165,
            "stop": 863563725
        },
        {
            "start": 863563728,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863592764
        },
        {
            "start": 863592945,
            "stop": 863599710
        },
        {
            "start": 863599715,
            "stop": 863601824
        },
        {
            "start": 863602005,
            "stop": 863613780
        },
        {
            "start": 863613840,
            "stop": 863620800
        },
        {
            "start": 863620860,
            "stop": 863624700
        },
        {
            "start": 863624760,
            "stop": 863625540
        },
        {
            "start": 863625600,
            "stop": 863626800
        },
        {
            "start": 863626860,
            "stop": 863627220
        },
        {
            "start": 863627280,
            "stop": 863628000
        },
        {
            "start": 863628180,
            "stop": 863628240
        },
        {
            "start": 863628420,
            "stop": 863628480
        },
        {
            "start": 863628600,
            "stop": 863628660
        },
        {
            "start": 863628720,
            "stop": 863628840
        }
    ]
}