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=14089
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=14090",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14088",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14089,
    "results": [
        {
            "start": 971158108,
            "stop": 971158110
        },
        {
            "start": 971158111,
            "stop": 971158112
        },
        {
            "start": 971158114,
            "stop": 971158115
        },
        {
            "start": 971158162,
            "stop": 971158164
        },
        {
            "start": 971158169,
            "stop": 971158171
        },
        {
            "start": 971158174,
            "stop": 971158175
        },
        {
            "start": 971158179,
            "stop": 971158183
        },
        {
            "start": 971158184,
            "stop": 971158185
        },
        {
            "start": 971158186,
            "stop": 971158188
        },
        {
            "start": 971158191,
            "stop": 971158192
        },
        {
            "start": 971158193,
            "stop": 971158197
        },
        {
            "start": 971158199,
            "stop": 971158206
        },
        {
            "start": 971158207,
            "stop": 971158210
        },
        {
            "start": 971158212,
            "stop": 971158213
        },
        {
            "start": 971158217,
            "stop": 971158219
        },
        {
            "start": 971158220,
            "stop": 971158224
        },
        {
            "start": 971158229,
            "stop": 971158230
        },
        {
            "start": 971158231,
            "stop": 971158236
        },
        {
            "start": 971158238,
            "stop": 971158244
        },
        {
            "start": 971158247,
            "stop": 971158252
        }
    ]
}