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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=93",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 94,
    "results": [
        {
            "start": 931290899,
            "stop": 931291058
        },
        {
            "start": 931291059,
            "stop": 931291090
        },
        {
            "start": 931291092,
            "stop": 931291170
        },
        {
            "start": 931291172,
            "stop": 931291189
        },
        {
            "start": 931291191,
            "stop": 931291202
        },
        {
            "start": 931291204,
            "stop": 931291233
        },
        {
            "start": 931291235,
            "stop": 931291263
        },
        {
            "start": 931291265,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931292337
        },
        {
            "start": 931292338,
            "stop": 931292354
        },
        {
            "start": 931292356,
            "stop": 931292442
        },
        {
            "start": 931292444,
            "stop": 931292544
        },
        {
            "start": 931292546,
            "stop": 931292591
        },
        {
            "start": 931292593,
            "stop": 931292893
        },
        {
            "start": 931292894,
            "stop": 931293086
        },
        {
            "start": 931293088,
            "stop": 931293189
        },
        {
            "start": 931293191,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931326970
        },
        {
            "start": 931326972,
            "stop": 931326986
        }
    ]
}