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=862
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=863",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=861",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 862,
    "results": [
        {
            "start": 965309226,
            "stop": 965314091
        },
        {
            "start": 965314097,
            "stop": 965323401
        },
        {
            "start": 965325262,
            "stop": 965342096
        },
        {
            "start": 965342483,
            "stop": 965359907
        },
        {
            "start": 965359913,
            "stop": 965371451
        },
        {
            "start": 965371906,
            "stop": 965371947
        },
        {
            "start": 965374122,
            "stop": 965387338
        },
        {
            "start": 965389532,
            "stop": 965392037
        },
        {
            "start": 965393078,
            "stop": 965397341
        },
        {
            "start": 965400579,
            "stop": 965401421
        },
        {
            "start": 965402358,
            "stop": 965405153
        },
        {
            "start": 965408657,
            "stop": 965415690
        },
        {
            "start": 965436172,
            "stop": 965441427
        },
        {
            "start": 965452204,
            "stop": 965454175
        },
        {
            "start": 965471115,
            "stop": 965473291
        },
        {
            "start": 965474825,
            "stop": 965476586
        },
        {
            "start": 965477258,
            "stop": 965484380
        },
        {
            "start": 965500613,
            "stop": 965511195
        },
        {
            "start": 965512682,
            "stop": 965516169
        },
        {
            "start": 965516175,
            "stop": 965520281
        }
    ]
}