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=1008
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=1009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1007",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1008,
    "results": [
        {
            "start": 873442097,
            "stop": 873442217
        },
        {
            "start": 873442356,
            "stop": 873444216
        },
        {
            "start": 873444365,
            "stop": 873444665
        },
        {
            "start": 873444957,
            "stop": 873445257
        },
        {
            "start": 873445634,
            "stop": 873446474
        },
        {
            "start": 873448748,
            "stop": 873448928
        },
        {
            "start": 873449129,
            "stop": 873449189
        },
        {
            "start": 873449358,
            "stop": 873449598
        },
        {
            "start": 873449807,
            "stop": 873450587
        },
        {
            "start": 873450735,
            "stop": 873450915
        },
        {
            "start": 873451076,
            "stop": 873452396
        },
        {
            "start": 873452639,
            "stop": 873452999
        },
        {
            "start": 873453170,
            "stop": 873453230
        },
        {
            "start": 873453398,
            "stop": 873455018
        },
        {
            "start": 873455168,
            "stop": 873456098
        },
        {
            "start": 873456363,
            "stop": 873456423
        },
        {
            "start": 873456737,
            "stop": 873456857
        },
        {
            "start": 873457037,
            "stop": 873457277
        },
        {
            "start": 873457441,
            "stop": 873457681
        },
        {
            "start": 873457822,
            "stop": 873458242
        }
    ]
}