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
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=2",
    "previous": null,
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1,
    "results": [
        {
            "start": 1126073529,
            "stop": 1126075224
        },
        {
            "start": 1126075226,
            "stop": 1126076282
        },
        {
            "start": 1126076283,
            "stop": 1126076396
        },
        {
            "start": 1126076397,
            "stop": 1126080539
        },
        {
            "start": 1126080541,
            "stop": 1126080981
        },
        {
            "start": 1126080982,
            "stop": 1126083520
        },
        {
            "start": 1126083522,
            "stop": 1126084539
        },
        {
            "start": 1126084540,
            "stop": 1126089771
        },
        {
            "start": 1126089773,
            "stop": 1126101704
        },
        {
            "start": 1126101705,
            "stop": 1126104538
        },
        {
            "start": 1126104539,
            "stop": 1126107275
        },
        {
            "start": 1126107276,
            "stop": 1126114861
        },
        {
            "start": 1126121462,
            "stop": 1126123267
        },
        {
            "start": 1126123553,
            "stop": 1126126832
        },
        {
            "start": 1126139205,
            "stop": 1126139266
        },
        {
            "start": 1126149058,
            "stop": 1126150770
        },
        {
            "start": 1126150771,
            "stop": 1126155336
        },
        {
            "start": 1126155799,
            "stop": 1126157370
        },
        {
            "start": 1126157371,
            "stop": 1126160800
        },
        {
            "start": 1126160801,
            "stop": 1126162097
        }
    ]
}