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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 142,
    "results": [
        {
            "start": 931396115,
            "stop": 931396124
        },
        {
            "start": 931396126,
            "stop": 931396135
        },
        {
            "start": 931396137,
            "stop": 931396141
        },
        {
            "start": 931396143,
            "stop": 931396153
        },
        {
            "start": 931396155,
            "stop": 931396156
        },
        {
            "start": 931396157,
            "stop": 931396186
        },
        {
            "start": 931396187,
            "stop": 931396262
        },
        {
            "start": 931396263,
            "stop": 931396298
        },
        {
            "start": 931396300,
            "stop": 931396315
        },
        {
            "start": 931396317,
            "stop": 931396348
        },
        {
            "start": 931396349,
            "stop": 931396402
        },
        {
            "start": 931396403,
            "stop": 931396429
        },
        {
            "start": 931396430,
            "stop": 931396470
        },
        {
            "start": 931396471,
            "stop": 931396523
        },
        {
            "start": 931396524,
            "stop": 931396570
        },
        {
            "start": 931396571,
            "stop": 931396588
        },
        {
            "start": 931396589,
            "stop": 931396597
        },
        {
            "start": 931396598,
            "stop": 931396601
        },
        {
            "start": 931396603,
            "stop": 931396628
        },
        {
            "start": 931396630,
            "stop": 931396688
        }
    ]
}