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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=593",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=591",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 592,
    "results": [
        {
            "start": 1265004314,
            "stop": 1265004334
        },
        {
            "start": 1265004337,
            "stop": 1265004339
        },
        {
            "start": 1265004343,
            "stop": 1265004391
        },
        {
            "start": 1265004393,
            "stop": 1265004403
        },
        {
            "start": 1265004406,
            "stop": 1265004453
        },
        {
            "start": 1265004455,
            "stop": 1265004476
        },
        {
            "start": 1265004479,
            "stop": 1265004516
        },
        {
            "start": 1265004517,
            "stop": 1265004539
        },
        {
            "start": 1265004544,
            "stop": 1265004582
        },
        {
            "start": 1265004583,
            "stop": 1265004587
        },
        {
            "start": 1265004589,
            "stop": 1265004758
        },
        {
            "start": 1265004760,
            "stop": 1265004813
        },
        {
            "start": 1265004814,
            "stop": 1265004815
        },
        {
            "start": 1265004816,
            "stop": 1265004826
        },
        {
            "start": 1265004828,
            "stop": 1265005123
        },
        {
            "start": 1265005125,
            "stop": 1265005373
        },
        {
            "start": 1265005374,
            "stop": 1265005529
        },
        {
            "start": 1265005531,
            "stop": 1265005562
        },
        {
            "start": 1265005563,
            "stop": 1265005566
        },
        {
            "start": 1265005569,
            "stop": 1265005571
        }
    ]
}