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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=718",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 719,
    "results": [
        {
            "start": 952680291,
            "stop": 952680891
        },
        {
            "start": 952680897,
            "stop": 952681524
        },
        {
            "start": 952681530,
            "stop": 952681703
        },
        {
            "start": 952681709,
            "stop": 952681826
        },
        {
            "start": 952681832,
            "stop": 952682219
        },
        {
            "start": 952686265,
            "stop": 952687259
        },
        {
            "start": 952687265,
            "stop": 952687441
        },
        {
            "start": 952687446,
            "stop": 952687680
        },
        {
            "start": 952687686,
            "stop": 952687721
        },
        {
            "start": 952693082,
            "stop": 952695169
        },
        {
            "start": 952695175,
            "stop": 952696665
        },
        {
            "start": 952696671,
            "stop": 952697592
        },
        {
            "start": 952697598,
            "stop": 952699214
        },
        {
            "start": 952699220,
            "stop": 952703255
        },
        {
            "start": 952703260,
            "stop": 952704284
        },
        {
            "start": 952704290,
            "stop": 952704644
        },
        {
            "start": 952704650,
            "stop": 952704809
        },
        {
            "start": 952704815,
            "stop": 952704860
        },
        {
            "start": 952704866,
            "stop": 952705219
        },
        {
            "start": 952705225,
            "stop": 952705400
        }
    ]
}