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=823
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=824",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=822",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 823,
    "results": [
        {
            "start": 1250329259,
            "stop": 1250332539
        },
        {
            "start": 1250332543,
            "stop": 1250337104
        },
        {
            "start": 1250337110,
            "stop": 1250337815
        },
        {
            "start": 1250337818,
            "stop": 1250338297
        },
        {
            "start": 1250338301,
            "stop": 1250339214
        },
        {
            "start": 1250339218,
            "stop": 1250339726
        },
        {
            "start": 1250339731,
            "stop": 1250339892
        },
        {
            "start": 1250339897,
            "stop": 1250340014
        },
        {
            "start": 1250340017,
            "stop": 1250340076
        },
        {
            "start": 1250340079,
            "stop": 1250340089
        },
        {
            "start": 1250340093,
            "stop": 1250340447
        },
        {
            "start": 1250340452,
            "stop": 1250340454
        },
        {
            "start": 1250340457,
            "stop": 1250340488
        },
        {
            "start": 1250340491,
            "stop": 1250340502
        },
        {
            "start": 1250340505,
            "stop": 1250340509
        },
        {
            "start": 1250340517,
            "stop": 1250340544
        },
        {
            "start": 1250340549,
            "stop": 1250340553
        },
        {
            "start": 1250340556,
            "stop": 1250340583
        },
        {
            "start": 1250340588,
            "stop": 1250340589
        },
        {
            "start": 1250340598,
            "stop": 1250340600
        }
    ]
}