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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 286,
    "results": [
        {
            "start": 931685741,
            "stop": 931685744
        },
        {
            "start": 931685746,
            "stop": 931685747
        },
        {
            "start": 931685751,
            "stop": 931685753
        },
        {
            "start": 931685756,
            "stop": 931685757
        },
        {
            "start": 931685762,
            "stop": 931685763
        },
        {
            "start": 931685773,
            "stop": 931685776
        },
        {
            "start": 931685779,
            "stop": 931685781
        },
        {
            "start": 931685787,
            "stop": 931685794
        },
        {
            "start": 931685800,
            "stop": 931685802
        },
        {
            "start": 931685805,
            "stop": 931685807
        },
        {
            "start": 931685817,
            "stop": 931685824
        },
        {
            "start": 931685830,
            "stop": 931685831
        },
        {
            "start": 931685838,
            "stop": 931685839
        },
        {
            "start": 931685851,
            "stop": 931685853
        },
        {
            "start": 931685872,
            "stop": 931685874
        },
        {
            "start": 931685880,
            "stop": 931685881
        },
        {
            "start": 931685888,
            "stop": 931685893
        },
        {
            "start": 931685899,
            "stop": 931685904
        },
        {
            "start": 931685921,
            "stop": 931685922
        },
        {
            "start": 931685959,
            "stop": 931685960
        }
    ]
}