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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=728",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 729,
    "results": [
        {
            "start": 854729343,
            "stop": 854730423
        },
        {
            "start": 854730654,
            "stop": 854734884
        },
        {
            "start": 854735034,
            "stop": 854736414
        },
        {
            "start": 854736644,
            "stop": 854744024
        },
        {
            "start": 854744330,
            "stop": 854744690
        },
        {
            "start": 854747009,
            "stop": 854748269
        },
        {
            "start": 854749635,
            "stop": 854751195
        },
        {
            "start": 854752718,
            "stop": 854757458
        },
        {
            "start": 854757652,
            "stop": 854758432
        },
        {
            "start": 854758777,
            "stop": 854759317
        },
        {
            "start": 854759809,
            "stop": 854760829
        },
        {
            "start": 854761030,
            "stop": 854770180
        },
        {
            "start": 854770330,
            "stop": 854770810
        },
        {
            "start": 854770999,
            "stop": 854773759
        },
        {
            "start": 854774081,
            "stop": 854778581
        },
        {
            "start": 854778871,
            "stop": 854781151
        },
        {
            "start": 854781505,
            "stop": 854782165
        },
        {
            "start": 854782326,
            "stop": 854783376
        },
        {
            "start": 854783526,
            "stop": 854794536
        },
        {
            "start": 854794626,
            "stop": 854797266
        }
    ]
}