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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=113",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 114,
    "results": [
        {
            "start": 816950291,
            "stop": 816950341
        },
        {
            "start": 816950388,
            "stop": 816950438
        },
        {
            "start": 816950506,
            "stop": 816950544
        },
        {
            "start": 816950636,
            "stop": 816950686
        },
        {
            "start": 816950706,
            "stop": 816950750
        },
        {
            "start": 816950932,
            "stop": 816950948
        },
        {
            "start": 816950968,
            "stop": 816950978
        },
        {
            "start": 816950999,
            "stop": 816951024
        },
        {
            "start": 816951053,
            "stop": 816951056
        },
        {
            "start": 816951106,
            "stop": 816951167
        },
        {
            "start": 816951212,
            "stop": 816951273
        },
        {
            "start": 816951293,
            "stop": 816951294
        },
        {
            "start": 816951313,
            "stop": 816951321
        },
        {
            "start": 816951341,
            "stop": 816951389
        },
        {
            "start": 816951410,
            "stop": 816951463
        },
        {
            "start": 816951520,
            "stop": 816951544
        },
        {
            "start": 816951561,
            "stop": 816951634
        },
        {
            "start": 816951718,
            "stop": 816951746
        },
        {
            "start": 816951768,
            "stop": 816951797
        },
        {
            "start": 816951818,
            "stop": 816951829
        }
    ]
}