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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5248",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5246",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5247,
    "results": [
        {
            "start": 1137058076,
            "stop": 1137058128
        },
        {
            "start": 1137058131,
            "stop": 1137058146
        },
        {
            "start": 1137058148,
            "stop": 1137058165
        },
        {
            "start": 1137058167,
            "stop": 1137058171
        },
        {
            "start": 1137058172,
            "stop": 1137058204
        },
        {
            "start": 1137058206,
            "stop": 1137058344
        },
        {
            "start": 1137058348,
            "stop": 1137058398
        },
        {
            "start": 1137058400,
            "stop": 1137058491
        },
        {
            "start": 1137058492,
            "stop": 1137058532
        },
        {
            "start": 1137058534,
            "stop": 1137058553
        },
        {
            "start": 1137058555,
            "stop": 1137058592
        },
        {
            "start": 1137058595,
            "stop": 1137058613
        },
        {
            "start": 1137058615,
            "stop": 1137058640
        },
        {
            "start": 1137058643,
            "stop": 1137058644
        },
        {
            "start": 1137058645,
            "stop": 1137058651
        },
        {
            "start": 1137058655,
            "stop": 1137058659
        },
        {
            "start": 1137058661,
            "stop": 1137058662
        },
        {
            "start": 1137058665,
            "stop": 1137058670
        },
        {
            "start": 1137058672,
            "stop": 1137058709
        },
        {
            "start": 1137058711,
            "stop": 1137058715
        }
    ]
}