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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=94",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 95,
    "results": [
        {
            "start": 931089469,
            "stop": 931089482
        },
        {
            "start": 931089484,
            "stop": 931089486
        },
        {
            "start": 931089488,
            "stop": 931089489
        },
        {
            "start": 931089491,
            "stop": 931089493
        },
        {
            "start": 931089494,
            "stop": 931089495
        },
        {
            "start": 931089496,
            "stop": 931089497
        },
        {
            "start": 931089499,
            "stop": 931089503
        },
        {
            "start": 931089504,
            "stop": 931089510
        },
        {
            "start": 931089511,
            "stop": 931089513
        },
        {
            "start": 931089517,
            "stop": 931089518
        },
        {
            "start": 931089520,
            "stop": 931089522
        },
        {
            "start": 931089523,
            "stop": 931089524
        },
        {
            "start": 931089526,
            "stop": 931089537
        },
        {
            "start": 931089538,
            "stop": 931089544
        },
        {
            "start": 931089546,
            "stop": 931089550
        },
        {
            "start": 931089551,
            "stop": 931089553
        },
        {
            "start": 931089554,
            "stop": 931089555
        },
        {
            "start": 931089556,
            "stop": 931089557
        },
        {
            "start": 931089558,
            "stop": 931089564
        },
        {
            "start": 931089567,
            "stop": 931089577
        }
    ]
}