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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=239",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 240,
    "results": [
        {
            "start": 821595487,
            "stop": 821595552
        },
        {
            "start": 821595556,
            "stop": 821595572
        },
        {
            "start": 821595575,
            "stop": 821595611
        },
        {
            "start": 821595615,
            "stop": 821595674
        },
        {
            "start": 821595677,
            "stop": 821595715
        },
        {
            "start": 821595718,
            "stop": 821595804
        },
        {
            "start": 821595808,
            "stop": 821595811
        },
        {
            "start": 821595815,
            "stop": 821595818
        },
        {
            "start": 821595821,
            "stop": 821596212
        },
        {
            "start": 821596215,
            "stop": 821596296
        },
        {
            "start": 821596300,
            "stop": 821596349
        },
        {
            "start": 821596353,
            "stop": 821596429
        },
        {
            "start": 821596433,
            "stop": 821596456
        },
        {
            "start": 821596459,
            "stop": 821596477
        },
        {
            "start": 821596481,
            "stop": 821596562
        },
        {
            "start": 821596565,
            "stop": 821596727
        },
        {
            "start": 821596731,
            "stop": 821596888
        },
        {
            "start": 821596891,
            "stop": 821596917
        },
        {
            "start": 821596920,
            "stop": 821596943
        },
        {
            "start": 821596946,
            "stop": 821597070
        }
    ]
}