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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=33",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 34,
    "results": [
        {
            "start": 1127756338,
            "stop": 1127757511
        },
        {
            "start": 1127757512,
            "stop": 1127757798
        },
        {
            "start": 1127757799,
            "stop": 1127760325
        },
        {
            "start": 1127760326,
            "stop": 1127765450
        },
        {
            "start": 1127765451,
            "stop": 1127766616
        },
        {
            "start": 1127766617,
            "stop": 1127767654
        },
        {
            "start": 1127781937,
            "stop": 1127793195
        },
        {
            "start": 1127793197,
            "stop": 1127811138
        },
        {
            "start": 1127811140,
            "stop": 1127812118
        },
        {
            "start": 1127812120,
            "stop": 1127814167
        },
        {
            "start": 1127833937,
            "stop": 1127836741
        },
        {
            "start": 1127850018,
            "stop": 1127851197
        },
        {
            "start": 1127931980,
            "stop": 1127936228
        },
        {
            "start": 1127936229,
            "stop": 1127937709
        },
        {
            "start": 1127937710,
            "stop": 1127937908
        },
        {
            "start": 1127937909,
            "stop": 1127939753
        },
        {
            "start": 1127939754,
            "stop": 1127941622
        },
        {
            "start": 1127941624,
            "stop": 1127941849
        },
        {
            "start": 1127941851,
            "stop": 1127944303
        },
        {
            "start": 1127944305,
            "stop": 1127946147
        }
    ]
}