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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=134",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 135,
    "results": [
        {
            "start": 931129932,
            "stop": 931129935
        },
        {
            "start": 931129936,
            "stop": 931129939
        },
        {
            "start": 931129940,
            "stop": 931129941
        },
        {
            "start": 931129942,
            "stop": 931129945
        },
        {
            "start": 931129946,
            "stop": 931129955
        },
        {
            "start": 931129956,
            "stop": 931129962
        },
        {
            "start": 931129963,
            "stop": 931129986
        },
        {
            "start": 931129988,
            "stop": 931129999
        },
        {
            "start": 931130001,
            "stop": 931130005
        },
        {
            "start": 931130006,
            "stop": 931130018
        },
        {
            "start": 931130078,
            "stop": 931130092
        },
        {
            "start": 931130093,
            "stop": 931130108
        },
        {
            "start": 931130110,
            "stop": 931130113
        },
        {
            "start": 931130114,
            "stop": 931130156
        },
        {
            "start": 931130157,
            "stop": 931130173
        },
        {
            "start": 931130174,
            "stop": 931130183
        },
        {
            "start": 931130184,
            "stop": 931130187
        },
        {
            "start": 931130188,
            "stop": 931130191
        },
        {
            "start": 931130192,
            "stop": 931130218
        },
        {
            "start": 931130219,
            "stop": 931130240
        }
    ]
}