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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 266,
    "results": [
        {
            "start": 931681663,
            "stop": 931681667
        },
        {
            "start": 931681670,
            "stop": 931681675
        },
        {
            "start": 931681682,
            "stop": 931681686
        },
        {
            "start": 931681688,
            "stop": 931681696
        },
        {
            "start": 931681699,
            "stop": 931681700
        },
        {
            "start": 931681705,
            "stop": 931681711
        },
        {
            "start": 931681714,
            "stop": 931681722
        },
        {
            "start": 931681725,
            "stop": 931681726
        },
        {
            "start": 931681729,
            "stop": 931681731
        },
        {
            "start": 931681734,
            "stop": 931681736
        },
        {
            "start": 931681745,
            "stop": 931681749
        },
        {
            "start": 931681752,
            "stop": 931681759
        },
        {
            "start": 931681762,
            "stop": 931681771
        },
        {
            "start": 931681783,
            "stop": 931681788
        },
        {
            "start": 931681798,
            "stop": 931681799
        },
        {
            "start": 931681802,
            "stop": 931681803
        },
        {
            "start": 931681806,
            "stop": 931681812
        },
        {
            "start": 931681819,
            "stop": 931681828
        },
        {
            "start": 931681835,
            "stop": 931681836
        },
        {
            "start": 931681840,
            "stop": 931681847
        }
    ]
}