Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7303
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7302",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7303,
    "results": [
        {
            "start": 875112351,
            "stop": 875112370
        },
        {
            "start": 875112371,
            "stop": 875113507
        },
        {
            "start": 875113508,
            "stop": 875113700
        },
        {
            "start": 875113701,
            "stop": 875113786
        },
        {
            "start": 875113788,
            "stop": 875113917
        },
        {
            "start": 875113918,
            "stop": 875114434
        },
        {
            "start": 875114435,
            "stop": 875114444
        },
        {
            "start": 875114446,
            "stop": 875114626
        },
        {
            "start": 875114628,
            "stop": 875114657
        },
        {
            "start": 875114658,
            "stop": 875115550
        },
        {
            "start": 875115551,
            "stop": 875115789
        },
        {
            "start": 875115790,
            "stop": 875116378
        },
        {
            "start": 875116379,
            "stop": 875116449
        },
        {
            "start": 875116450,
            "stop": 875116529
        },
        {
            "start": 875116530,
            "stop": 875116910
        },
        {
            "start": 875116911,
            "stop": 875116985
        },
        {
            "start": 875116987,
            "stop": 875117889
        },
        {
            "start": 875117890,
            "stop": 875117951
        },
        {
            "start": 875117953,
            "stop": 875118049
        },
        {
            "start": 875118050,
            "stop": 875118119
        }
    ]
}