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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8667",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8668,
    "results": [
        {
            "start": 871772401,
            "stop": 871772465
        },
        {
            "start": 871772482,
            "stop": 871772492
        },
        {
            "start": 871772509,
            "stop": 871772511
        },
        {
            "start": 871772528,
            "stop": 871772537
        },
        {
            "start": 871772554,
            "stop": 871772633
        },
        {
            "start": 871772650,
            "stop": 871772812
        },
        {
            "start": 871772829,
            "stop": 871773008
        },
        {
            "start": 871773025,
            "stop": 871773046
        },
        {
            "start": 871773063,
            "stop": 871773089
        },
        {
            "start": 871773106,
            "stop": 871773123
        },
        {
            "start": 871773140,
            "stop": 871773152
        },
        {
            "start": 871773169,
            "stop": 871773211
        },
        {
            "start": 871773338,
            "stop": 871773394
        },
        {
            "start": 871773411,
            "stop": 871773414
        },
        {
            "start": 871773431,
            "stop": 871773522
        },
        {
            "start": 871773557,
            "stop": 871773560
        },
        {
            "start": 871773577,
            "stop": 871774062
        },
        {
            "start": 871774079,
            "stop": 871774087
        },
        {
            "start": 871774104,
            "stop": 871774122
        },
        {
            "start": 871774149,
            "stop": 871774206
        }
    ]
}