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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5218",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5216",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5217,
    "results": [
        {
            "start": 1136289108,
            "stop": 1136289138
        },
        {
            "start": 1136289140,
            "stop": 1136289142
        },
        {
            "start": 1136289144,
            "stop": 1136289171
        },
        {
            "start": 1136289173,
            "stop": 1136289175
        },
        {
            "start": 1136289177,
            "stop": 1136289188
        },
        {
            "start": 1136289190,
            "stop": 1136289199
        },
        {
            "start": 1136289201,
            "stop": 1136289209
        },
        {
            "start": 1136289211,
            "stop": 1136289243
        },
        {
            "start": 1136289245,
            "stop": 1136289253
        },
        {
            "start": 1136289255,
            "stop": 1136289287
        },
        {
            "start": 1136289289,
            "stop": 1136289314
        },
        {
            "start": 1136289317,
            "stop": 1136289326
        },
        {
            "start": 1136289328,
            "stop": 1136289341
        },
        {
            "start": 1136289343,
            "stop": 1136289345
        },
        {
            "start": 1136289347,
            "stop": 1136289350
        },
        {
            "start": 1136289352,
            "stop": 1136289382
        },
        {
            "start": 1136289386,
            "stop": 1136289508
        },
        {
            "start": 1136289510,
            "stop": 1136289516
        },
        {
            "start": 1136289519,
            "stop": 1136289525
        },
        {
            "start": 1136289527,
            "stop": 1136289533
        }
    ]
}