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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=159",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 160,
    "results": [
        {
            "start": 1177524555,
            "stop": 1177524614
        },
        {
            "start": 1177524620,
            "stop": 1177524626
        },
        {
            "start": 1177524632,
            "stop": 1177524637
        },
        {
            "start": 1177524646,
            "stop": 1177524649
        },
        {
            "start": 1177524657,
            "stop": 1177524706
        },
        {
            "start": 1177524708,
            "stop": 1177524715
        },
        {
            "start": 1177524718,
            "stop": 1177524726
        },
        {
            "start": 1177524728,
            "stop": 1177524738
        },
        {
            "start": 1177524744,
            "stop": 1177524750
        },
        {
            "start": 1177524757,
            "stop": 1177524760
        },
        {
            "start": 1177524767,
            "stop": 1177524770
        },
        {
            "start": 1177524777,
            "stop": 1177524822
        },
        {
            "start": 1177524826,
            "stop": 1177524858
        },
        {
            "start": 1177524864,
            "stop": 1177524868
        },
        {
            "start": 1177524874,
            "stop": 1177524883
        },
        {
            "start": 1177524885,
            "stop": 1177524906
        },
        {
            "start": 1177524907,
            "stop": 1177524916
        },
        {
            "start": 1177524919,
            "stop": 1177524926
        },
        {
            "start": 1177524931,
            "stop": 1177524939
        },
        {
            "start": 1177524943,
            "stop": 1177524952
        }
    ]
}