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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=763",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 764,
    "results": [
        {
            "start": 1267751892,
            "stop": 1267752045
        },
        {
            "start": 1267752050,
            "stop": 1267758249
        },
        {
            "start": 1267766243,
            "stop": 1267770426
        },
        {
            "start": 1267770428,
            "stop": 1267771134
        },
        {
            "start": 1267771137,
            "stop": 1267771864
        },
        {
            "start": 1267771869,
            "stop": 1267771874
        },
        {
            "start": 1267771879,
            "stop": 1267771898
        },
        {
            "start": 1267771903,
            "stop": 1267772136
        },
        {
            "start": 1267772141,
            "stop": 1267774189
        },
        {
            "start": 1267779304,
            "stop": 1267779504
        },
        {
            "start": 1267779506,
            "stop": 1267781478
        },
        {
            "start": 1267781480,
            "stop": 1267781773
        },
        {
            "start": 1267781778,
            "stop": 1267782363
        },
        {
            "start": 1267782367,
            "stop": 1267787688
        },
        {
            "start": 1267787691,
            "stop": 1267787837
        },
        {
            "start": 1267787838,
            "stop": 1267787957
        },
        {
            "start": 1267787961,
            "stop": 1267792252
        },
        {
            "start": 1267792254,
            "stop": 1267792448
        },
        {
            "start": 1267792451,
            "stop": 1267796140
        },
        {
            "start": 1267796142,
            "stop": 1267796824
        }
    ]
}