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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5224",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5222",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5223,
    "results": [
        {
            "start": 1136294615,
            "stop": 1136294675
        },
        {
            "start": 1136294681,
            "stop": 1136294688
        },
        {
            "start": 1136294690,
            "stop": 1136294694
        },
        {
            "start": 1136294696,
            "stop": 1136294765
        },
        {
            "start": 1136294767,
            "stop": 1136294774
        },
        {
            "start": 1136294776,
            "stop": 1136294848
        },
        {
            "start": 1136294850,
            "stop": 1136294856
        },
        {
            "start": 1136294858,
            "stop": 1136294889
        },
        {
            "start": 1136294891,
            "stop": 1136294936
        },
        {
            "start": 1136294938,
            "stop": 1136294983
        },
        {
            "start": 1136294985,
            "stop": 1136294997
        },
        {
            "start": 1136294999,
            "stop": 1136295048
        },
        {
            "start": 1136295050,
            "stop": 1136295051
        },
        {
            "start": 1136295053,
            "stop": 1136295060
        },
        {
            "start": 1136295062,
            "stop": 1136295078
        },
        {
            "start": 1136295080,
            "stop": 1136295083
        },
        {
            "start": 1136295085,
            "stop": 1136295104
        },
        {
            "start": 1136295106,
            "stop": 1136295118
        },
        {
            "start": 1136295120,
            "stop": 1136295312
        },
        {
            "start": 1136295314,
            "stop": 1136295316
        }
    ]
}