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=923
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=924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=922",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 923,
    "results": [
        {
            "start": 868990254,
            "stop": 868990374
        },
        {
            "start": 868990631,
            "stop": 868990871
        },
        {
            "start": 868991322,
            "stop": 868994142
        },
        {
            "start": 868994944,
            "stop": 868996264
        },
        {
            "start": 868996432,
            "stop": 868996732
        },
        {
            "start": 869006166,
            "stop": 869006586
        },
        {
            "start": 869009998,
            "stop": 869013778
        },
        {
            "start": 869014162,
            "stop": 869015722
        },
        {
            "start": 869015947,
            "stop": 869020087
        },
        {
            "start": 869021754,
            "stop": 869026554
        },
        {
            "start": 869026752,
            "stop": 869034642
        },
        {
            "start": 869034792,
            "stop": 869037912
        },
        {
            "start": 869038614,
            "stop": 869039034
        },
        {
            "start": 869040449,
            "stop": 869042849
        },
        {
            "start": 869043052,
            "stop": 869059972
        },
        {
            "start": 869065706,
            "stop": 869066666
        },
        {
            "start": 869080235,
            "stop": 869080475
        },
        {
            "start": 869080633,
            "stop": 869080993
        },
        {
            "start": 869081214,
            "stop": 869088234
        },
        {
            "start": 869088435,
            "stop": 869089035
        }
    ]
}