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=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=211",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 212,
    "results": [
        {
            "start": 931153365,
            "stop": 931153373
        },
        {
            "start": 931153374,
            "stop": 931153378
        },
        {
            "start": 931153380,
            "stop": 931153381
        },
        {
            "start": 931153382,
            "stop": 931153383
        },
        {
            "start": 931153389,
            "stop": 931153397
        },
        {
            "start": 931153398,
            "stop": 931153401
        },
        {
            "start": 931153403,
            "stop": 931153406
        },
        {
            "start": 931153408,
            "stop": 931153411
        },
        {
            "start": 931153415,
            "stop": 931153419
        },
        {
            "start": 931155452,
            "stop": 931155453
        },
        {
            "start": 931155456,
            "stop": 931155459
        },
        {
            "start": 931155464,
            "stop": 931155466
        },
        {
            "start": 931155467,
            "stop": 931155468
        },
        {
            "start": 931155470,
            "stop": 931155471
        },
        {
            "start": 931155476,
            "stop": 931155479
        },
        {
            "start": 931155480,
            "stop": 931155481
        },
        {
            "start": 931155486,
            "stop": 931155488
        },
        {
            "start": 931155493,
            "stop": 931155494
        },
        {
            "start": 931155496,
            "stop": 931155497
        },
        {
            "start": 931155504,
            "stop": 931155512
        }
    ]
}