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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=56",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 57,
    "results": [
        {
            "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
        },
        {
            "start": 816189261,
            "stop": 816189384
        },
        {
            "start": 816189387,
            "stop": 816189391
        },
        {
            "start": 816189395,
            "stop": 816189401
        }
    ]
}