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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=221",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 222,
    "results": [
        {
            "start": 931161052,
            "stop": 931161053
        },
        {
            "start": 931161054,
            "stop": 931161055
        },
        {
            "start": 931161056,
            "stop": 931161067
        },
        {
            "start": 931161068,
            "stop": 931161073
        },
        {
            "start": 931161074,
            "stop": 931161077
        },
        {
            "start": 931161081,
            "stop": 931161084
        },
        {
            "start": 931161086,
            "stop": 931161087
        },
        {
            "start": 931161088,
            "stop": 931161089
        },
        {
            "start": 931161092,
            "stop": 931161108
        },
        {
            "start": 931161112,
            "stop": 931161113
        },
        {
            "start": 931161115,
            "stop": 931161119
        },
        {
            "start": 931161120,
            "stop": 931161121
        },
        {
            "start": 931161122,
            "stop": 931161127
        },
        {
            "start": 931161128,
            "stop": 931161129
        },
        {
            "start": 931161130,
            "stop": 931161139
        },
        {
            "start": 931161140,
            "stop": 931161141
        },
        {
            "start": 931161143,
            "stop": 931161144
        },
        {
            "start": 931161147,
            "stop": 931161154
        },
        {
            "start": 931161157,
            "stop": 931161160
        },
        {
            "start": 931161161,
            "stop": 931161165
        }
    ]
}