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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8852",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8853,
    "results": [
        {
            "start": 874609870,
            "stop": 874610040
        },
        {
            "start": 874610100,
            "stop": 874611960
        },
        {
            "start": 874612020,
            "stop": 874612730
        },
        {
            "start": 874612810,
            "stop": 874613640
        },
        {
            "start": 874613760,
            "stop": 874614060
        },
        {
            "start": 874614120,
            "stop": 874614125
        },
        {
            "start": 874614245,
            "stop": 874614300
        },
        {
            "start": 874614420,
            "stop": 874615247
        },
        {
            "start": 874615524,
            "stop": 874615556
        },
        {
            "start": 874615713,
            "stop": 874615770
        },
        {
            "start": 874615860,
            "stop": 874617350
        },
        {
            "start": 874617430,
            "stop": 874617830
        },
        {
            "start": 874617960,
            "stop": 874618440
        },
        {
            "start": 874618500,
            "stop": 874619040
        },
        {
            "start": 874619100,
            "stop": 874619280
        },
        {
            "start": 874619340,
            "stop": 874619691
        },
        {
            "start": 874619726,
            "stop": 874619880
        },
        {
            "start": 874620070,
            "stop": 874620457
        },
        {
            "start": 874620660,
            "stop": 874620780
        },
        {
            "start": 874620900,
            "stop": 874622629
        }
    ]
}