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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=209",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 210,
    "results": [
        {
            "start": 820089245,
            "stop": 820089270
        },
        {
            "start": 820089330,
            "stop": 820090525
        },
        {
            "start": 820090528,
            "stop": 820093457
        },
        {
            "start": 820093461,
            "stop": 820094568
        },
        {
            "start": 820094688,
            "stop": 820096352
        },
        {
            "start": 820096384,
            "stop": 820096448
        },
        {
            "start": 820096480,
            "stop": 820096692
        },
        {
            "start": 820096696,
            "stop": 820096698
        },
        {
            "start": 820096818,
            "stop": 820097154
        },
        {
            "start": 820097157,
            "stop": 820097419
        },
        {
            "start": 820097422,
            "stop": 820097462
        },
        {
            "start": 820097582,
            "stop": 820100060
        },
        {
            "start": 820100063,
            "stop": 820100142
        },
        {
            "start": 820100262,
            "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
        }
    ]
}