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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=48",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 49,
    "results": [
        {
            "start": 817461859,
            "stop": 817461884
        },
        {
            "start": 817461887,
            "stop": 817461921
        },
        {
            "start": 817461936,
            "stop": 817461941
        },
        {
            "start": 817461944,
            "stop": 817461949
        },
        {
            "start": 817461954,
            "stop": 817461984
        },
        {
            "start": 817461987,
            "stop": 817461989
        },
        {
            "start": 817461993,
            "stop": 817462005
        },
        {
            "start": 817462008,
            "stop": 817462016
        },
        {
            "start": 817462019,
            "stop": 817462025
        },
        {
            "start": 817462028,
            "stop": 817462044
        },
        {
            "start": 817462047,
            "stop": 817462052
        },
        {
            "start": 817462055,
            "stop": 817462056
        },
        {
            "start": 817462059,
            "stop": 817462074
        },
        {
            "start": 817462077,
            "stop": 817462083
        },
        {
            "start": 817462086,
            "stop": 817462099
        },
        {
            "start": 817462102,
            "stop": 817462720
        },
        {
            "start": 817462725,
            "stop": 817462728
        },
        {
            "start": 817462734,
            "stop": 817462753
        },
        {
            "start": 817463345,
            "stop": 817464418
        },
        {
            "start": 817464421,
            "stop": 817466916
        }
    ]
}