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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=19",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 20,
    "results": [
        {
            "start": 1127470937,
            "stop": 1127471177
        },
        {
            "start": 1127471357,
            "stop": 1127471597
        },
        {
            "start": 1127471657,
            "stop": 1127471717
        },
        {
            "start": 1127471777,
            "stop": 1127473037
        },
        {
            "start": 1127474988,
            "stop": 1127476277
        },
        {
            "start": 1127476337,
            "stop": 1127477237
        },
        {
            "start": 1127477297,
            "stop": 1127479877
        },
        {
            "start": 1127479937,
            "stop": 1127480177
        },
        {
            "start": 1127480357,
            "stop": 1127480537
        },
        {
            "start": 1127480597,
            "stop": 1127480657
        },
        {
            "start": 1127481571,
            "stop": 1127483717
        },
        {
            "start": 1127483777,
            "stop": 1127484977
        },
        {
            "start": 1127485037,
            "stop": 1127485157
        },
        {
            "start": 1127485277,
            "stop": 1127485337
        },
        {
            "start": 1127485517,
            "stop": 1127485637
        },
        {
            "start": 1127485817,
            "stop": 1127485928
        },
        {
            "start": 1127486758,
            "stop": 1127490664
        },
        {
            "start": 1127493377,
            "stop": 1127494277
        },
        {
            "start": 1127494937,
            "stop": 1127495597
        },
        {
            "start": 1127495657,
            "stop": 1127495837
        }
    ]
}