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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14117",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14118,
    "results": [
        {
            "start": 971161009,
            "stop": 971161010
        },
        {
            "start": 971161013,
            "stop": 971161021
        },
        {
            "start": 971161024,
            "stop": 971161025
        },
        {
            "start": 971161026,
            "stop": 971161032
        },
        {
            "start": 971161034,
            "stop": 971161035
        },
        {
            "start": 971161038,
            "stop": 971161040
        },
        {
            "start": 971161041,
            "stop": 971161048
        },
        {
            "start": 971161049,
            "stop": 971161053
        },
        {
            "start": 971161058,
            "stop": 971161059
        },
        {
            "start": 971161061,
            "stop": 971161062
        },
        {
            "start": 971161064,
            "stop": 971161067
        },
        {
            "start": 971161070,
            "stop": 971161071
        },
        {
            "start": 971161074,
            "stop": 971161077
        },
        {
            "start": 971161080,
            "stop": 971161084
        },
        {
            "start": 971161087,
            "stop": 971161090
        },
        {
            "start": 971161091,
            "stop": 971161092
        },
        {
            "start": 971161094,
            "stop": 971161095
        },
        {
            "start": 971161100,
            "stop": 971161103
        },
        {
            "start": 971161106,
            "stop": 971161107
        },
        {
            "start": 971161109,
            "stop": 971161112
        }
    ]
}