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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=875",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=873",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 874,
    "results": [
        {
            "start": 1251072920,
            "stop": 1251074016
        },
        {
            "start": 1251074022,
            "stop": 1251074056
        },
        {
            "start": 1251074061,
            "stop": 1251074064
        },
        {
            "start": 1251074068,
            "stop": 1251074082
        },
        {
            "start": 1251074085,
            "stop": 1251074091
        },
        {
            "start": 1251074096,
            "stop": 1251074098
        },
        {
            "start": 1251074101,
            "stop": 1251074109
        },
        {
            "start": 1251074112,
            "stop": 1251074115
        },
        {
            "start": 1251074118,
            "stop": 1251074129
        },
        {
            "start": 1251074132,
            "stop": 1251074133
        },
        {
            "start": 1251074137,
            "stop": 1251074165
        },
        {
            "start": 1251074170,
            "stop": 1251074177
        },
        {
            "start": 1251074182,
            "stop": 1251074202
        },
        {
            "start": 1251074207,
            "stop": 1251074215
        },
        {
            "start": 1251074220,
            "stop": 1251074229
        },
        {
            "start": 1251074234,
            "stop": 1251074240
        },
        {
            "start": 1251074245,
            "stop": 1251074280
        },
        {
            "start": 1251074284,
            "stop": 1251074347
        },
        {
            "start": 1251074352,
            "stop": 1251074374
        },
        {
            "start": 1251074379,
            "stop": 1251074429
        }
    ]
}