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=959
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=960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=958",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 959,
    "results": [
        {
            "start": 871738821,
            "stop": 871738881
        },
        {
            "start": 871739076,
            "stop": 871739196
        },
        {
            "start": 871765583,
            "stop": 871765763
        },
        {
            "start": 871765793,
            "stop": 871765853
        },
        {
            "start": 871765913,
            "stop": 871766903
        },
        {
            "start": 871767053,
            "stop": 871769723
        },
        {
            "start": 871769873,
            "stop": 871771613
        },
        {
            "start": 871771703,
            "stop": 871773743
        },
        {
            "start": 871773969,
            "stop": 871774779
        },
        {
            "start": 871774929,
            "stop": 871775469
        },
        {
            "start": 871775611,
            "stop": 871779571
        },
        {
            "start": 871779755,
            "stop": 871780835
        },
        {
            "start": 871781442,
            "stop": 871797282
        },
        {
            "start": 871797476,
            "stop": 871803416
        },
        {
            "start": 871804131,
            "stop": 871804731
        },
        {
            "start": 871806622,
            "stop": 871812262
        },
        {
            "start": 871812477,
            "stop": 871813377
        },
        {
            "start": 871813527,
            "stop": 871819137
        },
        {
            "start": 871819339,
            "stop": 871819459
        },
        {
            "start": 871819824,
            "stop": 871820004
        }
    ]
}