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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=150",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 151,
    "results": [
        {
            "start": 818076630,
            "stop": 818076633
        },
        {
            "start": 818076636,
            "stop": 818076649
        },
        {
            "start": 818076652,
            "stop": 818076655
        },
        {
            "start": 818076658,
            "stop": 818076659
        },
        {
            "start": 818076662,
            "stop": 818076663
        },
        {
            "start": 818076667,
            "stop": 818076669
        },
        {
            "start": 818076675,
            "stop": 818076679
        },
        {
            "start": 818076690,
            "stop": 818076695
        },
        {
            "start": 818076698,
            "stop": 818076699
        },
        {
            "start": 818076702,
            "stop": 818076703
        },
        {
            "start": 818076716,
            "stop": 818076718
        },
        {
            "start": 818076723,
            "stop": 818076725
        },
        {
            "start": 818076730,
            "stop": 818076731
        },
        {
            "start": 818076734,
            "stop": 818076738
        },
        {
            "start": 818076744,
            "stop": 818076745
        },
        {
            "start": 818076748,
            "stop": 818076754
        },
        {
            "start": 818076757,
            "stop": 818076759
        },
        {
            "start": 818076781,
            "stop": 818076788
        },
        {
            "start": 818076804,
            "stop": 818076809
        },
        {
            "start": 818076813,
            "stop": 818076821
        }
    ]
}