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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 208,
    "results": [
        {
            "start": 1259250725,
            "stop": 1259250726
        },
        {
            "start": 1259250729,
            "stop": 1259250814
        },
        {
            "start": 1259250817,
            "stop": 1259250838
        },
        {
            "start": 1259250844,
            "stop": 1259250852
        },
        {
            "start": 1259250858,
            "stop": 1259250896
        },
        {
            "start": 1259250899,
            "stop": 1259250980
        },
        {
            "start": 1259250989,
            "stop": 1259251004
        },
        {
            "start": 1259251007,
            "stop": 1259251010
        },
        {
            "start": 1259251019,
            "stop": 1259251047
        },
        {
            "start": 1259251053,
            "stop": 1259251056
        },
        {
            "start": 1259251057,
            "stop": 1259251152
        },
        {
            "start": 1259251155,
            "stop": 1259251231
        },
        {
            "start": 1259251234,
            "stop": 1259251240
        },
        {
            "start": 1259251243,
            "stop": 1259251249
        },
        {
            "start": 1259251252,
            "stop": 1259251285
        },
        {
            "start": 1259251288,
            "stop": 1259251315
        },
        {
            "start": 1259251318,
            "stop": 1259251324
        },
        {
            "start": 1259251327,
            "stop": 1259251360
        },
        {
            "start": 1259251366,
            "stop": 1259251369
        },
        {
            "start": 1259251381,
            "stop": 1259251420
        }
    ]
}