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=684
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=685",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=683",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 684,
    "results": [
        {
            "start": 1266429938,
            "stop": 1266429939
        },
        {
            "start": 1266429941,
            "stop": 1266429942
        },
        {
            "start": 1266429943,
            "stop": 1266432190
        },
        {
            "start": 1266432191,
            "stop": 1266434366
        },
        {
            "start": 1266434370,
            "stop": 1266435070
        },
        {
            "start": 1266435076,
            "stop": 1266436061
        },
        {
            "start": 1266436064,
            "stop": 1266439124
        },
        {
            "start": 1266439127,
            "stop": 1266439922
        },
        {
            "start": 1266439923,
            "stop": 1266442781
        },
        {
            "start": 1266442789,
            "stop": 1266443612
        },
        {
            "start": 1266443615,
            "stop": 1266446509
        },
        {
            "start": 1266446510,
            "stop": 1266446512
        },
        {
            "start": 1266446513,
            "stop": 1266446517
        },
        {
            "start": 1266446523,
            "stop": 1266446524
        },
        {
            "start": 1266446525,
            "stop": 1266446765
        },
        {
            "start": 1266446767,
            "stop": 1266448770
        },
        {
            "start": 1266448774,
            "stop": 1266448859
        },
        {
            "start": 1266448860,
            "stop": 1266449140
        },
        {
            "start": 1266449141,
            "stop": 1266449151
        },
        {
            "start": 1266449160,
            "stop": 1266457187
        }
    ]
}