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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14328",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14329,
    "results": [
        {
            "start": 971256956,
            "stop": 971256970
        },
        {
            "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
        }
    ]
}