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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 62,
    "results": [
        {
            "start": 1172183913,
            "stop": 1172183976
        },
        {
            "start": 1172183977,
            "stop": 1172183999
        },
        {
            "start": 1172184000,
            "stop": 1172184021
        },
        {
            "start": 1172184023,
            "stop": 1172184256
        },
        {
            "start": 1172184258,
            "stop": 1172184411
        },
        {
            "start": 1172184412,
            "stop": 1172184414
        },
        {
            "start": 1172184415,
            "stop": 1172184511
        },
        {
            "start": 1172184516,
            "stop": 1172184717
        },
        {
            "start": 1172184718,
            "stop": 1172184719
        },
        {
            "start": 1172184720,
            "stop": 1172187259
        },
        {
            "start": 1172187263,
            "stop": 1172200402
        },
        {
            "start": 1172200406,
            "stop": 1172201394
        },
        {
            "start": 1172201395,
            "stop": 1172201409
        },
        {
            "start": 1172201411,
            "stop": 1172201424
        },
        {
            "start": 1172201425,
            "stop": 1172201426
        },
        {
            "start": 1172201427,
            "stop": 1172201429
        },
        {
            "start": 1172201430,
            "stop": 1172201431
        },
        {
            "start": 1172201432,
            "stop": 1172201445
        },
        {
            "start": 1172201446,
            "stop": 1172201447
        },
        {
            "start": 1172201450,
            "stop": 1172206917
        }
    ]
}