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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=229",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 230,
    "results": [
        {
            "start": 931162284,
            "stop": 931162289
        },
        {
            "start": 931162290,
            "stop": 931162291
        },
        {
            "start": 931162292,
            "stop": 931162295
        },
        {
            "start": 931162297,
            "stop": 931162299
        },
        {
            "start": 931162301,
            "stop": 931162303
        },
        {
            "start": 931162304,
            "stop": 931162307
        },
        {
            "start": 931162308,
            "stop": 931162316
        },
        {
            "start": 931162318,
            "stop": 931162320
        },
        {
            "start": 931162324,
            "stop": 931162325
        },
        {
            "start": 931162326,
            "stop": 931162330
        },
        {
            "start": 931162331,
            "stop": 931162334
        },
        {
            "start": 931162335,
            "stop": 931162337
        },
        {
            "start": 931162339,
            "stop": 931162341
        },
        {
            "start": 931162342,
            "stop": 931162344
        },
        {
            "start": 931162345,
            "stop": 931162353
        },
        {
            "start": 931162355,
            "stop": 931162357
        },
        {
            "start": 931162361,
            "stop": 931162363
        },
        {
            "start": 931162364,
            "stop": 931162367
        },
        {
            "start": 931162372,
            "stop": 931162375
        },
        {
            "start": 931162376,
            "stop": 931162378
        }
    ]
}