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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=100",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 101,
    "results": [
        {
            "start": 1131148730,
            "stop": 1131148762
        },
        {
            "start": 1131148763,
            "stop": 1131148764
        },
        {
            "start": 1131148765,
            "stop": 1131148771
        },
        {
            "start": 1131148772,
            "stop": 1131148793
        },
        {
            "start": 1131148794,
            "stop": 1131148809
        },
        {
            "start": 1131148810,
            "stop": 1131148816
        },
        {
            "start": 1131148817,
            "stop": 1131148824
        },
        {
            "start": 1131148825,
            "stop": 1131148852
        },
        {
            "start": 1131148853,
            "stop": 1131148859
        },
        {
            "start": 1131148860,
            "stop": 1131148872
        },
        {
            "start": 1131148873,
            "stop": 1131148880
        },
        {
            "start": 1131148881,
            "stop": 1131148892
        },
        {
            "start": 1131148893,
            "stop": 1131148943
        },
        {
            "start": 1131148944,
            "stop": 1131148958
        },
        {
            "start": 1131148959,
            "stop": 1131148963
        },
        {
            "start": 1131148964,
            "stop": 1131148986
        },
        {
            "start": 1131148987,
            "stop": 1131149080
        },
        {
            "start": 1131149081,
            "stop": 1131149089
        },
        {
            "start": 1131149090,
            "stop": 1131149091
        },
        {
            "start": 1131149092,
            "stop": 1131149108
        }
    ]
}