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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=168",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 169,
    "results": [
        {
            "start": 845282433,
            "stop": 845283170
        },
        {
            "start": 845284713,
            "stop": 845291802
        },
        {
            "start": 845293764,
            "stop": 845296223
        },
        {
            "start": 845299081,
            "stop": 845299278
        },
        {
            "start": 845300546,
            "stop": 845301586
        },
        {
            "start": 845301825,
            "stop": 845307243
        },
        {
            "start": 845312297,
            "stop": 845318245
        },
        {
            "start": 845320004,
            "stop": 845325437
        },
        {
            "start": 845327353,
            "stop": 845330332
        },
        {
            "start": 845330379,
            "stop": 845330691
        },
        {
            "start": 845330814,
            "stop": 845331644
        },
        {
            "start": 845331695,
            "stop": 845331755
        },
        {
            "start": 845332188,
            "stop": 845356699
        },
        {
            "start": 845356793,
            "stop": 845357206
        },
        {
            "start": 845357309,
            "stop": 845364771
        },
        {
            "start": 845365880,
            "stop": 845376676
        },
        {
            "start": 845391473,
            "stop": 845393756
        },
        {
            "start": 845399383,
            "stop": 845399930
        },
        {
            "start": 845401506,
            "stop": 845403889
        },
        {
            "start": 845409661,
            "stop": 845409904
        }
    ]
}