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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1092",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1090",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1091,
    "results": [
        {
            "start": 1136403671,
            "stop": 1136403673
        },
        {
            "start": 1136403676,
            "stop": 1136403678
        },
        {
            "start": 1136403681,
            "stop": 1136403682
        },
        {
            "start": 1136403685,
            "stop": 1136403689
        },
        {
            "start": 1136403692,
            "stop": 1136403694
        },
        {
            "start": 1136403699,
            "stop": 1136403700
        },
        {
            "start": 1136403757,
            "stop": 1136403758
        },
        {
            "start": 1136403761,
            "stop": 1136403762
        },
        {
            "start": 1136403773,
            "stop": 1136403774
        },
        {
            "start": 1136403780,
            "stop": 1136403782
        },
        {
            "start": 1136403785,
            "stop": 1136403786
        },
        {
            "start": 1136403789,
            "stop": 1136403791
        },
        {
            "start": 1136403817,
            "stop": 1136403819
        },
        {
            "start": 1136403825,
            "stop": 1136403827
        },
        {
            "start": 1136403830,
            "stop": 1136403831
        },
        {
            "start": 1136403834,
            "stop": 1136403837
        },
        {
            "start": 1136403846,
            "stop": 1136403848
        },
        {
            "start": 1136403851,
            "stop": 1136403852
        },
        {
            "start": 1136403858,
            "stop": 1136403859
        },
        {
            "start": 1136403862,
            "stop": 1136403863
        }
    ]
}