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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1326",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1327,
    "results": [
        {
            "start": 963909691,
            "stop": 963916856
        },
        {
            "start": 963929062,
            "stop": 963929640
        },
        {
            "start": 963933675,
            "stop": 963934271
        },
        {
            "start": 963939072,
            "stop": 963939266
        },
        {
            "start": 963940366,
            "stop": 963940692
        },
        {
            "start": 963941310,
            "stop": 963941675
        },
        {
            "start": 963941676,
            "stop": 963942098
        },
        {
            "start": 963942662,
            "stop": 963942835
        },
        {
            "start": 963945075,
            "stop": 963945423
        },
        {
            "start": 963955096,
            "stop": 963959345
        },
        {
            "start": 963978154,
            "stop": 963980279
        },
        {
            "start": 963980280,
            "stop": 963980296
        },
        {
            "start": 963980297,
            "stop": 963990588
        },
        {
            "start": 963990589,
            "stop": 963991161
        },
        {
            "start": 963991162,
            "stop": 964000999
        },
        {
            "start": 964001000,
            "stop": 964003164
        },
        {
            "start": 964004862,
            "stop": 964006106
        },
        {
            "start": 964007301,
            "stop": 964009342
        },
        {
            "start": 964010954,
            "stop": 964013036
        },
        {
            "start": 964015112,
            "stop": 964016722
        }
    ]
}