Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=449",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 450,
    "results": [
        {
            "start": 821776578,
            "stop": 821776580
        },
        {
            "start": 821776583,
            "stop": 821776601
        },
        {
            "start": 821776604,
            "stop": 821776611
        },
        {
            "start": 821776614,
            "stop": 821776637
        },
        {
            "start": 821776640,
            "stop": 821776656
        },
        {
            "start": 821776659,
            "stop": 821776682
        },
        {
            "start": 821776685,
            "stop": 821776696
        },
        {
            "start": 821776700,
            "stop": 821776701
        },
        {
            "start": 821776704,
            "stop": 821776706
        },
        {
            "start": 821776709,
            "stop": 821776712
        },
        {
            "start": 821776715,
            "stop": 821776716
        },
        {
            "start": 821776722,
            "stop": 821776730
        },
        {
            "start": 821776734,
            "stop": 821776736
        },
        {
            "start": 821776739,
            "stop": 821776741
        },
        {
            "start": 821776744,
            "stop": 821776750
        },
        {
            "start": 821776753,
            "stop": 821776761
        },
        {
            "start": 821776768,
            "stop": 821776769
        },
        {
            "start": 821776778,
            "stop": 821776782
        },
        {
            "start": 821776787,
            "stop": 821776789
        },
        {
            "start": 821776799,
            "stop": 821776800
        }
    ]
}