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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=87",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 88,
    "results": [
        {
            "start": 1238532503,
            "stop": 1238532604
        },
        {
            "start": 1238532676,
            "stop": 1238535880
        },
        {
            "start": 1238542865,
            "stop": 1238591457
        },
        {
            "start": 1238591554,
            "stop": 1238596936
        },
        {
            "start": 1238597065,
            "stop": 1238597119
        },
        {
            "start": 1238612621,
            "stop": 1238620404
        },
        {
            "start": 1238645904,
            "stop": 1238674274
        },
        {
            "start": 1238677588,
            "stop": 1238699391
        },
        {
            "start": 1238699665,
            "stop": 1238702204
        },
        {
            "start": 1238715172,
            "stop": 1238716282
        },
        {
            "start": 1238716283,
            "stop": 1238716656
        },
        {
            "start": 1238716657,
            "stop": 1238717147
        },
        {
            "start": 1238717148,
            "stop": 1238717616
        },
        {
            "start": 1238717617,
            "stop": 1238717907
        },
        {
            "start": 1238717909,
            "stop": 1238717936
        },
        {
            "start": 1238717937,
            "stop": 1238718267
        },
        {
            "start": 1238718269,
            "stop": 1238718271
        },
        {
            "start": 1238718272,
            "stop": 1238718306
        },
        {
            "start": 1238718308,
            "stop": 1238718363
        },
        {
            "start": 1238718364,
            "stop": 1238718438
        }
    ]
}