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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=42",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 43,
    "results": [
        {
            "start": 817308016,
            "stop": 817308135
        },
        {
            "start": 817308138,
            "stop": 817308195
        },
        {
            "start": 817308198,
            "stop": 817308223
        },
        {
            "start": 817308226,
            "stop": 817308382
        },
        {
            "start": 817308387,
            "stop": 817308549
        },
        {
            "start": 817308552,
            "stop": 817308554
        },
        {
            "start": 817308557,
            "stop": 817308618
        },
        {
            "start": 817352726,
            "stop": 817353079
        },
        {
            "start": 817353082,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353386
        },
        {
            "start": 817353388,
            "stop": 817354678
        },
        {
            "start": 817354681,
            "stop": 817354951
        },
        {
            "start": 817354953,
            "stop": 817355247
        },
        {
            "start": 817355250,
            "stop": 817355450
        },
        {
            "start": 817355455,
            "stop": 817355456
        },
        {
            "start": 817355459,
            "stop": 817355460
        },
        {
            "start": 817355464,
            "stop": 817355477
        },
        {
            "start": 817355480,
            "stop": 817355802
        },
        {
            "start": 817355807,
            "stop": 817355809
        },
        {
            "start": 817355814,
            "stop": 817355956
        }
    ]
}