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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=53",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 54,
    "results": [
        {
            "start": 816186052,
            "stop": 816186144
        },
        {
            "start": 816186147,
            "stop": 816186605
        },
        {
            "start": 816186608,
            "stop": 816186771
        },
        {
            "start": 816186774,
            "stop": 816186920
        },
        {
            "start": 816186923,
            "stop": 816187165
        },
        {
            "start": 816187168,
            "stop": 816187343
        },
        {
            "start": 816187347,
            "stop": 816187416
        },
        {
            "start": 816187419,
            "stop": 816187437
        },
        {
            "start": 816187441,
            "stop": 816187753
        },
        {
            "start": 816187756,
            "stop": 816187860
        },
        {
            "start": 816187863,
            "stop": 816188095
        },
        {
            "start": 816188098,
            "stop": 816188134
        },
        {
            "start": 816188137,
            "stop": 816188162
        },
        {
            "start": 816188165,
            "stop": 816188174
        },
        {
            "start": 816188177,
            "stop": 816188281
        },
        {
            "start": 816188284,
            "stop": 816188402
        },
        {
            "start": 816188406,
            "stop": 816188445
        },
        {
            "start": 816188448,
            "stop": 816188450
        },
        {
            "start": 816188453,
            "stop": 816188558
        },
        {
            "start": 816188562,
            "stop": 816189258
        }
    ]
}