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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6946",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6947,
    "results": [
        {
            "start": 873736710,
            "stop": 873736713
        },
        {
            "start": 873736720,
            "stop": 873736925
        },
        {
            "start": 873736931,
            "stop": 873737022
        },
        {
            "start": 873737025,
            "stop": 873737057
        },
        {
            "start": 873737064,
            "stop": 873737091
        },
        {
            "start": 873737094,
            "stop": 873737204
        },
        {
            "start": 873737211,
            "stop": 873737239
        },
        {
            "start": 873737246,
            "stop": 873737340
        },
        {
            "start": 873737580,
            "stop": 873737602
        },
        {
            "start": 873737605,
            "stop": 873737617
        },
        {
            "start": 873737620,
            "stop": 873737701
        },
        {
            "start": 873737705,
            "stop": 873737722
        },
        {
            "start": 873737729,
            "stop": 873737827
        },
        {
            "start": 873737831,
            "stop": 873737880
        },
        {
            "start": 873737948,
            "stop": 873738019
        },
        {
            "start": 873738026,
            "stop": 873738050
        },
        {
            "start": 873738060,
            "stop": 873738084
        },
        {
            "start": 873738088,
            "stop": 873738107
        },
        {
            "start": 873738111,
            "stop": 873738124
        },
        {
            "start": 873738128,
            "stop": 873738163
        }
    ]
}