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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=251",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 252,
    "results": [
        {
            "start": 820937071,
            "stop": 820937092
        },
        {
            "start": 820937095,
            "stop": 820937144
        },
        {
            "start": 820937325,
            "stop": 820937349
        },
        {
            "start": 820937352,
            "stop": 820937389
        },
        {
            "start": 820937393,
            "stop": 820937405
        },
        {
            "start": 820937408,
            "stop": 820937474
        },
        {
            "start": 820937477,
            "stop": 820937509
        },
        {
            "start": 820937513,
            "stop": 820937548
        },
        {
            "start": 820937551,
            "stop": 820937571
        },
        {
            "start": 820937574,
            "stop": 820937676
        },
        {
            "start": 820937680,
            "stop": 820937936
        },
        {
            "start": 820937939,
            "stop": 820937958
        },
        {
            "start": 820937961,
            "stop": 820938024
        },
        {
            "start": 820938027,
            "stop": 820938151
        },
        {
            "start": 820938154,
            "stop": 820938155
        },
        {
            "start": 820938158,
            "stop": 820938221
        },
        {
            "start": 820938224,
            "stop": 820938263
        },
        {
            "start": 820938267,
            "stop": 820938296
        },
        {
            "start": 820938299,
            "stop": 820938323
        },
        {
            "start": 820938326,
            "stop": 820938356
        }
    ]
}