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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=174",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 175,
    "results": [
        {
            "start": 1264370656,
            "stop": 1264370657
        },
        {
            "start": 1264370660,
            "stop": 1264370662
        },
        {
            "start": 1264370664,
            "stop": 1264370665
        },
        {
            "start": 1264370666,
            "stop": 1264370668
        },
        {
            "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
        }
    ]
}