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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=343",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 344,
    "results": [
        {
            "start": 1265004517,
            "stop": 1265004539
        },
        {
            "start": 1265004544,
            "stop": 1265004546
        },
        {
            "start": 1265004547,
            "stop": 1265004582
        },
        {
            "start": 1265004583,
            "stop": 1265004587
        },
        {
            "start": 1265004589,
            "stop": 1265004813
        },
        {
            "start": 1265004814,
            "stop": 1265004815
        },
        {
            "start": 1265004816,
            "stop": 1265005373
        },
        {
            "start": 1265005374,
            "stop": 1265005529
        },
        {
            "start": 1265005531,
            "stop": 1265005562
        },
        {
            "start": 1265005563,
            "stop": 1265005566
        },
        {
            "start": 1265005569,
            "stop": 1265005571
        },
        {
            "start": 1265005573,
            "stop": 1265005588
        },
        {
            "start": 1265005590,
            "stop": 1265005643
        },
        {
            "start": 1265005645,
            "stop": 1265005733
        },
        {
            "start": 1265005734,
            "stop": 1265005751
        },
        {
            "start": 1265005752,
            "stop": 1265005844
        },
        {
            "start": 1265005846,
            "stop": 1265007089
        },
        {
            "start": 1265007090,
            "stop": 1265007098
        },
        {
            "start": 1265007099,
            "stop": 1265009119
        },
        {
            "start": 1265009123,
            "stop": 1265009125
        }
    ]
}