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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=237",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 238,
    "results": [
        {
            "start": 931504983,
            "stop": 931504985
        },
        {
            "start": 931504987,
            "stop": 931504992
        },
        {
            "start": 931504993,
            "stop": 931504996
        },
        {
            "start": 931504999,
            "stop": 931505004
        },
        {
            "start": 931505007,
            "stop": 931505010
        },
        {
            "start": 931505014,
            "stop": 931505015
        },
        {
            "start": 931505018,
            "stop": 931505023
        },
        {
            "start": 931505026,
            "stop": 931505029
        },
        {
            "start": 931505033,
            "stop": 931505036
        },
        {
            "start": 931505039,
            "stop": 931505041
        },
        {
            "start": 931505047,
            "stop": 931505054
        },
        {
            "start": 931505060,
            "stop": 931505063
        },
        {
            "start": 931505079,
            "stop": 931505083
        },
        {
            "start": 931505086,
            "stop": 931505091
        },
        {
            "start": 931505097,
            "stop": 931505099
        },
        {
            "start": 931505103,
            "stop": 931505114
        },
        {
            "start": 931505115,
            "stop": 931505118
        },
        {
            "start": 931505120,
            "stop": 931505129
        },
        {
            "start": 931505133,
            "stop": 931505138
        },
        {
            "start": 931505141,
            "stop": 931505142
        }
    ]
}