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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2105",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2106,
    "results": [
        {
            "start": 865198847,
            "stop": 865198848
        },
        {
            "start": 865198849,
            "stop": 865198853
        },
        {
            "start": 865198854,
            "stop": 865198876
        },
        {
            "start": 865198878,
            "stop": 865198879
        },
        {
            "start": 865198882,
            "stop": 865199130
        },
        {
            "start": 865199190,
            "stop": 865199250
        },
        {
            "start": 865199370,
            "stop": 865199399
        },
        {
            "start": 865199509,
            "stop": 865199686
        },
        {
            "start": 865199986,
            "stop": 865200163
        },
        {
            "start": 865200165,
            "stop": 865200183
        },
        {
            "start": 865200186,
            "stop": 865200196
        },
        {
            "start": 865200306,
            "stop": 865200325
        },
        {
            "start": 865200933,
            "stop": 865200957
        },
        {
            "start": 865200958,
            "stop": 865201059
        },
        {
            "start": 865201061,
            "stop": 865201080
        },
        {
            "start": 865201140,
            "stop": 865201226
        },
        {
            "start": 865201227,
            "stop": 865201235
        },
        {
            "start": 865201236,
            "stop": 865201290
        },
        {
            "start": 865201292,
            "stop": 865201423
        },
        {
            "start": 865201798,
            "stop": 865201833
        }
    ]
}