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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1749",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1747",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1748,
    "results": [
        {
            "start": 958664018,
            "stop": 958664134
        },
        {
            "start": 958664136,
            "stop": 958664141
        },
        {
            "start": 958664143,
            "stop": 958664173
        },
        {
            "start": 958664180,
            "stop": 958664214
        },
        {
            "start": 958664216,
            "stop": 958664222
        },
        {
            "start": 958664226,
            "stop": 958664251
        },
        {
            "start": 958664255,
            "stop": 958664278
        },
        {
            "start": 958664280,
            "stop": 958664371
        },
        {
            "start": 958664373,
            "stop": 958664389
        },
        {
            "start": 958664391,
            "stop": 958664518
        },
        {
            "start": 958664520,
            "stop": 958664563
        },
        {
            "start": 958664565,
            "stop": 958664577
        },
        {
            "start": 958664579,
            "stop": 958664622
        },
        {
            "start": 958664624,
            "stop": 958664629
        },
        {
            "start": 958664631,
            "stop": 958664726
        },
        {
            "start": 958664728,
            "stop": 958664755
        },
        {
            "start": 958664756,
            "stop": 958664868
        },
        {
            "start": 958664871,
            "stop": 958664892
        },
        {
            "start": 958664895,
            "stop": 958665043
        },
        {
            "start": 958665045,
            "stop": 958665104
        }
    ]
}