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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 265,
    "results": [
        {
            "start": 1240320877,
            "stop": 1240320878
        },
        {
            "start": 1240320879,
            "stop": 1240320882
        },
        {
            "start": 1240320883,
            "stop": 1240320906
        },
        {
            "start": 1240320908,
            "stop": 1240320918
        },
        {
            "start": 1240320919,
            "stop": 1240320920
        },
        {
            "start": 1240320921,
            "stop": 1240320952
        },
        {
            "start": 1240320954,
            "stop": 1240320956
        },
        {
            "start": 1240320957,
            "stop": 1240320984
        },
        {
            "start": 1240320985,
            "stop": 1240320987
        },
        {
            "start": 1240320988,
            "stop": 1240321028
        },
        {
            "start": 1240321029,
            "stop": 1240321053
        },
        {
            "start": 1240321054,
            "stop": 1240321056
        },
        {
            "start": 1240321058,
            "stop": 1240321102
        },
        {
            "start": 1240321103,
            "stop": 1240321106
        },
        {
            "start": 1240321108,
            "stop": 1240321122
        },
        {
            "start": 1240321126,
            "stop": 1240321150
        },
        {
            "start": 1240321151,
            "stop": 1240321152
        },
        {
            "start": 1240321153,
            "stop": 1240321222
        },
        {
            "start": 1240321224,
            "stop": 1240321234
        },
        {
            "start": 1240321235,
            "stop": 1240321236
        }
    ]
}