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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=99",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 100,
    "results": [
        {
            "start": 1131148461,
            "stop": 1131148482
        },
        {
            "start": 1131148483,
            "stop": 1131148487
        },
        {
            "start": 1131148488,
            "stop": 1131148493
        },
        {
            "start": 1131148494,
            "stop": 1131148509
        },
        {
            "start": 1131148510,
            "stop": 1131148516
        },
        {
            "start": 1131148517,
            "stop": 1131148519
        },
        {
            "start": 1131148520,
            "stop": 1131148534
        },
        {
            "start": 1131148535,
            "stop": 1131148537
        },
        {
            "start": 1131148538,
            "stop": 1131148542
        },
        {
            "start": 1131148544,
            "stop": 1131148551
        },
        {
            "start": 1131148552,
            "stop": 1131148563
        },
        {
            "start": 1131148564,
            "stop": 1131148569
        },
        {
            "start": 1131148570,
            "stop": 1131148577
        },
        {
            "start": 1131148578,
            "stop": 1131148582
        },
        {
            "start": 1131148583,
            "stop": 1131148609
        },
        {
            "start": 1131148610,
            "stop": 1131148653
        },
        {
            "start": 1131148654,
            "stop": 1131148665
        },
        {
            "start": 1131148666,
            "stop": 1131148671
        },
        {
            "start": 1131148672,
            "stop": 1131148711
        },
        {
            "start": 1131148712,
            "stop": 1131148729
        }
    ]
}