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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 29,
    "results": [
        {
            "start": 1127455937,
            "stop": 1127456117
        },
        {
            "start": 1127456177,
            "stop": 1127458637
        },
        {
            "start": 1127458697,
            "stop": 1127458997
        },
        {
            "start": 1127459057,
            "stop": 1127459117
        },
        {
            "start": 1127459297,
            "stop": 1127459477
        },
        {
            "start": 1127459597,
            "stop": 1127461427
        },
        {
            "start": 1127461434,
            "stop": 1127466017
        },
        {
            "start": 1127466077,
            "stop": 1127466561
        },
        {
            "start": 1127466568,
            "stop": 1127467097
        },
        {
            "start": 1127467157,
            "stop": 1127469511
        },
        {
            "start": 1127469518,
            "stop": 1127470037
        },
        {
            "start": 1127470097,
            "stop": 1127470757
        },
        {
            "start": 1127470937,
            "stop": 1127471177
        },
        {
            "start": 1127471357,
            "stop": 1127471597
        },
        {
            "start": 1127471657,
            "stop": 1127471717
        },
        {
            "start": 1127471777,
            "stop": 1127472791
        },
        {
            "start": 1127472793,
            "stop": 1127473037
        },
        {
            "start": 1127474988,
            "stop": 1127476277
        },
        {
            "start": 1127476337,
            "stop": 1127477237
        },
        {
            "start": 1127477297,
            "stop": 1127479877
        }
    ]
}