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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 113,
    "results": [
        {
            "start": 818063647,
            "stop": 818063671
        },
        {
            "start": 818063676,
            "stop": 818063678
        },
        {
            "start": 818063681,
            "stop": 818063683
        },
        {
            "start": 818063686,
            "stop": 818063708
        },
        {
            "start": 818063711,
            "stop": 818063715
        },
        {
            "start": 818063718,
            "stop": 818063727
        },
        {
            "start": 818063730,
            "stop": 818063735
        },
        {
            "start": 818063738,
            "stop": 818063741
        },
        {
            "start": 818063745,
            "stop": 818063749
        },
        {
            "start": 818063753,
            "stop": 818063754
        },
        {
            "start": 818063759,
            "stop": 818063767
        },
        {
            "start": 818063773,
            "stop": 818063776
        },
        {
            "start": 818063779,
            "stop": 818063782
        },
        {
            "start": 818063786,
            "stop": 818063787
        },
        {
            "start": 818063800,
            "stop": 818063808
        },
        {
            "start": 818063812,
            "stop": 818063815
        },
        {
            "start": 818063820,
            "stop": 818063824
        },
        {
            "start": 818063827,
            "stop": 818063830
        },
        {
            "start": 818063834,
            "stop": 818063836
        },
        {
            "start": 818063839,
            "stop": 818063846
        }
    ]
}