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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7629",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7627",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7628,
    "results": [
        {
            "start": 970848036,
            "stop": 970848316
        },
        {
            "start": 970848556,
            "stop": 970848616
        },
        {
            "start": 970848736,
            "stop": 970848805
        },
        {
            "start": 970848808,
            "stop": 970848862
        },
        {
            "start": 970848866,
            "stop": 970849093
        },
        {
            "start": 970849096,
            "stop": 970849276
        },
        {
            "start": 970849336,
            "stop": 970849349
        },
        {
            "start": 970849352,
            "stop": 970849498
        },
        {
            "start": 970849503,
            "stop": 970849516
        },
        {
            "start": 970849576,
            "stop": 970849680
        },
        {
            "start": 970849683,
            "stop": 970849734
        },
        {
            "start": 970849737,
            "stop": 970849739
        },
        {
            "start": 970849742,
            "stop": 970849763
        },
        {
            "start": 970849766,
            "stop": 970849769
        },
        {
            "start": 970849773,
            "stop": 970849874
        },
        {
            "start": 970849879,
            "stop": 970849881
        },
        {
            "start": 970849884,
            "stop": 970849891
        },
        {
            "start": 970849894,
            "stop": 970849902
        },
        {
            "start": 970849913,
            "stop": 970850002
        },
        {
            "start": 970850005,
            "stop": 970850039
        }
    ]
}