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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=30",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 31,
    "results": [
        {
            "start": 1127495657,
            "stop": 1127495837
        },
        {
            "start": 1127496677,
            "stop": 1127496737
        },
        {
            "start": 1127497037,
            "stop": 1127497073
        },
        {
            "start": 1127497443,
            "stop": 1127497637
        },
        {
            "start": 1127497757,
            "stop": 1127497817
        },
        {
            "start": 1127497877,
            "stop": 1127499077
        },
        {
            "start": 1127505580,
            "stop": 1127508129
        },
        {
            "start": 1127508131,
            "stop": 1127508914
        },
        {
            "start": 1127508915,
            "stop": 1127516902
        },
        {
            "start": 1127516904,
            "stop": 1127522136
        },
        {
            "start": 1127522137,
            "stop": 1127523840
        },
        {
            "start": 1127523841,
            "stop": 1127524813
        },
        {
            "start": 1127524814,
            "stop": 1127526670
        },
        {
            "start": 1127526671,
            "stop": 1127538415
        },
        {
            "start": 1127542188,
            "stop": 1127562850
        },
        {
            "start": 1127562851,
            "stop": 1127563330
        },
        {
            "start": 1127563332,
            "stop": 1127563527
        },
        {
            "start": 1127563528,
            "stop": 1127572338
        },
        {
            "start": 1127600564,
            "stop": 1127603597
        },
        {
            "start": 1127603657,
            "stop": 1127603897
        }
    ]
}