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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=249",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 250,
    "results": [
        {
            "start": 820387031,
            "stop": 820387584
        },
        {
            "start": 820387616,
            "stop": 820387681
        },
        {
            "start": 820387684,
            "stop": 820388542
        },
        {
            "start": 820388546,
            "stop": 820389101
        },
        {
            "start": 820389118,
            "stop": 820389279
        },
        {
            "start": 820389296,
            "stop": 820389802
        },
        {
            "start": 820389805,
            "stop": 820390624
        },
        {
            "start": 820390627,
            "stop": 820391891
        },
        {
            "start": 820391894,
            "stop": 820392284
        },
        {
            "start": 820392287,
            "stop": 820392353
        },
        {
            "start": 820392356,
            "stop": 820392515
        },
        {
            "start": 820392518,
            "stop": 820392817
        },
        {
            "start": 820392818,
            "stop": 820393008
        },
        {
            "start": 820393011,
            "stop": 820394324
        },
        {
            "start": 820394685,
            "stop": 820395292
        },
        {
            "start": 820395295,
            "stop": 820395810
        },
        {
            "start": 820395814,
            "stop": 820396116
        },
        {
            "start": 820396119,
            "stop": 820396854
        },
        {
            "start": 820396857,
            "stop": 820397704
        },
        {
            "start": 820397721,
            "stop": 820397770
        }
    ]
}