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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6013",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6014,
    "results": [
        {
            "start": 873538385,
            "stop": 873538411
        },
        {
            "start": 873538413,
            "stop": 873538460
        },
        {
            "start": 873538461,
            "stop": 873539075
        },
        {
            "start": 873539078,
            "stop": 873539082
        },
        {
            "start": 873539085,
            "stop": 873539170
        },
        {
            "start": 873539173,
            "stop": 873539785
        },
        {
            "start": 873539786,
            "stop": 873539894
        },
        {
            "start": 873539895,
            "stop": 873540613
        },
        {
            "start": 873540615,
            "stop": 873540931
        },
        {
            "start": 873540933,
            "stop": 873541364
        },
        {
            "start": 873541365,
            "stop": 873541509
        },
        {
            "start": 873541511,
            "stop": 873542571
        },
        {
            "start": 873542573,
            "stop": 873542626
        },
        {
            "start": 873542628,
            "stop": 873542844
        },
        {
            "start": 873542845,
            "stop": 873543510
        },
        {
            "start": 873543511,
            "stop": 873544341
        },
        {
            "start": 873544342,
            "stop": 873544516
        },
        {
            "start": 873544518,
            "stop": 873544927
        },
        {
            "start": 873544930,
            "stop": 873545008
        },
        {
            "start": 873545009,
            "stop": 873545165
        }
    ]
}