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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8203",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8204,
    "results": [
        {
            "start": 971449788,
            "stop": 971449820
        },
        {
            "start": 971449826,
            "stop": 971449871
        },
        {
            "start": 971449879,
            "stop": 971449939
        },
        {
            "start": 971449942,
            "stop": 971449966
        },
        {
            "start": 971449973,
            "stop": 971450058
        },
        {
            "start": 971450061,
            "stop": 971450062
        },
        {
            "start": 971450068,
            "stop": 971450069
        },
        {
            "start": 971450072,
            "stop": 971450133
        },
        {
            "start": 971450136,
            "stop": 971450140
        },
        {
            "start": 971450148,
            "stop": 971450149
        },
        {
            "start": 971450155,
            "stop": 971450196
        },
        {
            "start": 971450199,
            "stop": 971450307
        },
        {
            "start": 971450310,
            "stop": 971450326
        },
        {
            "start": 971450331,
            "stop": 971450339
        },
        {
            "start": 971450342,
            "stop": 971450355
        },
        {
            "start": 971450361,
            "stop": 971450372
        },
        {
            "start": 971450386,
            "stop": 971450390
        },
        {
            "start": 971450396,
            "stop": 971450401
        },
        {
            "start": 971450419,
            "stop": 971450423
        },
        {
            "start": 971450431,
            "stop": 971450433
        }
    ]
}