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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=160",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 161,
    "results": [
        {
            "start": 819039141,
            "stop": 819039176
        },
        {
            "start": 819039183,
            "stop": 819039193
        },
        {
            "start": 819040898,
            "stop": 819040993
        },
        {
            "start": 819052573,
            "stop": 819052586
        },
        {
            "start": 819052616,
            "stop": 819052627
        },
        {
            "start": 819052663,
            "stop": 819052678
        },
        {
            "start": 819052686,
            "stop": 819052754
        },
        {
            "start": 819052789,
            "stop": 819052820
        },
        {
            "start": 819052828,
            "stop": 819052989
        },
        {
            "start": 819053027,
            "stop": 819053824
        },
        {
            "start": 819053853,
            "stop": 819053860
        },
        {
            "start": 819053889,
            "stop": 819053900
        },
        {
            "start": 819053929,
            "stop": 819054003
        },
        {
            "start": 819054037,
            "stop": 819054073
        },
        {
            "start": 819054148,
            "stop": 819054613
        },
        {
            "start": 819054639,
            "stop": 819054641
        },
        {
            "start": 819069223,
            "stop": 819072502
        },
        {
            "start": 819072531,
            "stop": 819073175
        },
        {
            "start": 819073204,
            "stop": 819073384
        },
        {
            "start": 819073421,
            "stop": 819073470
        }
    ]
}