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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 258,
    "results": [
        {
            "start": 1376815116,
            "stop": 1376818088
        },
        {
            "start": 1376818089,
            "stop": 1376820626
        },
        {
            "start": 1376820628,
            "stop": 1376822186
        },
        {
            "start": 1376822191,
            "stop": 1376822957
        },
        {
            "start": 1376822959,
            "stop": 1376824772
        },
        {
            "start": 1376824773,
            "stop": 1376826972
        },
        {
            "start": 1376826974,
            "stop": 1376828828
        },
        {
            "start": 1376828830,
            "stop": 1376829416
        },
        {
            "start": 1376829417,
            "stop": 1376831076
        },
        {
            "start": 1376831078,
            "stop": 1376831603
        },
        {
            "start": 1376831607,
            "stop": 1376832162
        },
        {
            "start": 1376832163,
            "stop": 1376832327
        },
        {
            "start": 1376832329,
            "stop": 1376833768
        },
        {
            "start": 1376833772,
            "stop": 1376833925
        },
        {
            "start": 1376833927,
            "stop": 1376834494
        },
        {
            "start": 1376834496,
            "stop": 1376834919
        },
        {
            "start": 1376834920,
            "stop": 1376835199
        },
        {
            "start": 1376835201,
            "stop": 1376835322
        },
        {
            "start": 1376835324,
            "stop": 1376836140
        },
        {
            "start": 1376836142,
            "stop": 1376836648
        }
    ]
}