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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=7",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 8,
    "results": [
        {
            "start": 1127087599,
            "stop": 1127089697
        },
        {
            "start": 1127089757,
            "stop": 1127090357
        },
        {
            "start": 1127090477,
            "stop": 1127090537
        },
        {
            "start": 1127090657,
            "stop": 1127091917
        },
        {
            "start": 1127092037,
            "stop": 1127096837
        },
        {
            "start": 1127096897,
            "stop": 1127100077
        },
        {
            "start": 1127100197,
            "stop": 1127105477
        },
        {
            "start": 1127105537,
            "stop": 1127108297
        },
        {
            "start": 1127108357,
            "stop": 1127109797
        },
        {
            "start": 1127109857,
            "stop": 1127111417
        },
        {
            "start": 1127119063,
            "stop": 1127119517
        },
        {
            "start": 1127119577,
            "stop": 1127120537
        },
        {
            "start": 1127120597,
            "stop": 1127120670
        },
        {
            "start": 1127120931,
            "stop": 1127123897
        },
        {
            "start": 1127124017,
            "stop": 1127124197
        },
        {
            "start": 1127124497,
            "stop": 1127133359
        },
        {
            "start": 1127156503,
            "stop": 1127156897
        },
        {
            "start": 1127157017,
            "stop": 1127158037
        },
        {
            "start": 1127158097,
            "stop": 1127158277
        },
        {
            "start": 1127158457,
            "stop": 1127158672
        }
    ]
}