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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=331",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 332,
    "results": [
        {
            "start": 818246662,
            "stop": 818246669
        },
        {
            "start": 818246686,
            "stop": 818246687
        },
        {
            "start": 818246694,
            "stop": 818246696
        },
        {
            "start": 818246702,
            "stop": 818246706
        },
        {
            "start": 818246717,
            "stop": 818246721
        },
        {
            "start": 818246724,
            "stop": 818246728
        },
        {
            "start": 818246731,
            "stop": 818246735
        },
        {
            "start": 818246738,
            "stop": 818246742
        },
        {
            "start": 818246747,
            "stop": 818246749
        },
        {
            "start": 818246755,
            "stop": 818246759
        },
        {
            "start": 818246766,
            "stop": 818246769
        },
        {
            "start": 818246772,
            "stop": 818246777
        },
        {
            "start": 818246787,
            "stop": 818246790
        },
        {
            "start": 818246794,
            "stop": 818246799
        },
        {
            "start": 818246802,
            "stop": 818246812
        },
        {
            "start": 818246833,
            "stop": 818246835
        },
        {
            "start": 818246840,
            "stop": 818246845
        },
        {
            "start": 818246853,
            "stop": 818246855
        },
        {
            "start": 818246860,
            "stop": 818246862
        },
        {
            "start": 818246865,
            "stop": 818246868
        }
    ]
}