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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=191",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 192,
    "results": [
        {
            "start": 933043174,
            "stop": 933043187
        },
        {
            "start": 933043219,
            "stop": 933043359
        },
        {
            "start": 933043380,
            "stop": 933043381
        },
        {
            "start": 933043403,
            "stop": 933043470
        },
        {
            "start": 933043512,
            "stop": 933043904
        },
        {
            "start": 933043930,
            "stop": 933043935
        },
        {
            "start": 933043960,
            "stop": 933044825
        },
        {
            "start": 933045067,
            "stop": 933045076
        },
        {
            "start": 933045159,
            "stop": 933045247
        },
        {
            "start": 933045266,
            "stop": 933045289
        },
        {
            "start": 933045521,
            "stop": 933045530
        },
        {
            "start": 933045599,
            "stop": 933045605
        },
        {
            "start": 933045625,
            "stop": 933045656
        },
        {
            "start": 933045742,
            "stop": 933046104
        },
        {
            "start": 933046127,
            "stop": 933046136
        },
        {
            "start": 933046242,
            "stop": 933046488
        },
        {
            "start": 933046531,
            "stop": 933046532
        },
        {
            "start": 933046604,
            "stop": 933046645
        },
        {
            "start": 933046692,
            "stop": 933046807
        },
        {
            "start": 933046808,
            "stop": 933046895
        }
    ]
}