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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5213
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=5214",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5212",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5213,
    "results": [
        {
            "start": 1137043812,
            "stop": 1137043822
        },
        {
            "start": 1137043824,
            "stop": 1137043830
        },
        {
            "start": 1137043833,
            "stop": 1137043845
        },
        {
            "start": 1137043847,
            "stop": 1137043849
        },
        {
            "start": 1137043852,
            "stop": 1137043921
        },
        {
            "start": 1137043923,
            "stop": 1137043931
        },
        {
            "start": 1137043934,
            "stop": 1137043950
        },
        {
            "start": 1137043952,
            "stop": 1137043979
        },
        {
            "start": 1137043981,
            "stop": 1137044016
        },
        {
            "start": 1137044018,
            "stop": 1137044023
        },
        {
            "start": 1137044025,
            "stop": 1137044028
        },
        {
            "start": 1137044030,
            "stop": 1137044078
        },
        {
            "start": 1137044081,
            "stop": 1137044095
        },
        {
            "start": 1137044098,
            "stop": 1137044110
        },
        {
            "start": 1137044112,
            "stop": 1137044114
        },
        {
            "start": 1137044115,
            "stop": 1137044124
        },
        {
            "start": 1137044125,
            "stop": 1137044128
        },
        {
            "start": 1137044132,
            "stop": 1137044133
        },
        {
            "start": 1137044135,
            "stop": 1137044137
        },
        {
            "start": 1137044139,
            "stop": 1137044146
        }
    ]
}