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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=24",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 25,
    "results": [
        {
            "start": 1127358737,
            "stop": 1127358797
        },
        {
            "start": 1127359037,
            "stop": 1127359097
        },
        {
            "start": 1127359217,
            "stop": 1127359246
        },
        {
            "start": 1127359247,
            "stop": 1127359277
        },
        {
            "start": 1127359397,
            "stop": 1127359457
        },
        {
            "start": 1127359517,
            "stop": 1127359577
        },
        {
            "start": 1127359697,
            "stop": 1127360057
        },
        {
            "start": 1127360117,
            "stop": 1127361675
        },
        {
            "start": 1127361676,
            "stop": 1127362717
        },
        {
            "start": 1127362718,
            "stop": 1127364257
        },
        {
            "start": 1127364557,
            "stop": 1127364677
        },
        {
            "start": 1127364737,
            "stop": 1127365273
        },
        {
            "start": 1127365274,
            "stop": 1127365688
        },
        {
            "start": 1127365689,
            "stop": 1127367377
        },
        {
            "start": 1127367437,
            "stop": 1127367737
        },
        {
            "start": 1127368457,
            "stop": 1127368517
        },
        {
            "start": 1127368577,
            "stop": 1127368877
        },
        {
            "start": 1127368937,
            "stop": 1127369117
        },
        {
            "start": 1127369177,
            "stop": 1127369237
        },
        {
            "start": 1127369357,
            "stop": 1127370030
        }
    ]
}