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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=251",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 252,
    "results": [
        {
            "start": 820440877,
            "stop": 820440963
        },
        {
            "start": 820440966,
            "stop": 820441020
        },
        {
            "start": 820441080,
            "stop": 820441320
        },
        {
            "start": 820441380,
            "stop": 820441435
        },
        {
            "start": 820441438,
            "stop": 820441441
        },
        {
            "start": 820441445,
            "stop": 820441538
        },
        {
            "start": 820441542,
            "stop": 820441545
        },
        {
            "start": 820441549,
            "stop": 820441560
        },
        {
            "start": 820441620,
            "stop": 820441670
        },
        {
            "start": 820441673,
            "stop": 820442820
        },
        {
            "start": 820442894,
            "stop": 820443140
        },
        {
            "start": 820444459,
            "stop": 820444610
        },
        {
            "start": 820444613,
            "stop": 820444740
        },
        {
            "start": 820444800,
            "stop": 820445176
        },
        {
            "start": 820445180,
            "stop": 820445280
        },
        {
            "start": 820445340,
            "stop": 820445360
        },
        {
            "start": 820445363,
            "stop": 820445640
        },
        {
            "start": 820445700,
            "stop": 820445760
        },
        {
            "start": 820445820,
            "stop": 820445912
        },
        {
            "start": 820445916,
            "stop": 820446002
        }
    ]
}