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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=173",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 174,
    "results": [
        {
            "start": 820449452,
            "stop": 820449643
        },
        {
            "start": 820449650,
            "stop": 820449668
        },
        {
            "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": 820452316
        },
        {
            "start": 820452330,
            "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": 820457570
        },
        {
            "start": 820457650,
            "stop": 820457990
        },
        {
            "start": 820458070,
            "stop": 820458350
        },
        {
            "start": 820458430,
            "stop": 820458932
        }
    ]
}