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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=138",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 139,
    "results": [
        {
            "start": 1176949616,
            "stop": 1176949653
        },
        {
            "start": 1176949654,
            "stop": 1176949676
        },
        {
            "start": 1176949677,
            "stop": 1176949813
        },
        {
            "start": 1176949814,
            "stop": 1176949816
        },
        {
            "start": 1176949817,
            "stop": 1176951427
        },
        {
            "start": 1176951430,
            "stop": 1176951440
        },
        {
            "start": 1176951444,
            "stop": 1176951447
        },
        {
            "start": 1176951454,
            "stop": 1176951456
        },
        {
            "start": 1176951462,
            "stop": 1176951574
        },
        {
            "start": 1176951576,
            "stop": 1176951678
        },
        {
            "start": 1176951682,
            "stop": 1176951689
        },
        {
            "start": 1176951694,
            "stop": 1176951701
        },
        {
            "start": 1176951705,
            "stop": 1176951712
        },
        {
            "start": 1176951714,
            "stop": 1176951905
        },
        {
            "start": 1176951908,
            "stop": 1176951917
        },
        {
            "start": 1176951922,
            "stop": 1176951929
        },
        {
            "start": 1176951933,
            "stop": 1176951940
        },
        {
            "start": 1176951943,
            "stop": 1176951951
        },
        {
            "start": 1176951957,
            "stop": 1176951962
        },
        {
            "start": 1176951968,
            "stop": 1176951973
        }
    ]
}