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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8232",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8233,
    "results": [
        {
            "start": 971620191,
            "stop": 971620202
        },
        {
            "start": 971620208,
            "stop": 971620374
        },
        {
            "start": 971620378,
            "stop": 971620385
        },
        {
            "start": 971620388,
            "stop": 971620389
        },
        {
            "start": 971620395,
            "stop": 971620620
        },
        {
            "start": 971620624,
            "stop": 971620655
        },
        {
            "start": 971620661,
            "stop": 971620763
        },
        {
            "start": 971620767,
            "stop": 971620770
        },
        {
            "start": 971620773,
            "stop": 971621099
        },
        {
            "start": 971621102,
            "stop": 971621160
        },
        {
            "start": 971621168,
            "stop": 971621213
        },
        {
            "start": 971621216,
            "stop": 971621217
        },
        {
            "start": 971621220,
            "stop": 971621255
        },
        {
            "start": 971621258,
            "stop": 971621270
        },
        {
            "start": 971621273,
            "stop": 971621293
        },
        {
            "start": 971621298,
            "stop": 971621302
        },
        {
            "start": 971621306,
            "stop": 971621312
        },
        {
            "start": 971621315,
            "stop": 971621342
        },
        {
            "start": 971621345,
            "stop": 971621346
        },
        {
            "start": 971621349,
            "stop": 971621368
        }
    ]
}