Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=42",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 43,
    "results": [
        {
            "start": 931877339,
            "stop": 931877575
        },
        {
            "start": 931877576,
            "stop": 931878058
        },
        {
            "start": 931878061,
            "stop": 931880623
        },
        {
            "start": 931880624,
            "stop": 931881593
        },
        {
            "start": 931881594,
            "stop": 931881876
        },
        {
            "start": 931881878,
            "stop": 931881883
        },
        {
            "start": 931881884,
            "stop": 931882274
        },
        {
            "start": 931882275,
            "stop": 931882379
        },
        {
            "start": 931882380,
            "stop": 931882690
        },
        {
            "start": 931882691,
            "stop": 931883026
        },
        {
            "start": 931883028,
            "stop": 931883039
        },
        {
            "start": 931883040,
            "stop": 931883055
        },
        {
            "start": 931883057,
            "stop": 931883092
        },
        {
            "start": 931883095,
            "stop": 931883096
        },
        {
            "start": 931883097,
            "stop": 931883109
        },
        {
            "start": 931883110,
            "stop": 931883111
        },
        {
            "start": 931886700,
            "stop": 931887293
        },
        {
            "start": 931887294,
            "stop": 931888202
        },
        {
            "start": 931888204,
            "stop": 931888707
        },
        {
            "start": 931888708,
            "stop": 931889147
        }
    ]
}