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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=235",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 236,
    "results": [
        {
            "start": 827404461,
            "stop": 827404556
        },
        {
            "start": 827404564,
            "stop": 827404571
        },
        {
            "start": 827404573,
            "stop": 827404578
        },
        {
            "start": 827404583,
            "stop": 827404603
        },
        {
            "start": 827404607,
            "stop": 827404631
        },
        {
            "start": 827404636,
            "stop": 827404650
        },
        {
            "start": 827404652,
            "stop": 827404671
        },
        {
            "start": 827404676,
            "stop": 827404684
        },
        {
            "start": 827404704,
            "stop": 827404707
        },
        {
            "start": 827404713,
            "stop": 827404717
        },
        {
            "start": 827404723,
            "stop": 827404725
        },
        {
            "start": 827404734,
            "stop": 827404773
        },
        {
            "start": 827404787,
            "stop": 827404791
        },
        {
            "start": 827404801,
            "stop": 827404802
        },
        {
            "start": 827404805,
            "stop": 827404807
        },
        {
            "start": 827404809,
            "stop": 827404810
        },
        {
            "start": 827404814,
            "stop": 827404816
        },
        {
            "start": 827404819,
            "stop": 827404822
        },
        {
            "start": 827404824,
            "stop": 827404826
        },
        {
            "start": 827404828,
            "stop": 827404830
        }
    ]
}