Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=793",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 794,
    "results": [
        {
            "start": 1268467394,
            "stop": 1268467488
        },
        {
            "start": 1268467489,
            "stop": 1268467515
        },
        {
            "start": 1268467516,
            "stop": 1268467642
        },
        {
            "start": 1268467643,
            "stop": 1268467741
        },
        {
            "start": 1268467742,
            "stop": 1268467767
        },
        {
            "start": 1268467768,
            "stop": 1268467800
        },
        {
            "start": 1268467801,
            "stop": 1268467823
        },
        {
            "start": 1268467825,
            "stop": 1268467829
        },
        {
            "start": 1268467830,
            "stop": 1268467854
        },
        {
            "start": 1268467855,
            "stop": 1268467923
        },
        {
            "start": 1268467927,
            "stop": 1268468491
        },
        {
            "start": 1268468492,
            "stop": 1268468546
        },
        {
            "start": 1268468547,
            "stop": 1268468695
        },
        {
            "start": 1268468697,
            "stop": 1268468702
        },
        {
            "start": 1268468703,
            "stop": 1268468712
        },
        {
            "start": 1268468713,
            "stop": 1268468743
        },
        {
            "start": 1268468744,
            "stop": 1268468746
        },
        {
            "start": 1268468747,
            "stop": 1268468829
        },
        {
            "start": 1268468830,
            "stop": 1268468862
        },
        {
            "start": 1268468863,
            "stop": 1268468869
        }
    ]
}