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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=995",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 996,
    "results": [
        {
            "start": 873042381,
            "stop": 873044301
        },
        {
            "start": 873044508,
            "stop": 873049248
        },
        {
            "start": 873049411,
            "stop": 873049831
        },
        {
            "start": 873049980,
            "stop": 873056160
        },
        {
            "start": 873062058,
            "stop": 873066498
        },
        {
            "start": 873066714,
            "stop": 873069894
        },
        {
            "start": 873072843,
            "stop": 873073323
        },
        {
            "start": 873073501,
            "stop": 873073921
        },
        {
            "start": 873074072,
            "stop": 873077372
        },
        {
            "start": 873077635,
            "stop": 873077815
        },
        {
            "start": 873078039,
            "stop": 873081099
        },
        {
            "start": 873082095,
            "stop": 873084255
        },
        {
            "start": 873084577,
            "stop": 873086137
        },
        {
            "start": 873088887,
            "stop": 873097167
        },
        {
            "start": 873097325,
            "stop": 873097505
        },
        {
            "start": 873097651,
            "stop": 873097891
        },
        {
            "start": 873098092,
            "stop": 873098512
        },
        {
            "start": 873098963,
            "stop": 873099143
        },
        {
            "start": 873099421,
            "stop": 873099601
        },
        {
            "start": 873100154,
            "stop": 873100214
        }
    ]
}