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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15700",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15698",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15699,
    "results": [
        {
            "start": 971162508,
            "stop": 971162515
        },
        {
            "start": 971162518,
            "stop": 971162527
        },
        {
            "start": 971162528,
            "stop": 971162529
        },
        {
            "start": 971162530,
            "stop": 971162535
        },
        {
            "start": 971162536,
            "stop": 971162537
        },
        {
            "start": 971162538,
            "stop": 971162540
        },
        {
            "start": 971162541,
            "stop": 971162542
        },
        {
            "start": 971162544,
            "stop": 971162547
        },
        {
            "start": 971162549,
            "stop": 971162552
        },
        {
            "start": 971162553,
            "stop": 971162554
        },
        {
            "start": 971162561,
            "stop": 971162562
        },
        {
            "start": 971162566,
            "stop": 971162568
        },
        {
            "start": 971162571,
            "stop": 971162575
        },
        {
            "start": 971162583,
            "stop": 971162586
        },
        {
            "start": 971162589,
            "stop": 971162590
        },
        {
            "start": 971162594,
            "stop": 971162595
        },
        {
            "start": 971162597,
            "stop": 971162608
        },
        {
            "start": 971162611,
            "stop": 971162614
        },
        {
            "start": 971162615,
            "stop": 971162619
        },
        {
            "start": 971162621,
            "stop": 971162622
        }
    ]
}