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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=798",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 799,
    "results": [
        {
            "start": 873506142,
            "stop": 873506394
        },
        {
            "start": 873506398,
            "stop": 873506425
        },
        {
            "start": 873506429,
            "stop": 873506446
        },
        {
            "start": 873506450,
            "stop": 873506457
        },
        {
            "start": 873506462,
            "stop": 873506468
        },
        {
            "start": 873506472,
            "stop": 873506478
        },
        {
            "start": 873506482,
            "stop": 873506490
        },
        {
            "start": 873506494,
            "stop": 873506507
        },
        {
            "start": 873506511,
            "stop": 873506518
        },
        {
            "start": 873506522,
            "stop": 873506530
        },
        {
            "start": 873506534,
            "stop": 873506541
        },
        {
            "start": 873506545,
            "stop": 873506552
        },
        {
            "start": 873506556,
            "stop": 873506612
        },
        {
            "start": 873506616,
            "stop": 873506620
        },
        {
            "start": 873506624,
            "stop": 873506632
        },
        {
            "start": 873506636,
            "stop": 873506642
        },
        {
            "start": 873506646,
            "stop": 873506653
        },
        {
            "start": 873506657,
            "stop": 873506663
        },
        {
            "start": 873506667,
            "stop": 873506673
        },
        {
            "start": 873506677,
            "stop": 873506683
        }
    ]
}