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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=379",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 380,
    "results": [
        {
            "start": 829516958,
            "stop": 829516977
        },
        {
            "start": 829516983,
            "stop": 829516997
        },
        {
            "start": 829517003,
            "stop": 829517005
        },
        {
            "start": 829517010,
            "stop": 829518024
        },
        {
            "start": 829523614,
            "stop": 829524297
        },
        {
            "start": 829524597,
            "stop": 829524709
        },
        {
            "start": 829525009,
            "stop": 829550938
        },
        {
            "start": 829550963,
            "stop": 829552830
        },
        {
            "start": 829552950,
            "stop": 829562248
        },
        {
            "start": 829562393,
            "stop": 829588320
        },
        {
            "start": 829588325,
            "stop": 829591005
        },
        {
            "start": 829591010,
            "stop": 829591030
        },
        {
            "start": 829591035,
            "stop": 829593192
        },
        {
            "start": 829593200,
            "stop": 829593227
        },
        {
            "start": 829593233,
            "stop": 829596667
        },
        {
            "start": 829596673,
            "stop": 829599297
        },
        {
            "start": 829599303,
            "stop": 829600212
        },
        {
            "start": 829600218,
            "stop": 829600230
        },
        {
            "start": 829600235,
            "stop": 829601099
        },
        {
            "start": 829604534,
            "stop": 829605839
        }
    ]
}