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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=173",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 174,
    "results": [
        {
            "start": 817376718,
            "stop": 817376896
        },
        {
            "start": 817376918,
            "stop": 817379490
        },
        {
            "start": 817380870,
            "stop": 817382048
        },
        {
            "start": 817382065,
            "stop": 817382432
        },
        {
            "start": 817382452,
            "stop": 817382477
        },
        {
            "start": 817382497,
            "stop": 817383867
        },
        {
            "start": 817383886,
            "stop": 817384641
        },
        {
            "start": 817384660,
            "stop": 817385006
        },
        {
            "start": 817385025,
            "stop": 817386469
        },
        {
            "start": 817386812,
            "stop": 817387410
        },
        {
            "start": 817388370,
            "stop": 817389714
        },
        {
            "start": 817389743,
            "stop": 817389821
        },
        {
            "start": 817389840,
            "stop": 817389994
        },
        {
            "start": 817390015,
            "stop": 817390107
        },
        {
            "start": 817390128,
            "stop": 817390276
        },
        {
            "start": 817390295,
            "stop": 817390425
        },
        {
            "start": 817390428,
            "stop": 817390769
        },
        {
            "start": 817390788,
            "stop": 817391714
        },
        {
            "start": 817391733,
            "stop": 817391784
        },
        {
            "start": 817391803,
            "stop": 817391949
        }
    ]
}