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=3831
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=3832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3830",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3831,
    "results": [
        {
            "start": 873463693,
            "stop": 873463696
        },
        {
            "start": 873463697,
            "stop": 873463701
        },
        {
            "start": 873463702,
            "stop": 873463706
        },
        {
            "start": 873463708,
            "stop": 873463712
        },
        {
            "start": 873463718,
            "stop": 873463722
        },
        {
            "start": 873463723,
            "stop": 873463727
        },
        {
            "start": 873463729,
            "stop": 873463731
        },
        {
            "start": 873463734,
            "stop": 873463736
        },
        {
            "start": 873463737,
            "stop": 873463740
        },
        {
            "start": 873463741,
            "stop": 873463745
        },
        {
            "start": 873463747,
            "stop": 873463756
        },
        {
            "start": 873463757,
            "stop": 873463761
        },
        {
            "start": 873463763,
            "stop": 873463767
        },
        {
            "start": 873463769,
            "stop": 873463771
        },
        {
            "start": 873463774,
            "stop": 873463776
        },
        {
            "start": 873463777,
            "stop": 873463781
        },
        {
            "start": 873463782,
            "stop": 873463792
        },
        {
            "start": 873463793,
            "stop": 873463796
        },
        {
            "start": 873463797,
            "stop": 873463805
        },
        {
            "start": 873463807,
            "stop": 873463810
        }
    ]
}