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=1061
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=1062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1060",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1061,
    "results": [
        {
            "start": 875100113,
            "stop": 875100233
        },
        {
            "start": 875101675,
            "stop": 875101735
        },
        {
            "start": 875102694,
            "stop": 875103114
        },
        {
            "start": 875103283,
            "stop": 875103463
        },
        {
            "start": 875103620,
            "stop": 875103680
        },
        {
            "start": 875107796,
            "stop": 875108336
        },
        {
            "start": 875108491,
            "stop": 875108731
        },
        {
            "start": 875109966,
            "stop": 875111286
        },
        {
            "start": 875111464,
            "stop": 875112184
        },
        {
            "start": 875113667,
            "stop": 875113727
        },
        {
            "start": 875114026,
            "stop": 875114626
        },
        {
            "start": 875115086,
            "stop": 875115206
        },
        {
            "start": 875115503,
            "stop": 875115803
        },
        {
            "start": 875118035,
            "stop": 875118155
        },
        {
            "start": 875118410,
            "stop": 875118470
        },
        {
            "start": 875118614,
            "stop": 875118734
        },
        {
            "start": 875118997,
            "stop": 875119117
        },
        {
            "start": 875119667,
            "stop": 875119907
        },
        {
            "start": 875120132,
            "stop": 875120192
        },
        {
            "start": 875123813,
            "stop": 875124173
        }
    ]
}