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_CAT4/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/H1_CBCHIGH_CAT4/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=42",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 43,
    "results": [
        {
            "start": 816997265,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998217
        },
        {
            "start": 816998337,
            "stop": 816998580
        },
        {
            "start": 816998640,
            "stop": 816998825
        },
        {
            "start": 816998829,
            "stop": 816999349
        },
        {
            "start": 816999352,
            "stop": 816999477
        },
        {
            "start": 816999597,
            "stop": 817000140
        },
        {
            "start": 817000200,
            "stop": 817000408
        },
        {
            "start": 817000528,
            "stop": 817000682
        },
        {
            "start": 817000685,
            "stop": 817000712
        },
        {
            "start": 817000715,
            "stop": 817000740
        },
        {
            "start": 817000800,
            "stop": 817000981
        },
        {
            "start": 817000984,
            "stop": 817001280
        },
        {
            "start": 817001283,
            "stop": 817003847
        },
        {
            "start": 817003849,
            "stop": 817004644
        },
        {
            "start": 817004647,
            "stop": 817005199
        },
        {
            "start": 817005202,
            "stop": 817005263
        },
        {
            "start": 817005280,
            "stop": 817006665
        },
        {
            "start": 817006668,
            "stop": 817006740
        },
        {
            "start": 817006800,
            "stop": 817007064
        }
    ]
}