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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 104,
    "results": [
        {
            "start": 1408908242,
            "stop": 1408911174
        },
        {
            "start": 1408911179,
            "stop": 1408913724
        },
        {
            "start": 1408913727,
            "stop": 1408917741
        },
        {
            "start": 1408927612,
            "stop": 1408940086
        },
        {
            "start": 1408940090,
            "stop": 1408962328
        },
        {
            "start": 1408962329,
            "stop": 1408967173
        },
        {
            "start": 1408967177,
            "stop": 1408968309
        },
        {
            "start": 1408968314,
            "stop": 1408980621
        },
        {
            "start": 1408995721,
            "stop": 1408996347
        },
        {
            "start": 1408996350,
            "stop": 1408998466
        },
        {
            "start": 1408998469,
            "stop": 1409003069
        },
        {
            "start": 1409003074,
            "stop": 1409004977
        },
        {
            "start": 1409007376,
            "stop": 1409016291
        },
        {
            "start": 1409016295,
            "stop": 1409020750
        },
        {
            "start": 1409020753,
            "stop": 1409022326
        },
        {
            "start": 1409022328,
            "stop": 1409029387
        },
        {
            "start": 1409037778,
            "stop": 1409047055
        },
        {
            "start": 1409051535,
            "stop": 1409058813
        },
        {
            "start": 1409058814,
            "stop": 1409059132
        },
        {
            "start": 1409059135,
            "stop": 1409066366
        }
    ]
}