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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 261,
    "results": [
        {
            "start": 931680606,
            "stop": 931680609
        },
        {
            "start": 931680613,
            "stop": 931680616
        },
        {
            "start": 931680629,
            "stop": 931680630
        },
        {
            "start": 931680640,
            "stop": 931680641
        },
        {
            "start": 931680650,
            "stop": 931680653
        },
        {
            "start": 931680660,
            "stop": 931680663
        },
        {
            "start": 931680670,
            "stop": 931680672
        },
        {
            "start": 931680676,
            "stop": 931680679
        },
        {
            "start": 931680690,
            "stop": 931680696
        },
        {
            "start": 931680709,
            "stop": 931680713
        },
        {
            "start": 931680719,
            "stop": 931680721
        },
        {
            "start": 931680728,
            "stop": 931680737
        },
        {
            "start": 931680746,
            "stop": 931680747
        },
        {
            "start": 931680749,
            "stop": 931680754
        },
        {
            "start": 931680758,
            "stop": 931680759
        },
        {
            "start": 931680765,
            "stop": 931680766
        },
        {
            "start": 931680772,
            "stop": 931680775
        },
        {
            "start": 931680778,
            "stop": 931680781
        },
        {
            "start": 931680789,
            "stop": 931680793
        },
        {
            "start": 931680798,
            "stop": 931680799
        }
    ]
}