Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=365
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=364",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 365,
    "results": [
        {
            "start": 825144077,
            "stop": 825144905
        },
        {
            "start": 825144908,
            "stop": 825145799
        },
        {
            "start": 825145803,
            "stop": 825145805
        },
        {
            "start": 825145808,
            "stop": 825146333
        },
        {
            "start": 825146336,
            "stop": 825148236
        },
        {
            "start": 825148240,
            "stop": 825148382
        },
        {
            "start": 825148386,
            "stop": 825148398
        },
        {
            "start": 825148401,
            "stop": 825149997
        },
        {
            "start": 825150001,
            "stop": 825150226
        },
        {
            "start": 825150659,
            "stop": 825150818
        },
        {
            "start": 825151487,
            "stop": 825151639
        },
        {
            "start": 825153200,
            "stop": 825153324
        },
        {
            "start": 825153327,
            "stop": 825157234
        },
        {
            "start": 825157237,
            "stop": 825157239
        },
        {
            "start": 825157242,
            "stop": 825161618
        },
        {
            "start": 825161621,
            "stop": 825161693
        },
        {
            "start": 825161696,
            "stop": 825162176
        },
        {
            "start": 825162180,
            "stop": 825168190
        },
        {
            "start": 825168197,
            "stop": 825168206
        },
        {
            "start": 825168213,
            "stop": 825168214
        }
    ]
}