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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1980",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1978",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1979,
    "results": [
        {
            "start": 1253423882,
            "stop": 1253423912
        },
        {
            "start": 1253423915,
            "stop": 1253423928
        },
        {
            "start": 1253423931,
            "stop": 1253423944
        },
        {
            "start": 1253423947,
            "stop": 1253426002
        },
        {
            "start": 1253426005,
            "stop": 1253429859
        },
        {
            "start": 1253429862,
            "stop": 1253430145
        },
        {
            "start": 1253430148,
            "stop": 1253432405
        },
        {
            "start": 1253432406,
            "stop": 1253434167
        },
        {
            "start": 1253434175,
            "stop": 1253434486
        },
        {
            "start": 1253434489,
            "stop": 1253435094
        },
        {
            "start": 1253435097,
            "stop": 1253436458
        },
        {
            "start": 1253436461,
            "stop": 1253437325
        },
        {
            "start": 1253437328,
            "stop": 1253437530
        },
        {
            "start": 1253437533,
            "stop": 1253437709
        },
        {
            "start": 1253437712,
            "stop": 1253441721
        },
        {
            "start": 1253441724,
            "stop": 1253441728
        },
        {
            "start": 1253441731,
            "stop": 1253441735
        },
        {
            "start": 1253441738,
            "stop": 1253443709
        },
        {
            "start": 1253443712,
            "stop": 1253443780
        },
        {
            "start": 1253443783,
            "stop": 1253445544
        }
    ]
}