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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=234",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 235,
    "results": [
        {
            "start": 931538901,
            "stop": 931538911
        },
        {
            "start": 931538913,
            "stop": 931538914
        },
        {
            "start": 931538916,
            "stop": 931538922
        },
        {
            "start": 931538925,
            "stop": 931538942
        },
        {
            "start": 931538943,
            "stop": 931538944
        },
        {
            "start": 931538946,
            "stop": 931538987
        },
        {
            "start": 931538989,
            "stop": 931538995
        },
        {
            "start": 931538996,
            "stop": 931539009
        },
        {
            "start": 931539011,
            "stop": 931539021
        },
        {
            "start": 931539023,
            "stop": 931539032
        },
        {
            "start": 931539033,
            "stop": 931539037
        },
        {
            "start": 931539041,
            "stop": 931539059
        },
        {
            "start": 931539060,
            "stop": 931539164
        },
        {
            "start": 931539166,
            "stop": 931539237
        },
        {
            "start": 931539238,
            "stop": 931539247
        },
        {
            "start": 931539249,
            "stop": 931539251
        },
        {
            "start": 931539253,
            "stop": 931539264
        },
        {
            "start": 931539266,
            "stop": 931539300
        },
        {
            "start": 931539302,
            "stop": 931539311
        },
        {
            "start": 931539312,
            "stop": 931539313
        }
    ]
}