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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=368",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 369,
    "results": [
        {
            "start": 1260908681,
            "stop": 1260908686
        },
        {
            "start": 1260908689,
            "stop": 1260908708
        },
        {
            "start": 1260908711,
            "stop": 1260908719
        },
        {
            "start": 1260908722,
            "stop": 1260908845
        },
        {
            "start": 1260908848,
            "stop": 1260908882
        },
        {
            "start": 1260908885,
            "stop": 1260908977
        },
        {
            "start": 1260908980,
            "stop": 1260909148
        },
        {
            "start": 1260909151,
            "stop": 1260909322
        },
        {
            "start": 1260911476,
            "stop": 1260911600
        },
        {
            "start": 1260911603,
            "stop": 1260911839
        },
        {
            "start": 1260911842,
            "stop": 1260911885
        },
        {
            "start": 1260911888,
            "stop": 1260911897
        },
        {
            "start": 1260911900,
            "stop": 1260912028
        },
        {
            "start": 1260912030,
            "stop": 1260912034
        },
        {
            "start": 1260912036,
            "stop": 1260912687
        },
        {
            "start": 1260912690,
            "stop": 1260912694
        },
        {
            "start": 1260912697,
            "stop": 1260913173
        },
        {
            "start": 1260913176,
            "stop": 1260913446
        },
        {
            "start": 1260913449,
            "stop": 1260913506
        },
        {
            "start": 1260913509,
            "stop": 1260913704
        }
    ]
}