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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=32",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 33,
    "results": [
        {
            "start": 1127662008,
            "stop": 1127663667
        },
        {
            "start": 1127663669,
            "stop": 1127666876
        },
        {
            "start": 1127666877,
            "stop": 1127670202
        },
        {
            "start": 1127672509,
            "stop": 1127672621
        },
        {
            "start": 1127677444,
            "stop": 1127679410
        },
        {
            "start": 1127679412,
            "stop": 1127682859
        },
        {
            "start": 1127688849,
            "stop": 1127691507
        },
        {
            "start": 1127691508,
            "stop": 1127704084
        },
        {
            "start": 1127704085,
            "stop": 1127710579
        },
        {
            "start": 1127710581,
            "stop": 1127716585
        },
        {
            "start": 1127716586,
            "stop": 1127719096
        },
        {
            "start": 1127719098,
            "stop": 1127723005
        },
        {
            "start": 1127723007,
            "stop": 1127726243
        },
        {
            "start": 1127726244,
            "stop": 1127727722
        },
        {
            "start": 1127727723,
            "stop": 1127728393
        },
        {
            "start": 1127728394,
            "stop": 1127733350
        },
        {
            "start": 1127733352,
            "stop": 1127738385
        },
        {
            "start": 1127738386,
            "stop": 1127743165
        },
        {
            "start": 1127745666,
            "stop": 1127745778
        },
        {
            "start": 1127747340,
            "stop": 1127756337
        }
    ]
}