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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1717",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1715",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1716,
    "results": [
        {
            "start": 1249175994,
            "stop": 1249175998
        },
        {
            "start": 1249175999,
            "stop": 1249176015
        },
        {
            "start": 1249176017,
            "stop": 1249176023
        },
        {
            "start": 1249176028,
            "stop": 1249176050
        },
        {
            "start": 1249176052,
            "stop": 1249176064
        },
        {
            "start": 1249176069,
            "stop": 1249176073
        },
        {
            "start": 1249176074,
            "stop": 1249177100
        },
        {
            "start": 1249177101,
            "stop": 1249177136
        },
        {
            "start": 1249177137,
            "stop": 1249177140
        },
        {
            "start": 1249177145,
            "stop": 1249177184
        },
        {
            "start": 1249177185,
            "stop": 1249177193
        },
        {
            "start": 1249177195,
            "stop": 1249177197
        },
        {
            "start": 1249177198,
            "stop": 1249177210
        },
        {
            "start": 1249177211,
            "stop": 1249177235
        },
        {
            "start": 1249177236,
            "stop": 1249177245
        },
        {
            "start": 1249177246,
            "stop": 1249177280
        },
        {
            "start": 1249177282,
            "stop": 1249177283
        },
        {
            "start": 1249177285,
            "stop": 1249177286
        },
        {
            "start": 1249177287,
            "stop": 1249177313
        },
        {
            "start": 1249177328,
            "stop": 1249177331
        }
    ]
}