Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7612
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=7613",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7611",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7612,
    "results": [
        {
            "start": 970847660,
            "stop": 970847680
        },
        {
            "start": 970847683,
            "stop": 970847716
        },
        {
            "start": 970847964,
            "stop": 970847970
        },
        {
            "start": 970847973,
            "stop": 970847993
        },
        {
            "start": 970847996,
            "stop": 970848033
        },
        {
            "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
        }
    ]
}