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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=698",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 699,
    "results": [
        {
            "start": 1248764623,
            "stop": 1248764629
        },
        {
            "start": 1248764635,
            "stop": 1248764638
        },
        {
            "start": 1248764641,
            "stop": 1248764648
        },
        {
            "start": 1248764651,
            "stop": 1248764715
        },
        {
            "start": 1248764721,
            "stop": 1248764727
        },
        {
            "start": 1248764729,
            "stop": 1248764730
        },
        {
            "start": 1248764734,
            "stop": 1248764778
        },
        {
            "start": 1248764783,
            "stop": 1248764788
        },
        {
            "start": 1248764791,
            "stop": 1248764793
        },
        {
            "start": 1248764798,
            "stop": 1248764804
        },
        {
            "start": 1248764807,
            "stop": 1248764810
        },
        {
            "start": 1248764821,
            "stop": 1248764830
        },
        {
            "start": 1248764836,
            "stop": 1248764840
        },
        {
            "start": 1248764843,
            "stop": 1248764874
        },
        {
            "start": 1248764877,
            "stop": 1248764882
        },
        {
            "start": 1248764886,
            "stop": 1248764913
        },
        {
            "start": 1248764916,
            "stop": 1248764918
        },
        {
            "start": 1248764920,
            "stop": 1248764924
        },
        {
            "start": 1248764926,
            "stop": 1248764928
        },
        {
            "start": 1248764933,
            "stop": 1248764976
        }
    ]
}