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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 520,
    "results": [
        {
            "start": 966305401,
            "stop": 966308393
        },
        {
            "start": 966311909,
            "stop": 966314939
        },
        {
            "start": 966314940,
            "stop": 966357109
        },
        {
            "start": 966357149,
            "stop": 966357269
        },
        {
            "start": 966357349,
            "stop": 966365074
        },
        {
            "start": 966369221,
            "stop": 966371313
        },
        {
            "start": 966388140,
            "stop": 966414839
        },
        {
            "start": 966416641,
            "stop": 966437753
        },
        {
            "start": 966441389,
            "stop": 966457110
        },
        {
            "start": 966460486,
            "stop": 966467658
        },
        {
            "start": 966471228,
            "stop": 966490641
        },
        {
            "start": 966493081,
            "stop": 966505500
        },
        {
            "start": 966507409,
            "stop": 966550250
        },
        {
            "start": 966551748,
            "stop": 966554601
        },
        {
            "start": 966554603,
            "stop": 966554659
        },
        {
            "start": 966565457,
            "stop": 966566528
        },
        {
            "start": 966568416,
            "stop": 966570663
        },
        {
            "start": 966570665,
            "stop": 966609256
        },
        {
            "start": 966609296,
            "stop": 966613758
        },
        {
            "start": 966616104,
            "stop": 966637403
        }
    ]
}