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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=306",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 307,
    "results": [
        {
            "start": 1264846582,
            "stop": 1264846600
        },
        {
            "start": 1264846601,
            "stop": 1264846736
        },
        {
            "start": 1264846740,
            "stop": 1264846742
        },
        {
            "start": 1264846746,
            "stop": 1264846764
        },
        {
            "start": 1264846765,
            "stop": 1264846786
        },
        {
            "start": 1264846788,
            "stop": 1264846790
        },
        {
            "start": 1264846792,
            "stop": 1264846793
        },
        {
            "start": 1264846795,
            "stop": 1264846829
        },
        {
            "start": 1264846833,
            "stop": 1264846842
        },
        {
            "start": 1264846845,
            "stop": 1264846857
        },
        {
            "start": 1264846859,
            "stop": 1264846920
        },
        {
            "start": 1264846924,
            "stop": 1264846934
        },
        {
            "start": 1264846938,
            "stop": 1264846962
        },
        {
            "start": 1264846967,
            "stop": 1264846990
        },
        {
            "start": 1264846993,
            "stop": 1264847024
        },
        {
            "start": 1264847028,
            "stop": 1264847038
        },
        {
            "start": 1264847042,
            "stop": 1264847067
        },
        {
            "start": 1264847068,
            "stop": 1264847138
        },
        {
            "start": 1264847141,
            "stop": 1264847143
        },
        {
            "start": 1264847145,
            "stop": 1264847146
        }
    ]
}