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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5678",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5679,
    "results": [
        {
            "start": 874556990,
            "stop": 874557010
        },
        {
            "start": 874557013,
            "stop": 874557074
        },
        {
            "start": 874557077,
            "stop": 874557078
        },
        {
            "start": 874557082,
            "stop": 874557089
        },
        {
            "start": 874557093,
            "stop": 874557137
        },
        {
            "start": 874557140,
            "stop": 874557147
        },
        {
            "start": 874557150,
            "stop": 874557160
        },
        {
            "start": 874557163,
            "stop": 874557210
        },
        {
            "start": 874557219,
            "stop": 874557241
        },
        {
            "start": 874557244,
            "stop": 874557258
        },
        {
            "start": 874557263,
            "stop": 874557317
        },
        {
            "start": 874557320,
            "stop": 874557341
        },
        {
            "start": 874557344,
            "stop": 874557407
        },
        {
            "start": 874557410,
            "stop": 874557412
        },
        {
            "start": 874557415,
            "stop": 874557424
        },
        {
            "start": 874557428,
            "stop": 874557449
        },
        {
            "start": 874557452,
            "stop": 874557475
        },
        {
            "start": 874557479,
            "stop": 874557511
        },
        {
            "start": 874557517,
            "stop": 874557534
        },
        {
            "start": 874557537,
            "stop": 874557769
        }
    ]
}