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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40835",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40836,
    "results": [
        {
            "start": 875043104,
            "stop": 875043108
        },
        {
            "start": 875043110,
            "stop": 875043114
        },
        {
            "start": 875043115,
            "stop": 875043119
        },
        {
            "start": 875043120,
            "stop": 875043121
        },
        {
            "start": 875043123,
            "stop": 875043124
        },
        {
            "start": 875043126,
            "stop": 875043130
        },
        {
            "start": 875043131,
            "stop": 875043135
        },
        {
            "start": 875043137,
            "stop": 875043141
        },
        {
            "start": 875043142,
            "stop": 875043143
        },
        {
            "start": 875043144,
            "stop": 875043146
        },
        {
            "start": 875043147,
            "stop": 875043151
        },
        {
            "start": 875043155,
            "stop": 875043157
        },
        {
            "start": 875043158,
            "stop": 875043163
        },
        {
            "start": 875043164,
            "stop": 875043168
        },
        {
            "start": 875043169,
            "stop": 875043173
        },
        {
            "start": 875043174,
            "stop": 875043179
        },
        {
            "start": 875043180,
            "stop": 875043184
        },
        {
            "start": 875043185,
            "stop": 875043189
        },
        {
            "start": 875043190,
            "stop": 875043195
        },
        {
            "start": 875043196,
            "stop": 875043200
        }
    ]
}