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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=172",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 173,
    "results": [
        {
            "start": 818160842,
            "stop": 818160851
        },
        {
            "start": 818160861,
            "stop": 818160876
        },
        {
            "start": 818160882,
            "stop": 818160885
        },
        {
            "start": 818160888,
            "stop": 818160916
        },
        {
            "start": 818160920,
            "stop": 818160928
        },
        {
            "start": 818160931,
            "stop": 818160933
        },
        {
            "start": 818160936,
            "stop": 818160939
        },
        {
            "start": 818160942,
            "stop": 818160948
        },
        {
            "start": 818160957,
            "stop": 818160968
        },
        {
            "start": 818160986,
            "stop": 818161004
        },
        {
            "start": 818161010,
            "stop": 818161013
        },
        {
            "start": 818161019,
            "stop": 818161025
        },
        {
            "start": 818161032,
            "stop": 818161040
        },
        {
            "start": 818161046,
            "stop": 818161049
        },
        {
            "start": 818161052,
            "stop": 818161055
        },
        {
            "start": 818161058,
            "stop": 818161079
        },
        {
            "start": 818161084,
            "stop": 818161095
        },
        {
            "start": 818161100,
            "stop": 818161103
        },
        {
            "start": 818161107,
            "stop": 818161121
        },
        {
            "start": 818161124,
            "stop": 818161125
        }
    ]
}