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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=219",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 220,
    "results": [
        {
            "start": 827388030,
            "stop": 827389410
        },
        {
            "start": 827389562,
            "stop": 827389862
        },
        {
            "start": 827390074,
            "stop": 827390614
        },
        {
            "start": 827390787,
            "stop": 827392947
        },
        {
            "start": 827393222,
            "stop": 827393582
        },
        {
            "start": 827393789,
            "stop": 827394809
        },
        {
            "start": 827395367,
            "stop": 827395487
        },
        {
            "start": 827396103,
            "stop": 827396343
        },
        {
            "start": 827396483,
            "stop": 827397983
        },
        {
            "start": 827398159,
            "stop": 827398879
        },
        {
            "start": 827399038,
            "stop": 827399218
        },
        {
            "start": 827400157,
            "stop": 827400277
        },
        {
            "start": 827400613,
            "stop": 827400733
        },
        {
            "start": 827402363,
            "stop": 827403443
        },
        {
            "start": 827403993,
            "stop": 827404113
        },
        {
            "start": 827404270,
            "stop": 827404390
        },
        {
            "start": 827406335,
            "stop": 827406395
        },
        {
            "start": 827407538,
            "stop": 827407658
        },
        {
            "start": 827411331,
            "stop": 827411691
        },
        {
            "start": 827411890,
            "stop": 827411950
        }
    ]
}