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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14231",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14232,
    "results": [
        {
            "start": 971173016,
            "stop": 971173018
        },
        {
            "start": 971173023,
            "stop": 971173030
        },
        {
            "start": 971173031,
            "stop": 971173033
        },
        {
            "start": 971173043,
            "stop": 971173044
        },
        {
            "start": 971173045,
            "stop": 971173047
        },
        {
            "start": 971173048,
            "stop": 971173050
        },
        {
            "start": 971173051,
            "stop": 971173053
        },
        {
            "start": 971173056,
            "stop": 971173057
        },
        {
            "start": 971173059,
            "stop": 971173062
        },
        {
            "start": 971173063,
            "stop": 971173064
        },
        {
            "start": 971173065,
            "stop": 971173067
        },
        {
            "start": 971173069,
            "stop": 971173071
        },
        {
            "start": 971173074,
            "stop": 971173078
        },
        {
            "start": 971173079,
            "stop": 971173082
        },
        {
            "start": 971173091,
            "stop": 971173098
        },
        {
            "start": 971173099,
            "stop": 971173104
        },
        {
            "start": 971173106,
            "stop": 971173111
        },
        {
            "start": 971173113,
            "stop": 971173114
        },
        {
            "start": 971173118,
            "stop": 971173124
        },
        {
            "start": 971173126,
            "stop": 971173127
        }
    ]
}