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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=115",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 116,
    "results": [
        {
            "start": 970097402,
            "stop": 970134229
        },
        {
            "start": 970137093,
            "stop": 970144851
        },
        {
            "start": 970146859,
            "stop": 970168269
        },
        {
            "start": 970170027,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970207191
        },
        {
            "start": 970208876,
            "stop": 970227421
        },
        {
            "start": 970228894,
            "stop": 970234903
        },
        {
            "start": 970236649,
            "stop": 970239237
        },
        {
            "start": 970242019,
            "stop": 970245625
        },
        {
            "start": 970245635,
            "stop": 970254142
        },
        {
            "start": 970294911,
            "stop": 970306377
        },
        {
            "start": 970309583,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970376463
        },
        {
            "start": 970377488,
            "stop": 970379983
        },
        {
            "start": 970387059,
            "stop": 970397243
        },
        {
            "start": 970398564,
            "stop": 970414153
        },
        {
            "start": 970415821,
            "stop": 970417444
        },
        {
            "start": 970419465,
            "stop": 970420095
        },
        {
            "start": 970421809,
            "stop": 970426256
        }
    ]
}