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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 53,
    "results": [
        {
            "start": 1130313813,
            "stop": 1130316046
        },
        {
            "start": 1130316054,
            "stop": 1130323877
        },
        {
            "start": 1130323884,
            "stop": 1130324420
        },
        {
            "start": 1130324427,
            "stop": 1130326251
        },
        {
            "start": 1130326258,
            "stop": 1130326261
        },
        {
            "start": 1130326268,
            "stop": 1130326903
        },
        {
            "start": 1130327023,
            "stop": 1130327143
        },
        {
            "start": 1130327203,
            "stop": 1130330490
        },
        {
            "start": 1130467573,
            "stop": 1130468712
        },
        {
            "start": 1130468713,
            "stop": 1130469704
        },
        {
            "start": 1130469705,
            "stop": 1130477300
        },
        {
            "start": 1130477309,
            "stop": 1130479538
        },
        {
            "start": 1130479546,
            "stop": 1130479637
        },
        {
            "start": 1130479644,
            "stop": 1130482085
        },
        {
            "start": 1130482092,
            "stop": 1130482404
        },
        {
            "start": 1130482406,
            "stop": 1130482411
        },
        {
            "start": 1130499285,
            "stop": 1130501136
        },
        {
            "start": 1130501144,
            "stop": 1130511080
        },
        {
            "start": 1130511087,
            "stop": 1130514972
        },
        {
            "start": 1130514979,
            "stop": 1130515285
        }
    ]
}