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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=540",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 541,
    "results": [
        {
            "start": 1264783968,
            "stop": 1264784647
        },
        {
            "start": 1264784753,
            "stop": 1264785499
        },
        {
            "start": 1264785501,
            "stop": 1264786222
        },
        {
            "start": 1264786223,
            "stop": 1264786488
        },
        {
            "start": 1264786492,
            "stop": 1264790963
        },
        {
            "start": 1264790968,
            "stop": 1264791696
        },
        {
            "start": 1264792615,
            "stop": 1264794339
        },
        {
            "start": 1264794344,
            "stop": 1264795089
        },
        {
            "start": 1264795092,
            "stop": 1264795728
        },
        {
            "start": 1264795731,
            "stop": 1264797411
        },
        {
            "start": 1264797414,
            "stop": 1264797622
        },
        {
            "start": 1264797623,
            "stop": 1264797652
        },
        {
            "start": 1264797654,
            "stop": 1264797657
        },
        {
            "start": 1264797660,
            "stop": 1264797661
        },
        {
            "start": 1264797662,
            "stop": 1264797664
        },
        {
            "start": 1264797666,
            "stop": 1264797738
        },
        {
            "start": 1264797739,
            "stop": 1264797750
        },
        {
            "start": 1264797751,
            "stop": 1264797774
        },
        {
            "start": 1264797775,
            "stop": 1264797779
        },
        {
            "start": 1264797782,
            "stop": 1264797784
        }
    ]
}