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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29354",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29355,
    "results": [
        {
            "start": 971256971,
            "stop": 971257000
        },
        {
            "start": 971257002,
            "stop": 971257027
        },
        {
            "start": 971257029,
            "stop": 971257052
        },
        {
            "start": 971257054,
            "stop": 971257055
        },
        {
            "start": 971257056,
            "stop": 971257059
        },
        {
            "start": 971257061,
            "stop": 971257119
        },
        {
            "start": 971257124,
            "stop": 971257133
        },
        {
            "start": 971257137,
            "stop": 971257140
        },
        {
            "start": 971257141,
            "stop": 971257151
        },
        {
            "start": 971257152,
            "stop": 971257190
        },
        {
            "start": 971257191,
            "stop": 971257210
        },
        {
            "start": 971257212,
            "stop": 971257213
        },
        {
            "start": 971257215,
            "stop": 971257244
        },
        {
            "start": 971257247,
            "stop": 971257248
        },
        {
            "start": 971257250,
            "stop": 971257270
        },
        {
            "start": 971257271,
            "stop": 971257272
        },
        {
            "start": 971257273,
            "stop": 971257276
        },
        {
            "start": 971257278,
            "stop": 971257282
        },
        {
            "start": 971257284,
            "stop": 971257315
        },
        {
            "start": 971257317,
            "stop": 971257331
        }
    ]
}