Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=334
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=333",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 334,
    "results": [
        {
            "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
        },
        {
            "start": 1176951979,
            "stop": 1176951983
        },
        {
            "start": 1176951990,
            "stop": 1176951993
        },
        {
            "start": 1176951998,
            "stop": 1176952103
        }
    ]
}