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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1411",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1412,
    "results": [
        {
            "start": 847915280,
            "stop": 847915333
        },
        {
            "start": 847916305,
            "stop": 847922233
        },
        {
            "start": 847923176,
            "stop": 847945260
        },
        {
            "start": 847948952,
            "stop": 847955113
        },
        {
            "start": 847957964,
            "stop": 847998436
        },
        {
            "start": 847998439,
            "stop": 847998458
        },
        {
            "start": 847998486,
            "stop": 847999201
        },
        {
            "start": 847999231,
            "stop": 848004656
        },
        {
            "start": 848004659,
            "stop": 848014670
        },
        {
            "start": 848015190,
            "stop": 848042272
        },
        {
            "start": 848042275,
            "stop": 848050180
        },
        {
            "start": 848050183,
            "stop": 848069438
        },
        {
            "start": 848069640,
            "stop": 848084415
        },
        {
            "start": 848084653,
            "stop": 848086107
        },
        {
            "start": 848086162,
            "stop": 848086213
        },
        {
            "start": 848089484,
            "stop": 848095199
        },
        {
            "start": 848097046,
            "stop": 848133913
        },
        {
            "start": 848134448,
            "stop": 848155993
        },
        {
            "start": 848157776,
            "stop": 848159615
        },
        {
            "start": 848160253,
            "stop": 848161542
        }
    ]
}