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=5307
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=5308",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5306",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5307,
    "results": [
        {
            "start": 1137095880,
            "stop": 1137095907
        },
        {
            "start": 1137095909,
            "stop": 1137095934
        },
        {
            "start": 1137095936,
            "stop": 1137095969
        },
        {
            "start": 1137095971,
            "stop": 1137095986
        },
        {
            "start": 1137095987,
            "stop": 1137096096
        },
        {
            "start": 1137096097,
            "stop": 1137096181
        },
        {
            "start": 1137096184,
            "stop": 1137096231
        },
        {
            "start": 1137096232,
            "stop": 1137096315
        },
        {
            "start": 1137096317,
            "stop": 1137096328
        },
        {
            "start": 1137096330,
            "stop": 1137096336
        },
        {
            "start": 1137096338,
            "stop": 1137096339
        },
        {
            "start": 1137096340,
            "stop": 1137096354
        },
        {
            "start": 1137096356,
            "stop": 1137096416
        },
        {
            "start": 1137096418,
            "stop": 1137096420
        },
        {
            "start": 1137096422,
            "stop": 1137096432
        },
        {
            "start": 1137096433,
            "stop": 1137096469
        },
        {
            "start": 1137096471,
            "stop": 1137096503
        },
        {
            "start": 1137096505,
            "stop": 1137096545
        },
        {
            "start": 1137096547,
            "stop": 1137096645
        },
        {
            "start": 1137096646,
            "stop": 1137096682
        }
    ]
}