Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=104",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 105,
    "results": [
        {
            "start": 851389234,
            "stop": 851395816
        },
        {
            "start": 851396431,
            "stop": 851399737
        },
        {
            "start": 851401048,
            "stop": 851408106
        },
        {
            "start": 851408761,
            "stop": 851464267
        },
        {
            "start": 851468405,
            "stop": 851513395
        },
        {
            "start": 851515688,
            "stop": 851520009
        },
        {
            "start": 851521894,
            "stop": 851522160
        },
        {
            "start": 851522744,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851646568
        },
        {
            "start": 851647256,
            "stop": 851660191
        },
        {
            "start": 851663480,
            "stop": 851665989
        },
        {
            "start": 851669590,
            "stop": 851670398
        },
        {
            "start": 851671008,
            "stop": 851674114
        },
        {
            "start": 851677733,
            "stop": 851698052
        },
        {
            "start": 851699586,
            "stop": 851729498
        },
        {
            "start": 851730398,
            "stop": 851778342
        },
        {
            "start": 851782100,
            "stop": 851784644
        },
        {
            "start": 851785259,
            "stop": 851785385
        },
        {
            "start": 851787216,
            "stop": 851787963
        },
        {
            "start": 851805974,
            "stop": 851928968
        }
    ]
}