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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=118",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 119,
    "results": [
        {
            "start": 836563586,
            "stop": 836566878
        },
        {
            "start": 836567585,
            "stop": 836577748
        },
        {
            "start": 836577802,
            "stop": 836592761
        },
        {
            "start": 836593311,
            "stop": 836596974
        },
        {
            "start": 836597150,
            "stop": 836600223
        },
        {
            "start": 836600968,
            "stop": 836644512
        },
        {
            "start": 836645173,
            "stop": 836652497
        },
        {
            "start": 836652551,
            "stop": 836653479
        },
        {
            "start": 836653521,
            "stop": 836659530
        },
        {
            "start": 836659568,
            "stop": 836661977
        },
        {
            "start": 836662708,
            "stop": 836665141
        },
        {
            "start": 836694002,
            "stop": 836713702
        },
        {
            "start": 836714864,
            "stop": 836727595
        },
        {
            "start": 836728706,
            "stop": 836737318
        },
        {
            "start": 836738659,
            "stop": 836739471
        },
        {
            "start": 836740810,
            "stop": 836741149
        },
        {
            "start": 836741546,
            "stop": 836742402
        },
        {
            "start": 836742656,
            "stop": 836744429
        },
        {
            "start": 836745590,
            "stop": 836745795
        },
        {
            "start": 836747322,
            "stop": 836749654
        }
    ]
}