Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=267
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=266",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 267,
    "results": [
        {
            "start": 864476224,
            "stop": 864476821
        },
        {
            "start": 864477021,
            "stop": 864481696
        },
        {
            "start": 864483424,
            "stop": 864486126
        },
        {
            "start": 864497210,
            "stop": 864498748
        },
        {
            "start": 864500370,
            "stop": 864501479
        },
        {
            "start": 864501539,
            "stop": 864501980
        },
        {
            "start": 864502034,
            "stop": 864504425
        },
        {
            "start": 864504847,
            "stop": 864509393
        },
        {
            "start": 864509791,
            "stop": 864513131
        },
        {
            "start": 864515123,
            "stop": 864517028
        },
        {
            "start": 864517644,
            "stop": 864542114
        },
        {
            "start": 864542951,
            "stop": 864560317
        },
        {
            "start": 864560802,
            "stop": 864563466
        },
        {
            "start": 864565737,
            "stop": 864566668
        },
        {
            "start": 864567025,
            "stop": 864568056
        },
        {
            "start": 864568213,
            "stop": 864593040
        },
        {
            "start": 864597978,
            "stop": 864607555
        },
        {
            "start": 864607850,
            "stop": 864608037
        },
        {
            "start": 864608377,
            "stop": 864631799
        },
        {
            "start": 864632512,
            "stop": 864650252
        }
    ]
}