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=3691
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=3692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3690",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3691,
    "results": [
        {
            "start": 873101609,
            "stop": 873103375
        },
        {
            "start": 873106656,
            "stop": 873108012
        },
        {
            "start": 873108029,
            "stop": 873110558
        },
        {
            "start": 873110575,
            "stop": 873111914
        },
        {
            "start": 873111931,
            "stop": 873112389
        },
        {
            "start": 873112406,
            "stop": 873112423
        },
        {
            "start": 873112440,
            "stop": 873112572
        },
        {
            "start": 873112589,
            "stop": 873112595
        },
        {
            "start": 873112612,
            "stop": 873112625
        },
        {
            "start": 873112642,
            "stop": 873112674
        },
        {
            "start": 873112707,
            "stop": 873112896
        },
        {
            "start": 873112913,
            "stop": 873113130
        },
        {
            "start": 873113159,
            "stop": 873113523
        },
        {
            "start": 873113540,
            "stop": 873113693
        },
        {
            "start": 873113712,
            "stop": 873113723
        },
        {
            "start": 873113740,
            "stop": 873116161
        },
        {
            "start": 873116178,
            "stop": 873116270
        },
        {
            "start": 873116340,
            "stop": 873116552
        },
        {
            "start": 873116569,
            "stop": 873116601
        },
        {
            "start": 873116618,
            "stop": 873116870
        }
    ]
}