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=648
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=649",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=647",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 648,
    "results": [
        {
            "start": 829295345,
            "stop": 829295471
        },
        {
            "start": 829295474,
            "stop": 829296706
        },
        {
            "start": 829296709,
            "stop": 829297874
        },
        {
            "start": 829297877,
            "stop": 829298100
        },
        {
            "start": 829298160,
            "stop": 829299660
        },
        {
            "start": 829299720,
            "stop": 829301751
        },
        {
            "start": 829301754,
            "stop": 829303200
        },
        {
            "start": 829303260,
            "stop": 829305397
        },
        {
            "start": 829305414,
            "stop": 829306620
        },
        {
            "start": 829306680,
            "stop": 829306980
        },
        {
            "start": 829307040,
            "stop": 829307329
        },
        {
            "start": 829307332,
            "stop": 829308540
        },
        {
            "start": 829308600,
            "stop": 829309356
        },
        {
            "start": 829309360,
            "stop": 829309516
        },
        {
            "start": 829309520,
            "stop": 829309752
        },
        {
            "start": 829309755,
            "stop": 829311374
        },
        {
            "start": 829311378,
            "stop": 829313880
        },
        {
            "start": 829313940,
            "stop": 829314254
        },
        {
            "start": 829314271,
            "stop": 829315557
        },
        {
            "start": 829315620,
            "stop": 829316580
        }
    ]
}