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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=282",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 283,
    "results": [
        {
            "start": 822096217,
            "stop": 822096463
        },
        {
            "start": 822098010,
            "stop": 822100147
        },
        {
            "start": 822100152,
            "stop": 822101830
        },
        {
            "start": 822101835,
            "stop": 822104931
        },
        {
            "start": 822107016,
            "stop": 822113192
        },
        {
            "start": 822113197,
            "stop": 822119440
        },
        {
            "start": 822119662,
            "stop": 822119846
        },
        {
            "start": 822119988,
            "stop": 822120093
        },
        {
            "start": 822120100,
            "stop": 822122884
        },
        {
            "start": 822123531,
            "stop": 822123813
        },
        {
            "start": 822123818,
            "stop": 822123866
        },
        {
            "start": 822123871,
            "stop": 822125877
        },
        {
            "start": 822125882,
            "stop": 822135225
        },
        {
            "start": 822137192,
            "stop": 822137200
        },
        {
            "start": 822137205,
            "stop": 822137273
        },
        {
            "start": 822137278,
            "stop": 822139817
        },
        {
            "start": 822139824,
            "stop": 822139842
        },
        {
            "start": 822139863,
            "stop": 822139865
        },
        {
            "start": 822140551,
            "stop": 822140670
        },
        {
            "start": 822140675,
            "stop": 822140713
        }
    ]
}