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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=251",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 252,
    "results": [
        {
            "start": 821683148,
            "stop": 821683156
        },
        {
            "start": 821683159,
            "stop": 821683160
        },
        {
            "start": 821683163,
            "stop": 821683173
        },
        {
            "start": 821683176,
            "stop": 821683196
        },
        {
            "start": 821683199,
            "stop": 821683227
        },
        {
            "start": 821683230,
            "stop": 821683249
        },
        {
            "start": 821683252,
            "stop": 821683256
        },
        {
            "start": 821683261,
            "stop": 821683283
        },
        {
            "start": 821683286,
            "stop": 821683287
        },
        {
            "start": 821683290,
            "stop": 821683294
        },
        {
            "start": 821683297,
            "stop": 821683305
        },
        {
            "start": 821683308,
            "stop": 821683330
        },
        {
            "start": 821683333,
            "stop": 821683353
        },
        {
            "start": 821683356,
            "stop": 821683359
        },
        {
            "start": 821683362,
            "stop": 821683369
        },
        {
            "start": 821683373,
            "stop": 821683380
        },
        {
            "start": 821683385,
            "stop": 821683386
        },
        {
            "start": 821683389,
            "stop": 821683399
        },
        {
            "start": 821683402,
            "stop": 821683404
        },
        {
            "start": 821683407,
            "stop": 821683412
        }
    ]
}