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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=405",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 406,
    "results": [
        {
            "start": 864963093,
            "stop": 864963104
        },
        {
            "start": 864963108,
            "stop": 864963114
        },
        {
            "start": 864963146,
            "stop": 864963152
        },
        {
            "start": 864963155,
            "stop": 864963180
        },
        {
            "start": 864963184,
            "stop": 864963190
        },
        {
            "start": 864963194,
            "stop": 864963219
        },
        {
            "start": 864963223,
            "stop": 864963661
        },
        {
            "start": 864963679,
            "stop": 864963710
        },
        {
            "start": 864963718,
            "stop": 864963744
        },
        {
            "start": 864963747,
            "stop": 864963748
        },
        {
            "start": 864963752,
            "stop": 864963758
        },
        {
            "start": 864963762,
            "stop": 864963768
        },
        {
            "start": 864963772,
            "stop": 864963797
        },
        {
            "start": 864963801,
            "stop": 864963825
        },
        {
            "start": 864968791,
            "stop": 864968838
        },
        {
            "start": 864968842,
            "stop": 864969105
        },
        {
            "start": 864969109,
            "stop": 864969249
        },
        {
            "start": 864969254,
            "stop": 864969294
        },
        {
            "start": 864969297,
            "stop": 864969308
        },
        {
            "start": 864969321,
            "stop": 864969327
        }
    ]
}