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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4005",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4006,
    "results": [
        {
            "start": 874842823,
            "stop": 874842827
        },
        {
            "start": 874842830,
            "stop": 874842837
        },
        {
            "start": 874842840,
            "stop": 874842843
        },
        {
            "start": 874842846,
            "stop": 874843269
        },
        {
            "start": 874843272,
            "stop": 874843302
        },
        {
            "start": 874843305,
            "stop": 874845380
        },
        {
            "start": 874846066,
            "stop": 874846980
        },
        {
            "start": 874847040,
            "stop": 874847207
        },
        {
            "start": 874865677,
            "stop": 874865686
        },
        {
            "start": 874865687,
            "stop": 874865691
        },
        {
            "start": 874865692,
            "stop": 874865696
        },
        {
            "start": 874865697,
            "stop": 874865702
        },
        {
            "start": 874865703,
            "stop": 874865723
        },
        {
            "start": 874865724,
            "stop": 874865729
        },
        {
            "start": 874865730,
            "stop": 874865742
        },
        {
            "start": 874865743,
            "stop": 874865751
        },
        {
            "start": 874865752,
            "stop": 874865756
        },
        {
            "start": 874865758,
            "stop": 874865763
        },
        {
            "start": 874865764,
            "stop": 874865807
        },
        {
            "start": 874865808,
            "stop": 874865878
        }
    ]
}