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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46721",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46722,
    "results": [
        {
            "start": 875062185,
            "stop": 875062203
        },
        {
            "start": 875062205,
            "stop": 875062223
        },
        {
            "start": 875062225,
            "stop": 875062248
        },
        {
            "start": 875062250,
            "stop": 875062280
        },
        {
            "start": 875062281,
            "stop": 875062286
        },
        {
            "start": 875062287,
            "stop": 875062288
        },
        {
            "start": 875062289,
            "stop": 875062303
        },
        {
            "start": 875062304,
            "stop": 875062330
        },
        {
            "start": 875062332,
            "stop": 875062353
        },
        {
            "start": 875062355,
            "stop": 875062371
        },
        {
            "start": 875062372,
            "stop": 875062374
        },
        {
            "start": 875062375,
            "stop": 875062394
        },
        {
            "start": 875062396,
            "stop": 875062402
        },
        {
            "start": 875062403,
            "stop": 875062419
        },
        {
            "start": 875062420,
            "stop": 875062437
        },
        {
            "start": 875062439,
            "stop": 875062454
        },
        {
            "start": 875062457,
            "stop": 875062468
        },
        {
            "start": 875062469,
            "stop": 875062483
        },
        {
            "start": 875062484,
            "stop": 875062489
        },
        {
            "start": 875062491,
            "stop": 875062494
        }
    ]
}