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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 116,
    "results": [
        {
            "start": 1372203479,
            "stop": 1372203905
        },
        {
            "start": 1372203906,
            "stop": 1372204794
        },
        {
            "start": 1372204796,
            "stop": 1372204947
        },
        {
            "start": 1372204949,
            "stop": 1372205200
        },
        {
            "start": 1372205201,
            "stop": 1372205869
        },
        {
            "start": 1372205871,
            "stop": 1372206072
        },
        {
            "start": 1372206073,
            "stop": 1372206781
        },
        {
            "start": 1372206782,
            "stop": 1372206982
        },
        {
            "start": 1372206984,
            "stop": 1372208380
        },
        {
            "start": 1372208382,
            "stop": 1372208583
        },
        {
            "start": 1372208584,
            "stop": 1372208847
        },
        {
            "start": 1372208848,
            "stop": 1372209445
        },
        {
            "start": 1372209447,
            "stop": 1372209667
        },
        {
            "start": 1372209669,
            "stop": 1372211458
        },
        {
            "start": 1372211460,
            "stop": 1372211649
        },
        {
            "start": 1372211651,
            "stop": 1372212567
        },
        {
            "start": 1372212572,
            "stop": 1372213784
        },
        {
            "start": 1372213785,
            "stop": 1372213985
        },
        {
            "start": 1372213987,
            "stop": 1372220468
        },
        {
            "start": 1372220469,
            "stop": 1372220632
        }
    ]
}