Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=102",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 103,
    "results": [
        {
            "start": 816673350,
            "stop": 816673351
        },
        {
            "start": 816673354,
            "stop": 816673414
        },
        {
            "start": 816673418,
            "stop": 816673591
        },
        {
            "start": 816673594,
            "stop": 816673769
        },
        {
            "start": 816673772,
            "stop": 816673855
        },
        {
            "start": 816673859,
            "stop": 816673861
        },
        {
            "start": 816673864,
            "stop": 816673866
        },
        {
            "start": 816673871,
            "stop": 816674065
        },
        {
            "start": 816674068,
            "stop": 816674326
        },
        {
            "start": 816674331,
            "stop": 816674792
        },
        {
            "start": 816674795,
            "stop": 816675028
        },
        {
            "start": 816675031,
            "stop": 816675163
        },
        {
            "start": 816675166,
            "stop": 816675223
        },
        {
            "start": 816675226,
            "stop": 816675297
        },
        {
            "start": 816675300,
            "stop": 816675310
        },
        {
            "start": 816675313,
            "stop": 816675404
        },
        {
            "start": 816675408,
            "stop": 816675428
        },
        {
            "start": 816675432,
            "stop": 816675437
        },
        {
            "start": 816675440,
            "stop": 816675468
        },
        {
            "start": 816675472,
            "stop": 816675476
        }
    ]
}