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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5332",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5330",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5331,
    "results": [
        {
            "start": 1137228904,
            "stop": 1137228952
        },
        {
            "start": 1137228954,
            "stop": 1137228991
        },
        {
            "start": 1137228993,
            "stop": 1137229071
        },
        {
            "start": 1137229073,
            "stop": 1137229183
        },
        {
            "start": 1137229187,
            "stop": 1137229288
        },
        {
            "start": 1137229290,
            "stop": 1137229322
        },
        {
            "start": 1137229324,
            "stop": 1137229388
        },
        {
            "start": 1137229389,
            "stop": 1137229405
        },
        {
            "start": 1137229407,
            "stop": 1137229408
        },
        {
            "start": 1137229410,
            "stop": 1137229425
        },
        {
            "start": 1137229428,
            "stop": 1137229481
        },
        {
            "start": 1137229483,
            "stop": 1137229513
        },
        {
            "start": 1137229515,
            "stop": 1137229523
        },
        {
            "start": 1137229525,
            "stop": 1137229526
        },
        {
            "start": 1137229528,
            "stop": 1137229613
        },
        {
            "start": 1137229615,
            "stop": 1137229619
        },
        {
            "start": 1137229620,
            "stop": 1137229716
        },
        {
            "start": 1137229717,
            "stop": 1137229736
        },
        {
            "start": 1137229738,
            "stop": 1137229754
        },
        {
            "start": 1137229756,
            "stop": 1137229947
        }
    ]
}