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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 116,
    "results": [
        {
            "start": 820041842,
            "stop": 820042439
        },
        {
            "start": 820042442,
            "stop": 820042445
        },
        {
            "start": 820042450,
            "stop": 820043463
        },
        {
            "start": 820043466,
            "stop": 820044591
        },
        {
            "start": 820044594,
            "stop": 820045232
        },
        {
            "start": 820045235,
            "stop": 820045697
        },
        {
            "start": 820045700,
            "stop": 820047295
        },
        {
            "start": 820047298,
            "stop": 820049451
        },
        {
            "start": 820049454,
            "stop": 820049647
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820052715,
            "stop": 820052856
        },
        {
            "start": 820054389,
            "stop": 820054598
        },
        {
            "start": 820060252,
            "stop": 820060278
        },
        {
            "start": 820060281,
            "stop": 820060409
        },
        {
            "start": 820062025,
            "stop": 820062520
        },
        {
            "start": 820062523,
            "stop": 820062605
        },
        {
            "start": 820062611,
            "stop": 820062883
        },
        {
            "start": 820064390,
            "stop": 820065133
        },
        {
            "start": 820065137,
            "stop": 820066407
        },
        {
            "start": 820066410,
            "stop": 820067434
        }
    ]
}