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_BURST_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_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 17,
    "results": [
        {
            "start": 1127213189,
            "stop": 1127213557
        },
        {
            "start": 1127213558,
            "stop": 1127216340
        },
        {
            "start": 1127216348,
            "stop": 1127217928
        },
        {
            "start": 1127217935,
            "stop": 1127223989
        },
        {
            "start": 1127223990,
            "stop": 1127224040
        },
        {
            "start": 1127233630,
            "stop": 1127233735
        },
        {
            "start": 1127233743,
            "stop": 1127245757
        },
        {
            "start": 1127245937,
            "stop": 1127245997
        },
        {
            "start": 1127246237,
            "stop": 1127246297
        },
        {
            "start": 1127246357,
            "stop": 1127246537
        },
        {
            "start": 1127246657,
            "stop": 1127246897
        },
        {
            "start": 1127247017,
            "stop": 1127247077
        },
        {
            "start": 1127247137,
            "stop": 1127247377
        },
        {
            "start": 1127247797,
            "stop": 1127247857
        },
        {
            "start": 1127247917,
            "stop": 1127248037
        },
        {
            "start": 1127248097,
            "stop": 1127248102
        },
        {
            "start": 1127248109,
            "stop": 1127248817
        },
        {
            "start": 1127248877,
            "stop": 1127249177
        },
        {
            "start": 1127249297,
            "stop": 1127249477
        },
        {
            "start": 1127249597,
            "stop": 1127249657
        }
    ]
}