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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 108,
    "results": [
        {
            "start": 1239252889,
            "stop": 1239253010
        },
        {
            "start": 1239253011,
            "stop": 1239253044
        },
        {
            "start": 1239253050,
            "stop": 1239253134
        },
        {
            "start": 1239253137,
            "stop": 1239253140
        },
        {
            "start": 1239253141,
            "stop": 1239253159
        },
        {
            "start": 1239253160,
            "stop": 1239253192
        },
        {
            "start": 1239253195,
            "stop": 1239253211
        },
        {
            "start": 1239253214,
            "stop": 1239253242
        },
        {
            "start": 1239253243,
            "stop": 1239253270
        },
        {
            "start": 1239253271,
            "stop": 1239253284
        },
        {
            "start": 1239253287,
            "stop": 1239253338
        },
        {
            "start": 1239253339,
            "stop": 1239253355
        },
        {
            "start": 1239253358,
            "stop": 1239253374
        },
        {
            "start": 1239253377,
            "stop": 1239253382
        },
        {
            "start": 1239253385,
            "stop": 1239253497
        },
        {
            "start": 1239263053,
            "stop": 1239263367
        },
        {
            "start": 1239263376,
            "stop": 1239266382
        },
        {
            "start": 1239266384,
            "stop": 1239268452
        },
        {
            "start": 1239268455,
            "stop": 1239269141
        },
        {
            "start": 1239269143,
            "stop": 1239269246
        }
    ]
}