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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41059",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41060,
    "results": [
        {
            "start": 875202941,
            "stop": 875202943
        },
        {
            "start": 875202944,
            "stop": 875202948
        },
        {
            "start": 875202949,
            "stop": 875202962
        },
        {
            "start": 875202967,
            "stop": 875202974
        },
        {
            "start": 875202975,
            "stop": 875202980
        },
        {
            "start": 875202982,
            "stop": 875203003
        },
        {
            "start": 875203004,
            "stop": 875203023
        },
        {
            "start": 875203025,
            "stop": 875203083
        },
        {
            "start": 875203084,
            "stop": 875203090
        },
        {
            "start": 875203091,
            "stop": 875203134
        },
        {
            "start": 875203135,
            "stop": 875203181
        },
        {
            "start": 875203182,
            "stop": 875203210
        },
        {
            "start": 875203211,
            "stop": 875203252
        },
        {
            "start": 875203253,
            "stop": 875203294
        },
        {
            "start": 875203296,
            "stop": 875203308
        },
        {
            "start": 875203309,
            "stop": 875203316
        },
        {
            "start": 875203319,
            "stop": 875203325
        },
        {
            "start": 875203327,
            "stop": 875203380
        },
        {
            "start": 875203381,
            "stop": 875203401
        },
        {
            "start": 875203403,
            "stop": 875203423
        }
    ]
}