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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3706",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3707,
    "results": [
        {
            "start": 970991850,
            "stop": 970991855
        },
        {
            "start": 970991858,
            "stop": 970991890
        },
        {
            "start": 970991893,
            "stop": 970991915
        },
        {
            "start": 970991918,
            "stop": 970991932
        },
        {
            "start": 970991935,
            "stop": 970991943
        },
        {
            "start": 970991944,
            "stop": 970992015
        },
        {
            "start": 970992018,
            "stop": 970992245
        },
        {
            "start": 970992248,
            "stop": 970992258
        },
        {
            "start": 970992261,
            "stop": 970992394
        },
        {
            "start": 970992397,
            "stop": 970992422
        },
        {
            "start": 970992425,
            "stop": 970992430
        },
        {
            "start": 970992433,
            "stop": 970992447
        },
        {
            "start": 970992450,
            "stop": 970992519
        },
        {
            "start": 970992525,
            "stop": 970992552
        },
        {
            "start": 970992555,
            "stop": 970992601
        },
        {
            "start": 970992604,
            "stop": 970992729
        },
        {
            "start": 970992732,
            "stop": 970992851
        },
        {
            "start": 970992854,
            "stop": 970992910
        },
        {
            "start": 970992913,
            "stop": 970992959
        },
        {
            "start": 970992962,
            "stop": 970993060
        }
    ]
}