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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8201",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8202,
    "results": [
        {
            "start": 971448592,
            "stop": 971448644
        },
        {
            "start": 971448647,
            "stop": 971448660
        },
        {
            "start": 971448663,
            "stop": 971448682
        },
        {
            "start": 971448686,
            "stop": 971448707
        },
        {
            "start": 971448710,
            "stop": 971448726
        },
        {
            "start": 971448729,
            "stop": 971448731
        },
        {
            "start": 971448738,
            "stop": 971448744
        },
        {
            "start": 971448750,
            "stop": 971448785
        },
        {
            "start": 971448803,
            "stop": 971448809
        },
        {
            "start": 971448825,
            "stop": 971448832
        },
        {
            "start": 971448892,
            "stop": 971448934
        },
        {
            "start": 971448937,
            "stop": 971448989
        },
        {
            "start": 971448993,
            "stop": 971449009
        },
        {
            "start": 971449012,
            "stop": 971449014
        },
        {
            "start": 971449017,
            "stop": 971449019
        },
        {
            "start": 971449023,
            "stop": 971449024
        },
        {
            "start": 971449028,
            "stop": 971449070
        },
        {
            "start": 971449075,
            "stop": 971449094
        },
        {
            "start": 971449097,
            "stop": 971449117
        },
        {
            "start": 971449120,
            "stop": 971449127
        }
    ]
}