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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=20",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 21,
    "results": [
        {
            "start": 1173233419,
            "stop": 1173233454
        },
        {
            "start": 1173233674,
            "stop": 1173309698
        },
        {
            "start": 1173342951,
            "stop": 1173343717
        },
        {
            "start": 1173346581,
            "stop": 1173367688
        },
        {
            "start": 1173367962,
            "stop": 1173373440
        },
        {
            "start": 1173373952,
            "stop": 1173400844
        },
        {
            "start": 1173407803,
            "stop": 1173419426
        },
        {
            "start": 1173423236,
            "stop": 1173539178
        },
        {
            "start": 1173573161,
            "stop": 1173574005
        },
        {
            "start": 1173579478,
            "stop": 1173580473
        },
        {
            "start": 1173583965,
            "stop": 1173593675
        },
        {
            "start": 1173595651,
            "stop": 1173628492
        },
        {
            "start": 1173630531,
            "stop": 1173637714
        },
        {
            "start": 1173641573,
            "stop": 1173643599
        },
        {
            "start": 1173644421,
            "stop": 1173653021
        },
        {
            "start": 1173654883,
            "stop": 1173658640
        },
        {
            "start": 1173658791,
            "stop": 1173659039
        },
        {
            "start": 1173659148,
            "stop": 1173673886
        },
        {
            "start": 1173673889,
            "stop": 1173715470
        },
        {
            "start": 1173715621,
            "stop": 1173715856
        }
    ]
}