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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16576",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16577,
    "results": [
        {
            "start": 874699025,
            "stop": 874699046
        },
        {
            "start": 874699047,
            "stop": 874699051
        },
        {
            "start": 874699052,
            "stop": 874699087
        },
        {
            "start": 874699088,
            "stop": 874699096
        },
        {
            "start": 874699097,
            "stop": 874699119
        },
        {
            "start": 874699128,
            "stop": 874699141
        },
        {
            "start": 874699142,
            "stop": 874699144
        },
        {
            "start": 874699147,
            "stop": 874699149
        },
        {
            "start": 874699150,
            "stop": 874699168
        },
        {
            "start": 874699170,
            "stop": 874699179
        },
        {
            "start": 874699181,
            "stop": 874699188
        },
        {
            "start": 874699191,
            "stop": 874699200
        },
        {
            "start": 874699206,
            "stop": 874699210
        },
        {
            "start": 874699212,
            "stop": 874699253
        },
        {
            "start": 874699254,
            "stop": 874699262
        },
        {
            "start": 874699263,
            "stop": 874699292
        },
        {
            "start": 874699293,
            "stop": 874699295
        },
        {
            "start": 874699302,
            "stop": 874699315
        },
        {
            "start": 874699316,
            "stop": 874699321
        },
        {
            "start": 874699323,
            "stop": 874699345
        }
    ]
}