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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1802
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=1803",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1801",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1802,
    "results": [
        {
            "start": 960267880,
            "stop": 960267921
        },
        {
            "start": 960267923,
            "stop": 960268657
        },
        {
            "start": 960268659,
            "stop": 960272759
        },
        {
            "start": 960272761,
            "stop": 960276192
        },
        {
            "start": 960277270,
            "stop": 960278346
        },
        {
            "start": 960278512,
            "stop": 960281728
        },
        {
            "start": 960281730,
            "stop": 960284896
        },
        {
            "start": 960284898,
            "stop": 960285025
        },
        {
            "start": 960285027,
            "stop": 960289572
        },
        {
            "start": 960289574,
            "stop": 960289640
        },
        {
            "start": 960289641,
            "stop": 960289678
        },
        {
            "start": 960289680,
            "stop": 960289690
        },
        {
            "start": 960289693,
            "stop": 960289714
        },
        {
            "start": 960289718,
            "stop": 960289745
        },
        {
            "start": 960289747,
            "stop": 960289839
        },
        {
            "start": 960289841,
            "stop": 960289847
        },
        {
            "start": 960289849,
            "stop": 960289865
        },
        {
            "start": 960289867,
            "stop": 960289901
        },
        {
            "start": 960289903,
            "stop": 960289905
        },
        {
            "start": 960289906,
            "stop": 960290107
        }
    ]
}