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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=885",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=883",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 884,
    "results": [
        {
            "start": 1251215733,
            "stop": 1251215774
        },
        {
            "start": 1251215778,
            "stop": 1251215873
        },
        {
            "start": 1251215877,
            "stop": 1251215879
        },
        {
            "start": 1251215883,
            "stop": 1251216345
        },
        {
            "start": 1251216350,
            "stop": 1251216577
        },
        {
            "start": 1251216581,
            "stop": 1251216838
        },
        {
            "start": 1251216842,
            "stop": 1251216950
        },
        {
            "start": 1251216955,
            "stop": 1251217422
        },
        {
            "start": 1251217426,
            "stop": 1251217436
        },
        {
            "start": 1251217440,
            "stop": 1251217476
        },
        {
            "start": 1251217484,
            "stop": 1251217721
        },
        {
            "start": 1251217726,
            "stop": 1251218163
        },
        {
            "start": 1251218166,
            "stop": 1251218177
        },
        {
            "start": 1251218181,
            "stop": 1251218589
        },
        {
            "start": 1251218595,
            "stop": 1251218596
        },
        {
            "start": 1251218601,
            "stop": 1251218602
        },
        {
            "start": 1251218606,
            "stop": 1251218613
        },
        {
            "start": 1251218616,
            "stop": 1251218655
        },
        {
            "start": 1251218659,
            "stop": 1251218667
        },
        {
            "start": 1251218671,
            "stop": 1251218818
        }
    ]
}