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=951
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=952",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=950",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 951,
    "results": [
        {
            "start": 1251657677,
            "stop": 1251657763
        },
        {
            "start": 1251657766,
            "stop": 1251657911
        },
        {
            "start": 1251657916,
            "stop": 1251658035
        },
        {
            "start": 1251658038,
            "stop": 1251658105
        },
        {
            "start": 1251658110,
            "stop": 1251658240
        },
        {
            "start": 1251658245,
            "stop": 1251658285
        },
        {
            "start": 1251658290,
            "stop": 1251658367
        },
        {
            "start": 1251658372,
            "stop": 1251658442
        },
        {
            "start": 1251658447,
            "stop": 1251658873
        },
        {
            "start": 1251658878,
            "stop": 1251659108
        },
        {
            "start": 1251659113,
            "stop": 1251659590
        },
        {
            "start": 1251659595,
            "stop": 1251659650
        },
        {
            "start": 1251659655,
            "stop": 1251659662
        },
        {
            "start": 1251659665,
            "stop": 1251659671
        },
        {
            "start": 1251659676,
            "stop": 1251659745
        },
        {
            "start": 1251659750,
            "stop": 1251659962
        },
        {
            "start": 1251659967,
            "stop": 1251659986
        },
        {
            "start": 1251659991,
            "stop": 1251660494
        },
        {
            "start": 1251660499,
            "stop": 1251660506
        },
        {
            "start": 1251660511,
            "stop": 1251660569
        }
    ]
}