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=5233
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=5234",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5232",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5233,
    "results": [
        {
            "start": 1137052887,
            "stop": 1137052914
        },
        {
            "start": 1137052916,
            "stop": 1137052918
        },
        {
            "start": 1137052920,
            "stop": 1137052921
        },
        {
            "start": 1137052924,
            "stop": 1137052925
        },
        {
            "start": 1137052927,
            "stop": 1137052955
        },
        {
            "start": 1137052957,
            "stop": 1137052970
        },
        {
            "start": 1137052973,
            "stop": 1137052975
        },
        {
            "start": 1137052977,
            "stop": 1137053026
        },
        {
            "start": 1137053028,
            "stop": 1137053030
        },
        {
            "start": 1137053032,
            "stop": 1137053034
        },
        {
            "start": 1137053036,
            "stop": 1137053050
        },
        {
            "start": 1137053052,
            "stop": 1137053102
        },
        {
            "start": 1137053104,
            "stop": 1137053129
        },
        {
            "start": 1137053131,
            "stop": 1137053132
        },
        {
            "start": 1137053134,
            "stop": 1137053153
        },
        {
            "start": 1137053155,
            "stop": 1137053182
        },
        {
            "start": 1137053183,
            "stop": 1137053212
        },
        {
            "start": 1137053215,
            "stop": 1137053269
        },
        {
            "start": 1137053271,
            "stop": 1137053360
        },
        {
            "start": 1137053362,
            "stop": 1137053363
        }
    ]
}