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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=725",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 726,
    "results": [
        {
            "start": 830415790,
            "stop": 830415812
        },
        {
            "start": 830415816,
            "stop": 830415966
        },
        {
            "start": 830415970,
            "stop": 830415975
        },
        {
            "start": 830415979,
            "stop": 830415985
        },
        {
            "start": 830415993,
            "stop": 830416081
        },
        {
            "start": 830416084,
            "stop": 830416096
        },
        {
            "start": 830416099,
            "stop": 830416136
        },
        {
            "start": 830416139,
            "stop": 830416170
        },
        {
            "start": 830416230,
            "stop": 830416340
        },
        {
            "start": 830416344,
            "stop": 830416384
        },
        {
            "start": 830416387,
            "stop": 830416407
        },
        {
            "start": 830416411,
            "stop": 830416417
        },
        {
            "start": 830416430,
            "stop": 830416440
        },
        {
            "start": 830416445,
            "stop": 830416477
        },
        {
            "start": 830416480,
            "stop": 830416524
        },
        {
            "start": 830416528,
            "stop": 830416663
        },
        {
            "start": 830416666,
            "stop": 830416703
        },
        {
            "start": 830416706,
            "stop": 830416727
        },
        {
            "start": 830416731,
            "stop": 830416748
        },
        {
            "start": 830416751,
            "stop": 830416871
        }
    ]
}