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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7644",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7642",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7643,
    "results": [
        {
            "start": 970993482,
            "stop": 970993520
        },
        {
            "start": 970993523,
            "stop": 970993604
        },
        {
            "start": 970993607,
            "stop": 970993636
        },
        {
            "start": 970993639,
            "stop": 970993668
        },
        {
            "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": 970994759
        },
        {
            "start": 970994761,
            "stop": 970994858
        },
        {
            "start": 970994861,
            "stop": 970994926
        },
        {
            "start": 970994929,
            "stop": 970994932
        },
        {
            "start": 970994935,
            "stop": 970995096
        }
    ]
}