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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=207",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 208,
    "results": [
        {
            "start": 820449676,
            "stop": 820449797
        },
        {
            "start": 820449804,
            "stop": 820449971
        },
        {
            "start": 820449978,
            "stop": 820450123
        },
        {
            "start": 820450138,
            "stop": 820450715
        },
        {
            "start": 820450722,
            "stop": 820450933
        },
        {
            "start": 820451607,
            "stop": 820451731
        },
        {
            "start": 820451803,
            "stop": 820451990
        },
        {
            "start": 820451997,
            "stop": 820452060
        },
        {
            "start": 820452180,
            "stop": 820452316
        },
        {
            "start": 820452330,
            "stop": 820452360
        },
        {
            "start": 820452420,
            "stop": 820452900
        },
        {
            "start": 820452960,
            "stop": 820453260
        },
        {
            "start": 820453380,
            "stop": 820454175
        },
        {
            "start": 820454182,
            "stop": 820454515
        },
        {
            "start": 820454522,
            "stop": 820454720
        },
        {
            "start": 820454727,
            "stop": 820454862
        },
        {
            "start": 820454870,
            "stop": 820454894
        },
        {
            "start": 820454901,
            "stop": 820454945
        },
        {
            "start": 820454953,
            "stop": 820455000
        },
        {
            "start": 820455060,
            "stop": 820455180
        }
    ]
}