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=413
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=414",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=412",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 413,
    "results": [
        {
            "start": 1264370671,
            "stop": 1264370675
        },
        {
            "start": 1264370676,
            "stop": 1264370677
        },
        {
            "start": 1264370684,
            "stop": 1264370687
        },
        {
            "start": 1264370689,
            "stop": 1264370721
        },
        {
            "start": 1264370722,
            "stop": 1264370723
        },
        {
            "start": 1264370725,
            "stop": 1264370727
        },
        {
            "start": 1264370729,
            "stop": 1264370731
        },
        {
            "start": 1264370733,
            "stop": 1264370734
        },
        {
            "start": 1264370735,
            "stop": 1264370737
        },
        {
            "start": 1264370742,
            "stop": 1264370745
        },
        {
            "start": 1264370746,
            "stop": 1264370747
        },
        {
            "start": 1264370751,
            "stop": 1264370755
        },
        {
            "start": 1264370760,
            "stop": 1264370761
        },
        {
            "start": 1264370762,
            "stop": 1264370767
        },
        {
            "start": 1264370768,
            "stop": 1264370769
        },
        {
            "start": 1264370770,
            "stop": 1264370771
        },
        {
            "start": 1264370772,
            "stop": 1264370774
        },
        {
            "start": 1264370775,
            "stop": 1264370780
        },
        {
            "start": 1264370782,
            "stop": 1264370792
        },
        {
            "start": 1264370794,
            "stop": 1264370795
        }
    ]
}