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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=39",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 40,
    "results": [
        {
            "start": 817403071,
            "stop": 817403072
        },
        {
            "start": 817403087,
            "stop": 817403089
        },
        {
            "start": 817403111,
            "stop": 817403113
        },
        {
            "start": 817403296,
            "stop": 817403840
        },
        {
            "start": 817403859,
            "stop": 817403867
        },
        {
            "start": 817403884,
            "stop": 817403891
        },
        {
            "start": 817415494,
            "stop": 817415966
        },
        {
            "start": 817415978,
            "stop": 817415984
        },
        {
            "start": 817415993,
            "stop": 817416033
        },
        {
            "start": 817416818,
            "stop": 817418137
        },
        {
            "start": 817418161,
            "stop": 817419092
        },
        {
            "start": 817419100,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419767
        },
        {
            "start": 817419775,
            "stop": 817421250
        },
        {
            "start": 817421258,
            "stop": 817421259
        },
        {
            "start": 817421267,
            "stop": 817421945
        },
        {
            "start": 817421953,
            "stop": 817421982
        },
        {
            "start": 817421990,
            "stop": 817422082
        },
        {
            "start": 817422094,
            "stop": 817422312
        },
        {
            "start": 817422320,
            "stop": 817422769
        }
    ]
}