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=8160
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=8161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8159",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8160,
    "results": [
        {
            "start": 970993671,
            "stop": 970993715
        },
        {
            "start": 970993718,
            "stop": 970993720
        },
        {
            "start": 970993723,
            "stop": 970993854
        },
        {
            "start": 970993857,
            "stop": 970993899
        },
        {
            "start": 970993902,
            "stop": 970993906
        },
        {
            "start": 970993909,
            "stop": 970993935
        },
        {
            "start": 970993938,
            "stop": 970994053
        },
        {
            "start": 970994056,
            "stop": 970994094
        },
        {
            "start": 970994097,
            "stop": 970994403
        },
        {
            "start": 970994406,
            "stop": 970994434
        },
        {
            "start": 970994437,
            "stop": 970994611
        },
        {
            "start": 970994614,
            "stop": 970994858
        },
        {
            "start": 970994861,
            "stop": 970994926
        },
        {
            "start": 970994929,
            "stop": 970994932
        },
        {
            "start": 970994935,
            "stop": 970995096
        },
        {
            "start": 970995099,
            "stop": 970995179
        },
        {
            "start": 970995182,
            "stop": 970995196
        },
        {
            "start": 970995199,
            "stop": 970995323
        },
        {
            "start": 970995337,
            "stop": 970995528
        },
        {
            "start": 970995531,
            "stop": 970995532
        }
    ]
}