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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40873",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40874,
    "results": [
        {
            "start": 875062222,
            "stop": 875062223
        },
        {
            "start": 875062224,
            "stop": 875062225
        },
        {
            "start": 875062226,
            "stop": 875062236
        },
        {
            "start": 875062238,
            "stop": 875062248
        },
        {
            "start": 875062250,
            "stop": 875062256
        },
        {
            "start": 875062258,
            "stop": 875062322
        },
        {
            "start": 875062323,
            "stop": 875062330
        },
        {
            "start": 875062332,
            "stop": 875062349
        },
        {
            "start": 875062351,
            "stop": 875062374
        },
        {
            "start": 875062375,
            "stop": 875062387
        },
        {
            "start": 875062390,
            "stop": 875062395
        },
        {
            "start": 875062396,
            "stop": 875062402
        },
        {
            "start": 875062403,
            "stop": 875062419
        },
        {
            "start": 875062420,
            "stop": 875062437
        },
        {
            "start": 875062439,
            "stop": 875062474
        },
        {
            "start": 875062476,
            "stop": 875062506
        },
        {
            "start": 875062507,
            "stop": 875062544
        },
        {
            "start": 875062545,
            "stop": 875062546
        },
        {
            "start": 875062547,
            "stop": 875062562
        },
        {
            "start": 875062563,
            "stop": 875062564
        }
    ]
}