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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=274",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 275,
    "results": [
        {
            "start": 821800761,
            "stop": 821800874
        },
        {
            "start": 821800880,
            "stop": 821800942
        },
        {
            "start": 821800947,
            "stop": 821801039
        },
        {
            "start": 821801044,
            "stop": 821801134
        },
        {
            "start": 821801139,
            "stop": 821801164
        },
        {
            "start": 821801169,
            "stop": 821801210
        },
        {
            "start": 821801253,
            "stop": 821801278
        },
        {
            "start": 821801286,
            "stop": 821801305
        },
        {
            "start": 821801313,
            "stop": 821801389
        },
        {
            "start": 821801402,
            "stop": 821801449
        },
        {
            "start": 821801454,
            "stop": 821801571
        },
        {
            "start": 821801578,
            "stop": 821801636
        },
        {
            "start": 821801641,
            "stop": 821801715
        },
        {
            "start": 821801724,
            "stop": 821801812
        },
        {
            "start": 821801819,
            "stop": 821801864
        },
        {
            "start": 821801880,
            "stop": 821801893
        },
        {
            "start": 821801898,
            "stop": 821801983
        },
        {
            "start": 821801997,
            "stop": 821802006
        },
        {
            "start": 821802014,
            "stop": 821802040
        },
        {
            "start": 821802057,
            "stop": 821802084
        }
    ]
}