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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=291",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 292,
    "results": [
        {
            "start": 931768462,
            "stop": 931768463
        },
        {
            "start": 931768468,
            "stop": 931768473
        },
        {
            "start": 931768479,
            "stop": 931768483
        },
        {
            "start": 931768486,
            "stop": 931768498
        },
        {
            "start": 931768501,
            "stop": 931768523
        },
        {
            "start": 931768528,
            "stop": 931768534
        },
        {
            "start": 931768542,
            "stop": 931768544
        },
        {
            "start": 931768547,
            "stop": 931768551
        },
        {
            "start": 931768554,
            "stop": 931768557
        },
        {
            "start": 931768560,
            "stop": 931768565
        },
        {
            "start": 931768568,
            "stop": 931768570
        },
        {
            "start": 931768573,
            "stop": 931768583
        },
        {
            "start": 931768589,
            "stop": 931768590
        },
        {
            "start": 931768593,
            "stop": 931768598
        },
        {
            "start": 931768607,
            "stop": 931768609
        },
        {
            "start": 931768613,
            "stop": 931768621
        },
        {
            "start": 931768625,
            "stop": 931768642
        },
        {
            "start": 931768647,
            "stop": 931768650
        },
        {
            "start": 931768653,
            "stop": 931768661
        },
        {
            "start": 931768667,
            "stop": 931768672
        }
    ]
}