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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7706",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7704",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7705,
    "results": [
        {
            "start": 971506660,
            "stop": 971506687
        },
        {
            "start": 971506690,
            "stop": 971506714
        },
        {
            "start": 971506717,
            "stop": 971506752
        },
        {
            "start": 971506755,
            "stop": 971506777
        },
        {
            "start": 971506781,
            "stop": 971506794
        },
        {
            "start": 971506798,
            "stop": 971506854
        },
        {
            "start": 971506857,
            "stop": 971507140
        },
        {
            "start": 971507143,
            "stop": 971507169
        },
        {
            "start": 971507172,
            "stop": 971507179
        },
        {
            "start": 971507182,
            "stop": 971507254
        },
        {
            "start": 971507257,
            "stop": 971507430
        },
        {
            "start": 971507433,
            "stop": 971507468
        },
        {
            "start": 971507473,
            "stop": 971507537
        },
        {
            "start": 971507540,
            "stop": 971507541
        },
        {
            "start": 971507544,
            "stop": 971507554
        },
        {
            "start": 971507557,
            "stop": 971507614
        },
        {
            "start": 971507617,
            "stop": 971507621
        },
        {
            "start": 971507624,
            "stop": 971507628
        },
        {
            "start": 971507631,
            "stop": 971507640
        },
        {
            "start": 971507643,
            "stop": 971507654
        }
    ]
}