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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 153,
    "results": [
        {
            "start": 1126675881,
            "stop": 1126675910
        },
        {
            "start": 1126675913,
            "stop": 1126675919
        },
        {
            "start": 1126675921,
            "stop": 1126675922
        },
        {
            "start": 1126675925,
            "stop": 1126675938
        },
        {
            "start": 1126675941,
            "stop": 1126675942
        },
        {
            "start": 1126675944,
            "stop": 1126675945
        },
        {
            "start": 1126675947,
            "stop": 1126675948
        },
        {
            "start": 1126675952,
            "stop": 1126676048
        },
        {
            "start": 1126676049,
            "stop": 1126676050
        },
        {
            "start": 1126676057,
            "stop": 1126676058
        },
        {
            "start": 1126676059,
            "stop": 1126676060
        },
        {
            "start": 1126676062,
            "stop": 1126676064
        },
        {
            "start": 1126676066,
            "stop": 1126676067
        },
        {
            "start": 1126676070,
            "stop": 1126676077
        },
        {
            "start": 1126676078,
            "stop": 1126676190
        },
        {
            "start": 1126676191,
            "stop": 1126676213
        },
        {
            "start": 1126676217,
            "stop": 1126676226
        },
        {
            "start": 1126676227,
            "stop": 1126676230
        },
        {
            "start": 1126676231,
            "stop": 1126676249
        },
        {
            "start": 1126676253,
            "stop": 1126676272
        }
    ]
}