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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1078",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1076",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1077,
    "results": [
        {
            "start": 1253181360,
            "stop": 1253181686
        },
        {
            "start": 1253181690,
            "stop": 1253181814
        },
        {
            "start": 1253181817,
            "stop": 1253182620
        },
        {
            "start": 1253182624,
            "stop": 1253183041
        },
        {
            "start": 1253183048,
            "stop": 1253183818
        },
        {
            "start": 1253183822,
            "stop": 1253183864
        },
        {
            "start": 1253183867,
            "stop": 1253183917
        },
        {
            "start": 1253183920,
            "stop": 1253184238
        },
        {
            "start": 1253184246,
            "stop": 1253184427
        },
        {
            "start": 1253184430,
            "stop": 1253184507
        },
        {
            "start": 1253184510,
            "stop": 1253184636
        },
        {
            "start": 1253184640,
            "stop": 1253185229
        },
        {
            "start": 1253185233,
            "stop": 1253185317
        },
        {
            "start": 1253185320,
            "stop": 1253185417
        },
        {
            "start": 1253185420,
            "stop": 1253185474
        },
        {
            "start": 1253185478,
            "stop": 1253185661
        },
        {
            "start": 1253185665,
            "stop": 1253185787
        },
        {
            "start": 1253185790,
            "stop": 1253186032
        },
        {
            "start": 1253186037,
            "stop": 1253186133
        },
        {
            "start": 1253186138,
            "stop": 1253186287
        }
    ]
}