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=774
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=775",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=773",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 774,
    "results": [
        {
            "start": 1249389214,
            "stop": 1249396985
        },
        {
            "start": 1249396990,
            "stop": 1249397027
        },
        {
            "start": 1249397032,
            "stop": 1249397034
        },
        {
            "start": 1249397039,
            "stop": 1249397056
        },
        {
            "start": 1249397061,
            "stop": 1249397067
        },
        {
            "start": 1249397072,
            "stop": 1249397200
        },
        {
            "start": 1249397205,
            "stop": 1249397214
        },
        {
            "start": 1249397219,
            "stop": 1249397257
        },
        {
            "start": 1249397261,
            "stop": 1249398221
        },
        {
            "start": 1249398226,
            "stop": 1249398252
        },
        {
            "start": 1249398256,
            "stop": 1249398330
        },
        {
            "start": 1249398335,
            "stop": 1249398408
        },
        {
            "start": 1249398413,
            "stop": 1249398478
        },
        {
            "start": 1249398483,
            "stop": 1249398526
        },
        {
            "start": 1249398531,
            "stop": 1249399124
        },
        {
            "start": 1249399129,
            "stop": 1249399146
        },
        {
            "start": 1249399150,
            "stop": 1249401177
        },
        {
            "start": 1249401181,
            "stop": 1249402603
        },
        {
            "start": 1249402608,
            "stop": 1249403606
        },
        {
            "start": 1249403610,
            "stop": 1249403793
        }
    ]
}