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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 217,
    "results": [
        {
            "start": 1375899207,
            "stop": 1375899375
        },
        {
            "start": 1375899377,
            "stop": 1375900103
        },
        {
            "start": 1375900108,
            "stop": 1375900464
        },
        {
            "start": 1375900466,
            "stop": 1375901459
        },
        {
            "start": 1375901462,
            "stop": 1375901808
        },
        {
            "start": 1375901810,
            "stop": 1375902491
        },
        {
            "start": 1375902496,
            "stop": 1375902848
        },
        {
            "start": 1375902850,
            "stop": 1375904418
        },
        {
            "start": 1375904420,
            "stop": 1375905336
        },
        {
            "start": 1375905337,
            "stop": 1375906212
        },
        {
            "start": 1375906214,
            "stop": 1375906982
        },
        {
            "start": 1375906986,
            "stop": 1375907445
        },
        {
            "start": 1375907447,
            "stop": 1375908272
        },
        {
            "start": 1375908273,
            "stop": 1375909068
        },
        {
            "start": 1375909070,
            "stop": 1375909997
        },
        {
            "start": 1375909998,
            "stop": 1375911015
        },
        {
            "start": 1375911017,
            "stop": 1375911893
        },
        {
            "start": 1375911894,
            "stop": 1375912717
        },
        {
            "start": 1375912719,
            "stop": 1375913668
        },
        {
            "start": 1375913670,
            "stop": 1375914474
        }
    ]
}