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_CBCHIGH_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_CBCHIGH_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=173",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 174,
    "results": [
        {
            "start": 820264549,
            "stop": 820267434
        },
        {
            "start": 820267437,
            "stop": 820268466
        },
        {
            "start": 820268483,
            "stop": 820268555
        },
        {
            "start": 820268558,
            "stop": 820268748
        },
        {
            "start": 820268751,
            "stop": 820269044
        },
        {
            "start": 820269048,
            "stop": 820270698
        },
        {
            "start": 820270701,
            "stop": 820270914
        },
        {
            "start": 820270918,
            "stop": 820271239
        },
        {
            "start": 820271242,
            "stop": 820273137
        },
        {
            "start": 820273140,
            "stop": 820273443
        },
        {
            "start": 820273686,
            "stop": 820273744
        },
        {
            "start": 820273748,
            "stop": 820275810
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820281850
        },
        {
            "start": 820281854,
            "stop": 820282700
        },
        {
            "start": 820282703,
            "stop": 820284346
        },
        {
            "start": 820284350,
            "stop": 820284675
        },
        {
            "start": 820285510,
            "stop": 820285924
        },
        {
            "start": 820285941,
            "stop": 820286656
        },
        {
            "start": 820286659,
            "stop": 820287000
        }
    ]
}