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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=337",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 338,
    "results": [
        {
            "start": 1260473634,
            "stop": 1260476521
        },
        {
            "start": 1260476529,
            "stop": 1260477151
        },
        {
            "start": 1260477154,
            "stop": 1260477195
        },
        {
            "start": 1260477198,
            "stop": 1260481474
        },
        {
            "start": 1260481477,
            "stop": 1260481654
        },
        {
            "start": 1260481657,
            "stop": 1260482914
        },
        {
            "start": 1260482915,
            "stop": 1260489917
        },
        {
            "start": 1260489925,
            "stop": 1260492794
        },
        {
            "start": 1260492797,
            "stop": 1260497899
        },
        {
            "start": 1260497902,
            "stop": 1260500543
        },
        {
            "start": 1260500546,
            "stop": 1260502856
        },
        {
            "start": 1260502859,
            "stop": 1260503959
        },
        {
            "start": 1260503962,
            "stop": 1260506222
        },
        {
            "start": 1260506230,
            "stop": 1260506263
        },
        {
            "start": 1260506266,
            "stop": 1260506949
        },
        {
            "start": 1260506952,
            "stop": 1260509351
        },
        {
            "start": 1260509359,
            "stop": 1260513520
        },
        {
            "start": 1260513523,
            "stop": 1260518832
        },
        {
            "start": 1260518835,
            "stop": 1260519816
        },
        {
            "start": 1260519819,
            "stop": 1260519962
        }
    ]
}