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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=6",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 7,
    "results": [
        {
            "start": 815426019,
            "stop": 815426356
        },
        {
            "start": 815426359,
            "stop": 815426371
        },
        {
            "start": 815426373,
            "stop": 815426716
        },
        {
            "start": 815426718,
            "stop": 815426794
        },
        {
            "start": 815447636,
            "stop": 815447671
        },
        {
            "start": 815447676,
            "stop": 815447689
        },
        {
            "start": 815450191,
            "stop": 815450610
        },
        {
            "start": 815450670,
            "stop": 815450692
        },
        {
            "start": 815456378,
            "stop": 815456720
        },
        {
            "start": 815457216,
            "stop": 815458706
        },
        {
            "start": 815466304,
            "stop": 815466637
        },
        {
            "start": 815466640,
            "stop": 815466750
        },
        {
            "start": 815466753,
            "stop": 815467170
        },
        {
            "start": 815467230,
            "stop": 815467406
        },
        {
            "start": 815467409,
            "stop": 815467637
        },
        {
            "start": 815467640,
            "stop": 815467742
        },
        {
            "start": 815467745,
            "stop": 815467812
        },
        {
            "start": 815467815,
            "stop": 815467966
        },
        {
            "start": 815467968,
            "stop": 815468115
        },
        {
            "start": 815468118,
            "stop": 815468828
        }
    ]
}