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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5138",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5139,
    "results": [
        {
            "start": 874705955,
            "stop": 874706030
        },
        {
            "start": 874706037,
            "stop": 874706043
        },
        {
            "start": 874706050,
            "stop": 874706053
        },
        {
            "start": 874706061,
            "stop": 874706100
        },
        {
            "start": 874706107,
            "stop": 874706111
        },
        {
            "start": 874706119,
            "stop": 874706123
        },
        {
            "start": 874706137,
            "stop": 874706152
        },
        {
            "start": 874706159,
            "stop": 874706184
        },
        {
            "start": 874706211,
            "stop": 874706273
        },
        {
            "start": 874706281,
            "stop": 874706353
        },
        {
            "start": 874706360,
            "stop": 874706365
        },
        {
            "start": 874706374,
            "stop": 874706385
        },
        {
            "start": 874706392,
            "stop": 874706395
        },
        {
            "start": 874706408,
            "stop": 874706426
        },
        {
            "start": 874706433,
            "stop": 874706437
        },
        {
            "start": 874706451,
            "stop": 874706518
        },
        {
            "start": 874706526,
            "stop": 874706529
        },
        {
            "start": 874706536,
            "stop": 874706543
        },
        {
            "start": 874706550,
            "stop": 874706553
        },
        {
            "start": 874706563,
            "stop": 874706584
        }
    ]
}