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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=171",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 172,
    "results": [
        {
            "start": 821594143,
            "stop": 821596523
        },
        {
            "start": 821596526,
            "stop": 821597413
        },
        {
            "start": 821598205,
            "stop": 821598492
        },
        {
            "start": 821598495,
            "stop": 821598502
        },
        {
            "start": 821598505,
            "stop": 821598661
        },
        {
            "start": 821599061,
            "stop": 821599144
        },
        {
            "start": 821599147,
            "stop": 821599284
        },
        {
            "start": 821599287,
            "stop": 821599302
        },
        {
            "start": 821599305,
            "stop": 821599411
        },
        {
            "start": 821599414,
            "stop": 821599482
        },
        {
            "start": 821599485,
            "stop": 821599595
        },
        {
            "start": 821599599,
            "stop": 821599850
        },
        {
            "start": 821599853,
            "stop": 821600009
        },
        {
            "start": 821600012,
            "stop": 821600080
        },
        {
            "start": 821600081,
            "stop": 821600090
        },
        {
            "start": 821600093,
            "stop": 821600233
        },
        {
            "start": 821600236,
            "stop": 821600258
        },
        {
            "start": 821601688,
            "stop": 821601700
        },
        {
            "start": 821601703,
            "stop": 821601889
        },
        {
            "start": 821603974,
            "stop": 821604024
        }
    ]
}