Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=869
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=870",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=868",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 869,
    "results": [
        {
            "start": 966725716,
            "stop": 966726520
        },
        {
            "start": 966726525,
            "stop": 966730022
        },
        {
            "start": 966731275,
            "stop": 966772299
        },
        {
            "start": 966774212,
            "stop": 966776127
        },
        {
            "start": 966776175,
            "stop": 966776696
        },
        {
            "start": 966779323,
            "stop": 966792734
        },
        {
            "start": 966793488,
            "stop": 966794192
        },
        {
            "start": 966795341,
            "stop": 966796661
        },
        {
            "start": 966801250,
            "stop": 966811991
        },
        {
            "start": 966814085,
            "stop": 966815698
        },
        {
            "start": 966816179,
            "stop": 966824245
        },
        {
            "start": 966824657,
            "stop": 966864277
        },
        {
            "start": 966865933,
            "stop": 966879092
        },
        {
            "start": 966880254,
            "stop": 966902505
        },
        {
            "start": 966903128,
            "stop": 966906589
        },
        {
            "start": 966906781,
            "stop": 966946065
        },
        {
            "start": 966947549,
            "stop": 966948048
        },
        {
            "start": 966949344,
            "stop": 966961068
        },
        {
            "start": 966962013,
            "stop": 966962024
        },
        {
            "start": 966962063,
            "stop": 966962066
        }
    ]
}