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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=189",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 190,
    "results": [
        {
            "start": 820439225,
            "stop": 820439536
        },
        {
            "start": 820439539,
            "stop": 820439930
        },
        {
            "start": 820439933,
            "stop": 820440654
        },
        {
            "start": 820440657,
            "stop": 820440718
        },
        {
            "start": 820440721,
            "stop": 820440867
        },
        {
            "start": 820440870,
            "stop": 820440873
        },
        {
            "start": 820440877,
            "stop": 820440963
        },
        {
            "start": 820440966,
            "stop": 820441435
        },
        {
            "start": 820441438,
            "stop": 820441441
        },
        {
            "start": 820441445,
            "stop": 820441538
        },
        {
            "start": 820441542,
            "stop": 820441545
        },
        {
            "start": 820441549,
            "stop": 820441670
        },
        {
            "start": 820441673,
            "stop": 820442821
        },
        {
            "start": 820442838,
            "stop": 820442877
        },
        {
            "start": 820442894,
            "stop": 820443140
        },
        {
            "start": 820444459,
            "stop": 820444610
        },
        {
            "start": 820444613,
            "stop": 820445176
        },
        {
            "start": 820445180,
            "stop": 820445360
        },
        {
            "start": 820445363,
            "stop": 820445912
        },
        {
            "start": 820445916,
            "stop": 820446002
        }
    ]
}