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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 172,
    "results": [
        {
            "start": 931448727,
            "stop": 931448742
        },
        {
            "start": 931448743,
            "stop": 931448777
        },
        {
            "start": 931448778,
            "stop": 931448863
        },
        {
            "start": 931448865,
            "stop": 931448866
        },
        {
            "start": 931448868,
            "stop": 931448910
        },
        {
            "start": 931448911,
            "stop": 931448914
        },
        {
            "start": 931448916,
            "stop": 931448969
        },
        {
            "start": 931448971,
            "stop": 931448978
        },
        {
            "start": 931448980,
            "stop": 931449051
        },
        {
            "start": 931449052,
            "stop": 931449100
        },
        {
            "start": 931449101,
            "stop": 931449110
        },
        {
            "start": 931449111,
            "stop": 931449282
        },
        {
            "start": 931449283,
            "stop": 931449338
        },
        {
            "start": 931449339,
            "stop": 931449360
        },
        {
            "start": 931449361,
            "stop": 931449451
        },
        {
            "start": 931449452,
            "stop": 931449472
        },
        {
            "start": 931449473,
            "stop": 931449484
        },
        {
            "start": 931449486,
            "stop": 931449492
        },
        {
            "start": 931449493,
            "stop": 931449596
        },
        {
            "start": 931449597,
            "stop": 931449615
        }
    ]
}