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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=257",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 258,
    "results": [
        {
            "start": 817896554,
            "stop": 817896559
        },
        {
            "start": 817896576,
            "stop": 817896829
        },
        {
            "start": 817896851,
            "stop": 817896854
        },
        {
            "start": 817896857,
            "stop": 817896900
        },
        {
            "start": 817896903,
            "stop": 817896923
        },
        {
            "start": 817896957,
            "stop": 817897146
        },
        {
            "start": 817897165,
            "stop": 817897166
        },
        {
            "start": 817897202,
            "stop": 817897326
        },
        {
            "start": 817897345,
            "stop": 817897532
        },
        {
            "start": 817897573,
            "stop": 817897627
        },
        {
            "start": 817897647,
            "stop": 817897665
        },
        {
            "start": 817897685,
            "stop": 817897718
        },
        {
            "start": 817897737,
            "stop": 817897740
        },
        {
            "start": 817897757,
            "stop": 817897778
        },
        {
            "start": 817897795,
            "stop": 817898141
        },
        {
            "start": 817898144,
            "stop": 817898370
        },
        {
            "start": 817898387,
            "stop": 817898464
        },
        {
            "start": 817898506,
            "stop": 817898551
        },
        {
            "start": 817898584,
            "stop": 817898765
        },
        {
            "start": 817898817,
            "stop": 817898949
        }
    ]
}