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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=295",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 296,
    "results": [
        {
            "start": 931768696,
            "stop": 931768726
        },
        {
            "start": 931768729,
            "stop": 931768732
        },
        {
            "start": 931768735,
            "stop": 931768742
        },
        {
            "start": 931768745,
            "stop": 931768747
        },
        {
            "start": 931768750,
            "stop": 931768761
        },
        {
            "start": 931768764,
            "stop": 931768768
        },
        {
            "start": 931768770,
            "stop": 931768784
        },
        {
            "start": 931768786,
            "stop": 931768795
        },
        {
            "start": 931768802,
            "stop": 931768821
        },
        {
            "start": 931768824,
            "stop": 931768830
        },
        {
            "start": 931768835,
            "stop": 931768839
        },
        {
            "start": 931768843,
            "stop": 931768857
        },
        {
            "start": 931768860,
            "stop": 931768877
        },
        {
            "start": 931768879,
            "stop": 931768883
        },
        {
            "start": 931768886,
            "stop": 931768897
        },
        {
            "start": 931768900,
            "stop": 931768906
        },
        {
            "start": 931768909,
            "stop": 931768911
        },
        {
            "start": 931768915,
            "stop": 931768926
        },
        {
            "start": 931768929,
            "stop": 931768938
        },
        {
            "start": 931768942,
            "stop": 931768943
        }
    ]
}