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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2147",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2148,
    "results": [
        {
            "start": 872306692,
            "stop": 872306774
        },
        {
            "start": 872306793,
            "stop": 872306810
        },
        {
            "start": 872306869,
            "stop": 872308863
        },
        {
            "start": 872308896,
            "stop": 872308923
        },
        {
            "start": 872308946,
            "stop": 872309023
        },
        {
            "start": 872309042,
            "stop": 872309048
        },
        {
            "start": 872309119,
            "stop": 872309560
        },
        {
            "start": 872309579,
            "stop": 872310181
        },
        {
            "start": 872310200,
            "stop": 872310249
        },
        {
            "start": 872310289,
            "stop": 872310440
        },
        {
            "start": 872310459,
            "stop": 872310464
        },
        {
            "start": 872310483,
            "stop": 872310484
        },
        {
            "start": 872310509,
            "stop": 872310520
        },
        {
            "start": 872310567,
            "stop": 872310568
        },
        {
            "start": 872310596,
            "stop": 872310602
        },
        {
            "start": 872310621,
            "stop": 872310632
        },
        {
            "start": 872310651,
            "stop": 872311048
        },
        {
            "start": 872311081,
            "stop": 872311093
        },
        {
            "start": 872311149,
            "stop": 872311257
        },
        {
            "start": 872311278,
            "stop": 872311415
        }
    ]
}