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=925
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=926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=924",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 925,
    "results": [
        {
            "start": 865653437,
            "stop": 865663757
        },
        {
            "start": 865664255,
            "stop": 865668275
        },
        {
            "start": 865670120,
            "stop": 865682060
        },
        {
            "start": 865682639,
            "stop": 865683239
        },
        {
            "start": 865683462,
            "stop": 865684122
        },
        {
            "start": 865684530,
            "stop": 865685310
        },
        {
            "start": 865686633,
            "stop": 865687473
        },
        {
            "start": 865690537,
            "stop": 865692037
        },
        {
            "start": 865692449,
            "stop": 865693709
        },
        {
            "start": 865724764,
            "stop": 865725004
        },
        {
            "start": 865725180,
            "stop": 865725780
        },
        {
            "start": 865726006,
            "stop": 865735066
        },
        {
            "start": 865735216,
            "stop": 865736386
        },
        {
            "start": 865739994,
            "stop": 865743234
        },
        {
            "start": 865744670,
            "stop": 865747730
        },
        {
            "start": 865748792,
            "stop": 865757192
        },
        {
            "start": 865759753,
            "stop": 865761763
        },
        {
            "start": 865761913,
            "stop": 865765423
        },
        {
            "start": 865765573,
            "stop": 865768813
        },
        {
            "start": 865768979,
            "stop": 865770659
        }
    ]
}