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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33272",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33273,
    "results": [
        {
            "start": 970997188,
            "stop": 970997190
        },
        {
            "start": 970997191,
            "stop": 970997195
        },
        {
            "start": 970997196,
            "stop": 970997238
        },
        {
            "start": 970997240,
            "stop": 970997260
        },
        {
            "start": 970997261,
            "stop": 970997282
        },
        {
            "start": 970997283,
            "stop": 970997317
        },
        {
            "start": 970997319,
            "stop": 970997333
        },
        {
            "start": 970997335,
            "stop": 970997395
        },
        {
            "start": 970997396,
            "stop": 970997415
        },
        {
            "start": 970997418,
            "stop": 970997423
        },
        {
            "start": 970997426,
            "stop": 970997453
        },
        {
            "start": 970997455,
            "stop": 970997467
        },
        {
            "start": 970997471,
            "stop": 970997499
        },
        {
            "start": 970997500,
            "stop": 970997512
        },
        {
            "start": 970997515,
            "stop": 970997527
        },
        {
            "start": 970997528,
            "stop": 970997545
        },
        {
            "start": 970997546,
            "stop": 970997562
        },
        {
            "start": 970997563,
            "stop": 970997565
        },
        {
            "start": 970997566,
            "stop": 970997569
        },
        {
            "start": 970997570,
            "stop": 970997580
        }
    ]
}