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_H2L1/segments?format=api&page=794
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_H2L1/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=793",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 794,
    "results": [
        {
            "start": 861054255,
            "stop": 861055335
        },
        {
            "start": 861059438,
            "stop": 861059618
        },
        {
            "start": 861060215,
            "stop": 861060935
        },
        {
            "start": 861061854,
            "stop": 861063084
        },
        {
            "start": 861063234,
            "stop": 861064704
        },
        {
            "start": 861066505,
            "stop": 861067285
        },
        {
            "start": 861079241,
            "stop": 861080171
        },
        {
            "start": 861080321,
            "stop": 861080621
        },
        {
            "start": 861080911,
            "stop": 861084091
        },
        {
            "start": 861085056,
            "stop": 861085236
        },
        {
            "start": 861085266,
            "stop": 861088146
        },
        {
            "start": 861088296,
            "stop": 861088536
        },
        {
            "start": 861091640,
            "stop": 861101480
        },
        {
            "start": 861102372,
            "stop": 861104982
        },
        {
            "start": 861105012,
            "stop": 861109512
        },
        {
            "start": 861109647,
            "stop": 861109707
        },
        {
            "start": 861109862,
            "stop": 861110012
        },
        {
            "start": 861110042,
            "stop": 861110102
        },
        {
            "start": 861110132,
            "stop": 861111242
        },
        {
            "start": 861111483,
            "stop": 861111603
        }
    ]
}