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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1857",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1855",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1856,
    "results": [
        {
            "start": 966679106,
            "stop": 966685433
        },
        {
            "start": 966685434,
            "stop": 966686525
        },
        {
            "start": 966687808,
            "stop": 966687939
        },
        {
            "start": 966705395,
            "stop": 966708067
        },
        {
            "start": 966708242,
            "stop": 966715825
        },
        {
            "start": 966716570,
            "stop": 966717813
        },
        {
            "start": 966718610,
            "stop": 966725430
        },
        {
            "start": 966725716,
            "stop": 966726520
        },
        {
            "start": 966726521,
            "stop": 966730007
        },
        {
            "start": 966731275,
            "stop": 966770772
        },
        {
            "start": 966770773,
            "stop": 966772284
        },
        {
            "start": 966774212,
            "stop": 966776127
        },
        {
            "start": 966776175,
            "stop": 966776681
        },
        {
            "start": 966779323,
            "stop": 966787399
        },
        {
            "start": 966787400,
            "stop": 966792719
        },
        {
            "start": 966793488,
            "stop": 966794177
        },
        {
            "start": 966795341,
            "stop": 966796646
        },
        {
            "start": 966801250,
            "stop": 966811975
        },
        {
            "start": 966814085,
            "stop": 966815698
        },
        {
            "start": 966816179,
            "stop": 966817989
        }
    ]
}