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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=696",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 697,
    "results": [
        {
            "start": 857679613,
            "stop": 857680370
        },
        {
            "start": 857680373,
            "stop": 857680386
        },
        {
            "start": 857680389,
            "stop": 857682007
        },
        {
            "start": 857682621,
            "stop": 857686165
        },
        {
            "start": 857689497,
            "stop": 857695445
        },
        {
            "start": 857696660,
            "stop": 857706546
        },
        {
            "start": 857708948,
            "stop": 857715479
        },
        {
            "start": 857716317,
            "stop": 857735266
        },
        {
            "start": 857737436,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738990
        },
        {
            "start": 857740945,
            "stop": 857742743
        },
        {
            "start": 857742744,
            "stop": 857742763
        },
        {
            "start": 857742768,
            "stop": 857743006
        },
        {
            "start": 857743612,
            "stop": 857746756
        },
        {
            "start": 857746758,
            "stop": 857746922
        },
        {
            "start": 857746924,
            "stop": 857754383
        },
        {
            "start": 857754384,
            "stop": 857755001
        },
        {
            "start": 857779169,
            "stop": 857788971
        },
        {
            "start": 857789062,
            "stop": 857790218
        },
        {
            "start": 857792670,
            "stop": 857833218
        }
    ]
}