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=1447
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=1448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1446",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1447,
    "results": [
        {
            "start": 856729105,
            "stop": 856729129
        },
        {
            "start": 856729132,
            "stop": 856729679
        },
        {
            "start": 856729731,
            "stop": 856729832
        },
        {
            "start": 856729836,
            "stop": 856731262
        },
        {
            "start": 856740305,
            "stop": 856740354
        },
        {
            "start": 856743290,
            "stop": 856778868
        },
        {
            "start": 856781630,
            "stop": 856804557
        },
        {
            "start": 856804674,
            "stop": 856806468
        },
        {
            "start": 856806550,
            "stop": 856808425
        },
        {
            "start": 856809489,
            "stop": 856817629
        },
        {
            "start": 856817756,
            "stop": 856822379
        },
        {
            "start": 856822472,
            "stop": 856824193
        },
        {
            "start": 856824196,
            "stop": 856876855
        },
        {
            "start": 856877562,
            "stop": 856900908
        },
        {
            "start": 856913978,
            "stop": 856987248
        },
        {
            "start": 856988561,
            "stop": 857022000
        },
        {
            "start": 857022003,
            "stop": 857022069
        },
        {
            "start": 857022072,
            "stop": 857022110
        },
        {
            "start": 857022383,
            "stop": 857094674
        },
        {
            "start": 857095537,
            "stop": 857162988
        }
    ]
}