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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=409",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 410,
    "results": [
        {
            "start": 970146859,
            "stop": 970168269
        },
        {
            "start": 970170027,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970207117
        },
        {
            "start": 970207122,
            "stop": 970207147
        },
        {
            "start": 970207153,
            "stop": 970207154
        },
        {
            "start": 970207159,
            "stop": 970207191
        },
        {
            "start": 970208876,
            "stop": 970217534
        },
        {
            "start": 970217539,
            "stop": 970227421
        },
        {
            "start": 970228894,
            "stop": 970234903
        },
        {
            "start": 970236649,
            "stop": 970239237
        },
        {
            "start": 970242019,
            "stop": 970245625
        },
        {
            "start": 970245635,
            "stop": 970247423
        },
        {
            "start": 970247429,
            "stop": 970254142
        },
        {
            "start": 970294911,
            "stop": 970306377
        },
        {
            "start": 970309583,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970376463
        },
        {
            "start": 970377488,
            "stop": 970379983
        },
        {
            "start": 970387059,
            "stop": 970397208
        },
        {
            "start": 970397214,
            "stop": 970397243
        }
    ]
}