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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=299",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 300,
    "results": [
        {
            "start": 818241669,
            "stop": 818241671
        },
        {
            "start": 818241681,
            "stop": 818241687
        },
        {
            "start": 818241692,
            "stop": 818241694
        },
        {
            "start": 818241699,
            "stop": 818241705
        },
        {
            "start": 818241736,
            "stop": 818241737
        },
        {
            "start": 818241750,
            "stop": 818241755
        },
        {
            "start": 818241773,
            "stop": 818241775
        },
        {
            "start": 818241784,
            "stop": 818241787
        },
        {
            "start": 818241790,
            "stop": 818241792
        },
        {
            "start": 818241802,
            "stop": 818241805
        },
        {
            "start": 818241816,
            "stop": 818241821
        },
        {
            "start": 818241827,
            "stop": 818241828
        },
        {
            "start": 818241831,
            "stop": 818241833
        },
        {
            "start": 818241843,
            "stop": 818241846
        },
        {
            "start": 818241854,
            "stop": 818241857
        },
        {
            "start": 818241870,
            "stop": 818241874
        },
        {
            "start": 818241887,
            "stop": 818241891
        },
        {
            "start": 818241920,
            "stop": 818241921
        },
        {
            "start": 818241933,
            "stop": 818241939
        },
        {
            "start": 818241948,
            "stop": 818241950
        }
    ]
}