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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=182",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 183,
    "results": [
        {
            "start": 820090528,
            "stop": 820093457
        },
        {
            "start": 820093461,
            "stop": 820096692
        },
        {
            "start": 820096696,
            "stop": 820097154
        },
        {
            "start": 820097157,
            "stop": 820097419
        },
        {
            "start": 820097422,
            "stop": 820097490
        },
        {
            "start": 820097493,
            "stop": 820100060
        },
        {
            "start": 820100063,
            "stop": 820100962
        },
        {
            "start": 820101665,
            "stop": 820101846
        },
        {
            "start": 820101847,
            "stop": 820101857
        },
        {
            "start": 820102282,
            "stop": 820103209
        },
        {
            "start": 820103670,
            "stop": 820106447
        },
        {
            "start": 820107036,
            "stop": 820107324
        },
        {
            "start": 820107327,
            "stop": 820107787
        },
        {
            "start": 820108198,
            "stop": 820108629
        },
        {
            "start": 820108632,
            "stop": 820108680
        },
        {
            "start": 820111320,
            "stop": 820111760
        },
        {
            "start": 820112160,
            "stop": 820112254
        },
        {
            "start": 820112257,
            "stop": 820112606
        },
        {
            "start": 820112609,
            "stop": 820113881
        },
        {
            "start": 820113884,
            "stop": 820114220
        }
    ]
}