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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=488",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 489,
    "results": [
        {
            "start": 957557818,
            "stop": 957569596
        },
        {
            "start": 957587773,
            "stop": 957603067
        },
        {
            "start": 957605489,
            "stop": 957617730
        },
        {
            "start": 957618957,
            "stop": 957625269
        },
        {
            "start": 957644711,
            "stop": 957645376
        },
        {
            "start": 957648255,
            "stop": 957651898
        },
        {
            "start": 957654888,
            "stop": 957654994
        },
        {
            "start": 957656994,
            "stop": 957695579
        },
        {
            "start": 957697149,
            "stop": 957708931
        },
        {
            "start": 957708933,
            "stop": 957720126
        },
        {
            "start": 957720129,
            "stop": 957732436
        },
        {
            "start": 957738014,
            "stop": 957746011
        },
        {
            "start": 957748499,
            "stop": 957764213
        },
        {
            "start": 957768856,
            "stop": 957778037
        },
        {
            "start": 957786846,
            "stop": 957797288
        },
        {
            "start": 957805440,
            "stop": 957813012
        },
        {
            "start": 957813845,
            "stop": 957813931
        },
        {
            "start": 957815826,
            "stop": 957816005
        },
        {
            "start": 957817454,
            "stop": 957819778
        },
        {
            "start": 957831278,
            "stop": 957837425
        }
    ]
}