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&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 17,
    "results": [
        {
            "start": 1127174237,
            "stop": 1127175377
        },
        {
            "start": 1127175437,
            "stop": 1127178630
        },
        {
            "start": 1127178631,
            "stop": 1127179646
        },
        {
            "start": 1127179648,
            "stop": 1127180255
        },
        {
            "start": 1127180256,
            "stop": 1127182355
        },
        {
            "start": 1127182356,
            "stop": 1127184737
        },
        {
            "start": 1127184797,
            "stop": 1127189897
        },
        {
            "start": 1127189957,
            "stop": 1127213184
        },
        {
            "start": 1127213186,
            "stop": 1127213557
        },
        {
            "start": 1127213558,
            "stop": 1127216343
        },
        {
            "start": 1127216345,
            "stop": 1127217931
        },
        {
            "start": 1127217932,
            "stop": 1127223989
        },
        {
            "start": 1127223990,
            "stop": 1127224040
        },
        {
            "start": 1127233630,
            "stop": 1127233738
        },
        {
            "start": 1127233740,
            "stop": 1127245757
        },
        {
            "start": 1127245937,
            "stop": 1127245997
        },
        {
            "start": 1127246237,
            "stop": 1127246297
        },
        {
            "start": 1127246357,
            "stop": 1127246537
        },
        {
            "start": 1127246657,
            "stop": 1127246897
        },
        {
            "start": 1127247017,
            "stop": 1127247077
        }
    ]
}