Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2395
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=2396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2394",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2395,
    "results": [
        {
            "start": 873095836,
            "stop": 873100482
        },
        {
            "start": 873100499,
            "stop": 873101592
        },
        {
            "start": 873101609,
            "stop": 873103375
        },
        {
            "start": 873106656,
            "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": 873113142
        },
        {
            "start": 873113159,
            "stop": 873113523
        },
        {
            "start": 873113540,
            "stop": 873116270
        },
        {
            "start": 873116350,
            "stop": 873116552
        },
        {
            "start": 873116569,
            "stop": 873116870
        },
        {
            "start": 873116887,
            "stop": 873117452
        },
        {
            "start": 873117470,
            "stop": 873117471
        },
        {
            "start": 873117488,
            "stop": 873117662
        },
        {
            "start": 873117679,
            "stop": 873118273
        },
        {
            "start": 873118301,
            "stop": 873118343
        },
        {
            "start": 873118360,
            "stop": 873118682
        }
    ]
}