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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=300",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 301,
    "results": [
        {
            "start": 1263367662,
            "stop": 1263367728
        },
        {
            "start": 1263367731,
            "stop": 1263367949
        },
        {
            "start": 1263367954,
            "stop": 1263367984
        },
        {
            "start": 1263367989,
            "stop": 1263368155
        },
        {
            "start": 1263368160,
            "stop": 1263368221
        },
        {
            "start": 1263588386,
            "stop": 1263589406
        },
        {
            "start": 1263589409,
            "stop": 1263590431
        },
        {
            "start": 1263590434,
            "stop": 1263590995
        },
        {
            "start": 1263591000,
            "stop": 1263592149
        },
        {
            "start": 1263592150,
            "stop": 1263593056
        },
        {
            "start": 1263593058,
            "stop": 1263593319
        },
        {
            "start": 1263593325,
            "stop": 1263593435
        },
        {
            "start": 1263593436,
            "stop": 1263593904
        },
        {
            "start": 1263593908,
            "stop": 1263594319
        },
        {
            "start": 1263597982,
            "stop": 1263598008
        },
        {
            "start": 1263598012,
            "stop": 1263599374
        },
        {
            "start": 1263601587,
            "stop": 1263601875
        },
        {
            "start": 1263612488,
            "stop": 1263613926
        },
        {
            "start": 1263613931,
            "stop": 1263614057
        },
        {
            "start": 1263614062,
            "stop": 1263614078
        }
    ]
}