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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=25",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 26,
    "results": [
        {
            "start": 816420097,
            "stop": 816420217
        },
        {
            "start": 816420238,
            "stop": 816421011
        },
        {
            "start": 816421047,
            "stop": 816421210
        },
        {
            "start": 816421235,
            "stop": 816421461
        },
        {
            "start": 816421481,
            "stop": 816422051
        },
        {
            "start": 816422072,
            "stop": 816422170
        },
        {
            "start": 816422191,
            "stop": 816422247
        },
        {
            "start": 816422296,
            "stop": 816422469
        },
        {
            "start": 816422534,
            "stop": 816422537
        },
        {
            "start": 816422560,
            "stop": 816422590
        },
        {
            "start": 816422611,
            "stop": 816422681
        },
        {
            "start": 816422769,
            "stop": 816422798
        },
        {
            "start": 816422818,
            "stop": 816422826
        },
        {
            "start": 816422854,
            "stop": 816422866
        },
        {
            "start": 816422925,
            "stop": 816422935
        },
        {
            "start": 816422981,
            "stop": 816422993
        },
        {
            "start": 816423038,
            "stop": 816423087
        },
        {
            "start": 816423115,
            "stop": 816423137
        },
        {
            "start": 816423250,
            "stop": 816423280
        },
        {
            "start": 816423320,
            "stop": 816423330
        }
    ]
}