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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 172,
    "results": [
        {
            "start": 1239734390,
            "stop": 1239734659
        },
        {
            "start": 1239734662,
            "stop": 1239734703
        },
        {
            "start": 1239734707,
            "stop": 1239734731
        },
        {
            "start": 1239736176,
            "stop": 1239737603
        },
        {
            "start": 1239737607,
            "stop": 1239738062
        },
        {
            "start": 1239738067,
            "stop": 1239738082
        },
        {
            "start": 1239738087,
            "stop": 1239738118
        },
        {
            "start": 1239738123,
            "stop": 1239738148
        },
        {
            "start": 1239738152,
            "stop": 1239738224
        },
        {
            "start": 1239738229,
            "stop": 1239738274
        },
        {
            "start": 1239738279,
            "stop": 1239738606
        },
        {
            "start": 1239738610,
            "stop": 1239738754
        },
        {
            "start": 1239738758,
            "stop": 1239739351
        },
        {
            "start": 1239739391,
            "stop": 1239739572
        },
        {
            "start": 1239739576,
            "stop": 1239739613
        },
        {
            "start": 1239739617,
            "stop": 1239739649
        },
        {
            "start": 1239739653,
            "stop": 1239739735
        },
        {
            "start": 1239739739,
            "stop": 1239739821
        },
        {
            "start": 1239739824,
            "stop": 1239739901
        },
        {
            "start": 1239739904,
            "stop": 1239740315
        }
    ]
}