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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=292",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 293,
    "results": [
        {
            "start": 822667756,
            "stop": 822667762
        },
        {
            "start": 822667766,
            "stop": 822667772
        },
        {
            "start": 822699919,
            "stop": 822700917
        },
        {
            "start": 822700920,
            "stop": 822701760
        },
        {
            "start": 822701820,
            "stop": 822702360
        },
        {
            "start": 822702420,
            "stop": 822702540
        },
        {
            "start": 822702600,
            "stop": 822706733
        },
        {
            "start": 822706736,
            "stop": 822710139
        },
        {
            "start": 822710338,
            "stop": 822710870
        },
        {
            "start": 822710874,
            "stop": 822714255
        },
        {
            "start": 822714258,
            "stop": 822714296
        },
        {
            "start": 822714798,
            "stop": 822717925
        },
        {
            "start": 822717928,
            "stop": 822722816
        },
        {
            "start": 822722915,
            "stop": 822722955
        },
        {
            "start": 822722958,
            "stop": 822723073
        },
        {
            "start": 822723115,
            "stop": 822723116
        },
        {
            "start": 822723284,
            "stop": 822723388
        },
        {
            "start": 822723392,
            "stop": 822723400
        },
        {
            "start": 822723403,
            "stop": 822723493
        },
        {
            "start": 822723668,
            "stop": 822724964
        }
    ]
}