Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=95",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 96,
    "results": [
        {
            "start": 1259365050,
            "stop": 1259375497
        },
        {
            "start": 1259375500,
            "stop": 1259376789
        },
        {
            "start": 1259376790,
            "stop": 1259377095
        },
        {
            "start": 1259377097,
            "stop": 1259378077
        },
        {
            "start": 1259378081,
            "stop": 1259379079
        },
        {
            "start": 1259379082,
            "stop": 1259379374
        },
        {
            "start": 1259379379,
            "stop": 1259380900
        },
        {
            "start": 1259380904,
            "stop": 1259382061
        },
        {
            "start": 1259382062,
            "stop": 1259382704
        },
        {
            "start": 1259382709,
            "stop": 1259384148
        },
        {
            "start": 1259384152,
            "stop": 1259385335
        },
        {
            "start": 1259385338,
            "stop": 1259385703
        },
        {
            "start": 1259385706,
            "stop": 1259386794
        },
        {
            "start": 1259386799,
            "stop": 1259386828
        },
        {
            "start": 1259386829,
            "stop": 1259386878
        },
        {
            "start": 1259386882,
            "stop": 1259387859
        },
        {
            "start": 1259387860,
            "stop": 1259390791
        },
        {
            "start": 1259390794,
            "stop": 1259391742
        },
        {
            "start": 1259391744,
            "stop": 1259392088
        },
        {
            "start": 1259392090,
            "stop": 1259392629
        }
    ]
}