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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=16",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 17,
    "results": [
        {
            "start": 816060547,
            "stop": 816064915
        },
        {
            "start": 816064932,
            "stop": 816072881
        },
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078902,
            "stop": 816079561
        },
        {
            "start": 816079578,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816084821
        },
        {
            "start": 816084838,
            "stop": 816086400
        },
        {
            "start": 816086473,
            "stop": 816089507
        },
        {
            "start": 816089509,
            "stop": 816091970
        },
        {
            "start": 816095582,
            "stop": 816095748
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098095,
            "stop": 816099069
        },
        {
            "start": 816100791,
            "stop": 816103258
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816148275
        },
        {
            "start": 816148292,
            "stop": 816155972
        },
        {
            "start": 816155989,
            "stop": 816156047
        },
        {
            "start": 816156064,
            "stop": 816156455
        },
        {
            "start": 816156457,
            "stop": 816158850
        }
    ]
}