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_CAT3E/segments?format=api&page=41064
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=41065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41063",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41064,
    "results": [
        {
            "start": 875205149,
            "stop": 875205169
        },
        {
            "start": 875205170,
            "stop": 875205230
        },
        {
            "start": 875205231,
            "stop": 875205233
        },
        {
            "start": 875205234,
            "stop": 875205262
        },
        {
            "start": 875205263,
            "stop": 875205353
        },
        {
            "start": 875205356,
            "stop": 875205446
        },
        {
            "start": 875205447,
            "stop": 875205488
        },
        {
            "start": 875205490,
            "stop": 875205531
        },
        {
            "start": 875205532,
            "stop": 875205616
        },
        {
            "start": 875205617,
            "stop": 875205720
        },
        {
            "start": 875205722,
            "stop": 875205744
        },
        {
            "start": 875205745,
            "stop": 875205765
        },
        {
            "start": 875205766,
            "stop": 875205829
        },
        {
            "start": 875205830,
            "stop": 875205850
        },
        {
            "start": 875205851,
            "stop": 875205914
        },
        {
            "start": 875205916,
            "stop": 875205953
        },
        {
            "start": 875205954,
            "stop": 875205957
        },
        {
            "start": 875205958,
            "stop": 875205990
        },
        {
            "start": 875205991,
            "stop": 875206042
        },
        {
            "start": 875206043,
            "stop": 875206063
        }
    ]
}