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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 226,
    "results": [
        {
            "start": 1376092413,
            "stop": 1376093289
        },
        {
            "start": 1376093291,
            "stop": 1376094419
        },
        {
            "start": 1376094421,
            "stop": 1376095389
        },
        {
            "start": 1376095390,
            "stop": 1376096295
        },
        {
            "start": 1376096297,
            "stop": 1376097589
        },
        {
            "start": 1376097591,
            "stop": 1376098679
        },
        {
            "start": 1376098680,
            "stop": 1376099671
        },
        {
            "start": 1376099675,
            "stop": 1376100786
        },
        {
            "start": 1376100788,
            "stop": 1376101939
        },
        {
            "start": 1376101941,
            "stop": 1376103025
        },
        {
            "start": 1376103030,
            "stop": 1376103702
        },
        {
            "start": 1376103704,
            "stop": 1376105839
        },
        {
            "start": 1376105841,
            "stop": 1376108498
        },
        {
            "start": 1376108500,
            "stop": 1376110164
        },
        {
            "start": 1376110168,
            "stop": 1376111488
        },
        {
            "start": 1376111490,
            "stop": 1376112073
        },
        {
            "start": 1376112076,
            "stop": 1376112866
        },
        {
            "start": 1376112868,
            "stop": 1376113527
        },
        {
            "start": 1376113528,
            "stop": 1376115245
        },
        {
            "start": 1376115247,
            "stop": 1376115962
        }
    ]
}