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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1753",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1754,
    "results": [
        {
            "start": 958730350,
            "stop": 958730374
        },
        {
            "start": 958730375,
            "stop": 958730376
        },
        {
            "start": 958730379,
            "stop": 958730390
        },
        {
            "start": 958730393,
            "stop": 958730394
        },
        {
            "start": 958730398,
            "stop": 958730423
        },
        {
            "start": 958730424,
            "stop": 958730605
        },
        {
            "start": 958730607,
            "stop": 958730609
        },
        {
            "start": 958730611,
            "stop": 958730674
        },
        {
            "start": 958730677,
            "stop": 958730780
        },
        {
            "start": 958730784,
            "stop": 958730870
        },
        {
            "start": 958730872,
            "stop": 958730909
        },
        {
            "start": 958730915,
            "stop": 958731036
        },
        {
            "start": 958731038,
            "stop": 958731047
        },
        {
            "start": 958731049,
            "stop": 958731072
        },
        {
            "start": 958731074,
            "stop": 958731075
        },
        {
            "start": 958731077,
            "stop": 958731078
        },
        {
            "start": 958731082,
            "stop": 958731168
        },
        {
            "start": 958731170,
            "stop": 958731217
        },
        {
            "start": 958731224,
            "stop": 958731261
        },
        {
            "start": 958731274,
            "stop": 958731287
        }
    ]
}