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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=195",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 196,
    "results": [
        {
            "start": 1261743922,
            "stop": 1261744574
        },
        {
            "start": 1261744576,
            "stop": 1261747634
        },
        {
            "start": 1261747638,
            "stop": 1261748773
        },
        {
            "start": 1261748777,
            "stop": 1261749115
        },
        {
            "start": 1261749119,
            "stop": 1261749313
        },
        {
            "start": 1261749317,
            "stop": 1261749829
        },
        {
            "start": 1261749831,
            "stop": 1261760299
        },
        {
            "start": 1261760302,
            "stop": 1261760544
        },
        {
            "start": 1261760549,
            "stop": 1261760689
        },
        {
            "start": 1261760690,
            "stop": 1261761945
        },
        {
            "start": 1261761949,
            "stop": 1261762406
        },
        {
            "start": 1261762407,
            "stop": 1261765487
        },
        {
            "start": 1261765488,
            "stop": 1261765598
        },
        {
            "start": 1261765602,
            "stop": 1261765625
        },
        {
            "start": 1261765629,
            "stop": 1261765967
        },
        {
            "start": 1261765971,
            "stop": 1261766130
        },
        {
            "start": 1261766134,
            "stop": 1261766786
        },
        {
            "start": 1261766787,
            "stop": 1261767091
        },
        {
            "start": 1261767092,
            "stop": 1261767982
        },
        {
            "start": 1261767986,
            "stop": 1261768168
        }
    ]
}