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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4900",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4901,
    "results": [
        {
            "start": 874257604,
            "stop": 874257613
        },
        {
            "start": 874257632,
            "stop": 874257670
        },
        {
            "start": 874257694,
            "stop": 874257715
        },
        {
            "start": 874257734,
            "stop": 874257762
        },
        {
            "start": 874257781,
            "stop": 874257782
        },
        {
            "start": 874257830,
            "stop": 874257844
        },
        {
            "start": 874258170,
            "stop": 874258235
        },
        {
            "start": 874258269,
            "stop": 874258316
        },
        {
            "start": 874258335,
            "stop": 874258402
        },
        {
            "start": 874258429,
            "stop": 874258469
        },
        {
            "start": 874258489,
            "stop": 874258565
        },
        {
            "start": 874258596,
            "stop": 874258599
        },
        {
            "start": 874258618,
            "stop": 874258653
        },
        {
            "start": 874258673,
            "stop": 874258701
        },
        {
            "start": 874258725,
            "stop": 874258819
        },
        {
            "start": 874258844,
            "stop": 874258874
        },
        {
            "start": 874258897,
            "stop": 874258951
        },
        {
            "start": 874258988,
            "stop": 874258995
        },
        {
            "start": 874259054,
            "stop": 874259073
        },
        {
            "start": 874259094,
            "stop": 874259113
        }
    ]
}