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=16581
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=16582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16580",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16581,
    "results": [
        {
            "start": 874703367,
            "stop": 874703389
        },
        {
            "start": 874703390,
            "stop": 874703437
        },
        {
            "start": 874703439,
            "stop": 874703601
        },
        {
            "start": 874703603,
            "stop": 874703895
        },
        {
            "start": 874703896,
            "stop": 874704434
        },
        {
            "start": 874704435,
            "stop": 874704491
        },
        {
            "start": 874704492,
            "stop": 874704494
        },
        {
            "start": 874704495,
            "stop": 874704518
        },
        {
            "start": 874704519,
            "stop": 874704557
        },
        {
            "start": 874704558,
            "stop": 874704598
        },
        {
            "start": 874704599,
            "stop": 874704701
        },
        {
            "start": 874704705,
            "stop": 874704852
        },
        {
            "start": 874704854,
            "stop": 874704920
        },
        {
            "start": 874704921,
            "stop": 874705047
        },
        {
            "start": 874705048,
            "stop": 874705234
        },
        {
            "start": 874705235,
            "stop": 874705349
        },
        {
            "start": 874705351,
            "stop": 874705387
        },
        {
            "start": 874705388,
            "stop": 874705434
        },
        {
            "start": 874705435,
            "stop": 874705530
        },
        {
            "start": 874705531,
            "stop": 874705677
        }
    ]
}