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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=23",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 24,
    "results": [
        {
            "start": 1129633206,
            "stop": 1129668754
        },
        {
            "start": 1129674847,
            "stop": 1129676608
        },
        {
            "start": 1129684877,
            "stop": 1129703995
        },
        {
            "start": 1129721697,
            "stop": 1129777891
        },
        {
            "start": 1129786110,
            "stop": 1129800917
        },
        {
            "start": 1129876722,
            "stop": 1129882366
        },
        {
            "start": 1129967744,
            "stop": 1129968078
        },
        {
            "start": 1129973230,
            "stop": 1129974141
        },
        {
            "start": 1129975046,
            "stop": 1129992773
        },
        {
            "start": 1130018622,
            "stop": 1130094286
        },
        {
            "start": 1130119479,
            "stop": 1130164504
        },
        {
            "start": 1130170615,
            "stop": 1130170740
        },
        {
            "start": 1130171209,
            "stop": 1130184410
        },
        {
            "start": 1130187911,
            "stop": 1130192283
        },
        {
            "start": 1130196168,
            "stop": 1130244155
        },
        {
            "start": 1130308697,
            "stop": 1130326903
        },
        {
            "start": 1130327023,
            "stop": 1130327143
        },
        {
            "start": 1130327203,
            "stop": 1130330491
        },
        {
            "start": 1130467573,
            "stop": 1130482412
        },
        {
            "start": 1130499285,
            "stop": 1130559234
        }
    ]
}