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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4264",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4265,
    "results": [
        {
            "start": 874607603,
            "stop": 874607605
        },
        {
            "start": 874607624,
            "stop": 874607630
        },
        {
            "start": 874607724,
            "stop": 874607745
        },
        {
            "start": 874607765,
            "stop": 874607776
        },
        {
            "start": 874607795,
            "stop": 874607796
        },
        {
            "start": 874607837,
            "stop": 874607856
        },
        {
            "start": 874607888,
            "stop": 874607905
        },
        {
            "start": 874607940,
            "stop": 874607958
        },
        {
            "start": 874607997,
            "stop": 874607998
        },
        {
            "start": 874608017,
            "stop": 874608027
        },
        {
            "start": 874608046,
            "stop": 874608059
        },
        {
            "start": 874608078,
            "stop": 874608083
        },
        {
            "start": 874608166,
            "stop": 874608179
        },
        {
            "start": 874608199,
            "stop": 874608225
        },
        {
            "start": 874608244,
            "stop": 874608266
        },
        {
            "start": 874608301,
            "stop": 874608312
        },
        {
            "start": 874608331,
            "stop": 874608386
        },
        {
            "start": 874608480,
            "stop": 874608503
        },
        {
            "start": 874608539,
            "stop": 874608541
        },
        {
            "start": 874608560,
            "stop": 874608575
        }
    ]
}