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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=708",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 709,
    "results": [
        {
            "start": 952336203,
            "stop": 952336467
        },
        {
            "start": 952336473,
            "stop": 952336571
        },
        {
            "start": 952336577,
            "stop": 952336664
        },
        {
            "start": 952336669,
            "stop": 952336949
        },
        {
            "start": 952338326,
            "stop": 952339240
        },
        {
            "start": 952339246,
            "stop": 952340416
        },
        {
            "start": 952340422,
            "stop": 952340999
        },
        {
            "start": 952341005,
            "stop": 952341717
        },
        {
            "start": 952341723,
            "stop": 952342974
        },
        {
            "start": 952344416,
            "stop": 952344614
        },
        {
            "start": 952344620,
            "stop": 952346837
        },
        {
            "start": 952346850,
            "stop": 952346854
        },
        {
            "start": 952348510,
            "stop": 952353543
        },
        {
            "start": 952371946,
            "stop": 952375187
        },
        {
            "start": 952376573,
            "stop": 952380246
        },
        {
            "start": 952380271,
            "stop": 952380276
        },
        {
            "start": 952380301,
            "stop": 952380636
        },
        {
            "start": 952383872,
            "stop": 952383898
        },
        {
            "start": 952384056,
            "stop": 952385135
        },
        {
            "start": 952385650,
            "stop": 952386001
        }
    ]
}