Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=790
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=789",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 790,
    "results": [
        {
            "start": 1249804340,
            "stop": 1249804540
        },
        {
            "start": 1249804543,
            "stop": 1249805003
        },
        {
            "start": 1249805006,
            "stop": 1249805587
        },
        {
            "start": 1249805590,
            "stop": 1249805714
        },
        {
            "start": 1249805717,
            "stop": 1249805880
        },
        {
            "start": 1249805883,
            "stop": 1249805929
        },
        {
            "start": 1249805932,
            "stop": 1249806143
        },
        {
            "start": 1249806145,
            "stop": 1249806690
        },
        {
            "start": 1249806694,
            "stop": 1249807514
        },
        {
            "start": 1249807518,
            "stop": 1249807665
        },
        {
            "start": 1249807668,
            "stop": 1249807798
        },
        {
            "start": 1249807803,
            "stop": 1249808606
        },
        {
            "start": 1249808611,
            "stop": 1249808628
        },
        {
            "start": 1249808636,
            "stop": 1249809980
        },
        {
            "start": 1249809983,
            "stop": 1249810685
        },
        {
            "start": 1249810688,
            "stop": 1249811389
        },
        {
            "start": 1249811393,
            "stop": 1249811455
        },
        {
            "start": 1249811458,
            "stop": 1249811877
        },
        {
            "start": 1249811880,
            "stop": 1249811900
        },
        {
            "start": 1249811903,
            "stop": 1249812040
        }
    ]
}