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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5195",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5196,
    "results": [
        {
            "start": 873904679,
            "stop": 873904846
        },
        {
            "start": 873904853,
            "stop": 873905460
        },
        {
            "start": 873905520,
            "stop": 873905880
        },
        {
            "start": 873905916,
            "stop": 873906223
        },
        {
            "start": 873906265,
            "stop": 873906281
        },
        {
            "start": 873906321,
            "stop": 873908624
        },
        {
            "start": 873908660,
            "stop": 873908863
        },
        {
            "start": 873908915,
            "stop": 873909079
        },
        {
            "start": 873909157,
            "stop": 873909275
        },
        {
            "start": 873909311,
            "stop": 873909414
        },
        {
            "start": 873909464,
            "stop": 873909571
        },
        {
            "start": 873909622,
            "stop": 873909663
        },
        {
            "start": 873909753,
            "stop": 873909818
        },
        {
            "start": 873909915,
            "stop": 873910027
        },
        {
            "start": 873910077,
            "stop": 873910124
        },
        {
            "start": 873910206,
            "stop": 873910341
        },
        {
            "start": 873910377,
            "stop": 873910462
        },
        {
            "start": 873910498,
            "stop": 873910623
        },
        {
            "start": 873910630,
            "stop": 873910883
        },
        {
            "start": 873910979,
            "stop": 873911051
        }
    ]
}