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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=82",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 83,
    "results": [
        {
            "start": 827195097,
            "stop": 827195833
        },
        {
            "start": 827199256,
            "stop": 827201744
        },
        {
            "start": 827206402,
            "stop": 827213053
        },
        {
            "start": 827213525,
            "stop": 827220553
        },
        {
            "start": 827220561,
            "stop": 827220563
        },
        {
            "start": 827220644,
            "stop": 827226733
        },
        {
            "start": 827226734,
            "stop": 827226737
        },
        {
            "start": 827226793,
            "stop": 827230030
        },
        {
            "start": 827230156,
            "stop": 827231593
        },
        {
            "start": 827231609,
            "stop": 827231612
        },
        {
            "start": 827233017,
            "stop": 827233575
        },
        {
            "start": 827234278,
            "stop": 827234533
        },
        {
            "start": 827234564,
            "stop": 827234567
        },
        {
            "start": 827234769,
            "stop": 827236573
        },
        {
            "start": 827236591,
            "stop": 827236594
        },
        {
            "start": 827237327,
            "stop": 827237353
        },
        {
            "start": 827237389,
            "stop": 827237392
        },
        {
            "start": 827238838,
            "stop": 827240113
        },
        {
            "start": 827249061,
            "stop": 827249476
        },
        {
            "start": 827249539,
            "stop": 827249833
        }
    ]
}