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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 242,
    "results": [
        {
            "start": 1239984490,
            "stop": 1239984609
        },
        {
            "start": 1239984610,
            "stop": 1239984729
        },
        {
            "start": 1239984730,
            "stop": 1239984849
        },
        {
            "start": 1239984850,
            "stop": 1239984969
        },
        {
            "start": 1239984970,
            "stop": 1239985089
        },
        {
            "start": 1239985090,
            "stop": 1239985206
        },
        {
            "start": 1239985208,
            "stop": 1239985329
        },
        {
            "start": 1239985330,
            "stop": 1239985449
        },
        {
            "start": 1239985450,
            "stop": 1239985569
        },
        {
            "start": 1239985570,
            "stop": 1239985689
        },
        {
            "start": 1239985690,
            "stop": 1239985809
        },
        {
            "start": 1239985810,
            "stop": 1239985929
        },
        {
            "start": 1239985930,
            "stop": 1239986049
        },
        {
            "start": 1239986050,
            "stop": 1239986169
        },
        {
            "start": 1239986170,
            "stop": 1239986289
        },
        {
            "start": 1239986290,
            "stop": 1239986409
        },
        {
            "start": 1239986410,
            "stop": 1239986529
        },
        {
            "start": 1239986530,
            "stop": 1239986649
        },
        {
            "start": 1239986650,
            "stop": 1239986722
        },
        {
            "start": 1239986725,
            "stop": 1239986769
        }
    ]
}