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=821
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=822",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=820",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 821,
    "results": [
        {
            "start": 959263204,
            "stop": 959268615
        },
        {
            "start": 959268638,
            "stop": 959272730
        },
        {
            "start": 959276614,
            "stop": 959286525
        },
        {
            "start": 959286531,
            "stop": 959290625
        },
        {
            "start": 959290631,
            "stop": 959290885
        },
        {
            "start": 959290891,
            "stop": 959294043
        },
        {
            "start": 959294718,
            "stop": 959296850
        },
        {
            "start": 959296856,
            "stop": 959297764
        },
        {
            "start": 959297770,
            "stop": 959299435
        },
        {
            "start": 959299768,
            "stop": 959308817
        },
        {
            "start": 959308823,
            "stop": 959319088
        },
        {
            "start": 959319094,
            "stop": 959335315
        },
        {
            "start": 959335321,
            "stop": 959340371
        },
        {
            "start": 959346295,
            "stop": 959356262
        },
        {
            "start": 959356268,
            "stop": 959356566
        },
        {
            "start": 959358306,
            "stop": 959366397
        },
        {
            "start": 959367016,
            "stop": 959372902
        },
        {
            "start": 959372907,
            "stop": 959376096
        },
        {
            "start": 959391010,
            "stop": 959391525
        },
        {
            "start": 959392729,
            "stop": 959393263
        }
    ]
}