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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=42",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 43,
    "results": [
        {
            "start": 820753458,
            "stop": 820756033
        },
        {
            "start": 820760166,
            "stop": 820782733
        },
        {
            "start": 820782780,
            "stop": 820782781
        },
        {
            "start": 820782941,
            "stop": 820805020
        },
        {
            "start": 820806311,
            "stop": 820828093
        },
        {
            "start": 820829068,
            "stop": 820847395
        },
        {
            "start": 820848189,
            "stop": 820852273
        },
        {
            "start": 820852287,
            "stop": 820852289
        },
        {
            "start": 820852657,
            "stop": 820854493
        },
        {
            "start": 820856245,
            "stop": 820856833
        },
        {
            "start": 820856847,
            "stop": 820856848
        },
        {
            "start": 820857155,
            "stop": 820858153
        },
        {
            "start": 820859713,
            "stop": 820860733
        },
        {
            "start": 820860773,
            "stop": 820860774
        },
        {
            "start": 820861472,
            "stop": 820861633
        },
        {
            "start": 820862326,
            "stop": 820863793
        },
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866337,
            "stop": 820866338
        },
        {
            "start": 820866526,
            "stop": 820866793
        },
        {
            "start": 820866804,
            "stop": 820866805
        }
    ]
}