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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=175",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 176,
    "results": [
        {
            "start": 819720082,
            "stop": 819723774
        },
        {
            "start": 819723782,
            "stop": 819724056
        },
        {
            "start": 819724068,
            "stop": 819724680
        },
        {
            "start": 819724691,
            "stop": 819724970
        },
        {
            "start": 819724981,
            "stop": 819725370
        },
        {
            "start": 819726494,
            "stop": 819726543
        },
        {
            "start": 819726550,
            "stop": 819726739
        },
        {
            "start": 819726750,
            "stop": 819727174
        },
        {
            "start": 819727209,
            "stop": 819727339
        },
        {
            "start": 819727346,
            "stop": 819727377
        },
        {
            "start": 819727384,
            "stop": 819727509
        },
        {
            "start": 819727516,
            "stop": 819727933
        },
        {
            "start": 819761244,
            "stop": 819761546
        },
        {
            "start": 819761555,
            "stop": 819761639
        },
        {
            "start": 819761667,
            "stop": 819763947
        },
        {
            "start": 819763975,
            "stop": 819765733
        },
        {
            "start": 819774007,
            "stop": 819774570
        },
        {
            "start": 819774578,
            "stop": 819776173
        },
        {
            "start": 819776219,
            "stop": 819776220
        },
        {
            "start": 819776857,
            "stop": 819778792
        }
    ]
}