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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=37",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 38,
    "results": [
        {
            "start": 820856245,
            "stop": 820856847
        },
        {
            "start": 820857155,
            "stop": 820858196
        },
        {
            "start": 820859713,
            "stop": 820860773
        },
        {
            "start": 820861472,
            "stop": 820861676
        },
        {
            "start": 820862326,
            "stop": 820863840
        },
        {
            "start": 820865924,
            "stop": 820866337
        },
        {
            "start": 820866526,
            "stop": 820866801
        },
        {
            "start": 820866870,
            "stop": 820867150
        },
        {
            "start": 820867914,
            "stop": 820868638
        },
        {
            "start": 820868794,
            "stop": 820873216
        },
        {
            "start": 820876092,
            "stop": 820876303
        },
        {
            "start": 820876352,
            "stop": 820876362
        },
        {
            "start": 820876732,
            "stop": 820876857
        },
        {
            "start": 820876893,
            "stop": 820877267
        },
        {
            "start": 820877425,
            "stop": 820879060
        },
        {
            "start": 820890881,
            "stop": 820891310
        },
        {
            "start": 820891561,
            "stop": 820893539
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820893936,
            "stop": 820894154
        },
        {
            "start": 820895941,
            "stop": 820898696
        }
    ]
}