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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=12",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 13,
    "results": [
        {
            "start": 815838678,
            "stop": 815838727
        },
        {
            "start": 815838735,
            "stop": 815839130
        },
        {
            "start": 815839210,
            "stop": 815839596
        },
        {
            "start": 815839604,
            "stop": 815839928
        },
        {
            "start": 815839935,
            "stop": 815840057
        },
        {
            "start": 815840064,
            "stop": 815840726
        },
        {
            "start": 815840733,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815880712
        },
        {
            "start": 815880720,
            "stop": 815880819
        },
        {
            "start": 815880827,
            "stop": 815881573
        },
        {
            "start": 815881581,
            "stop": 815881767
        },
        {
            "start": 815881774,
            "stop": 815882976
        },
        {
            "start": 815882983,
            "stop": 815883319
        },
        {
            "start": 815883326,
            "stop": 815883503
        },
        {
            "start": 815883510,
            "stop": 815883638
        },
        {
            "start": 815883645,
            "stop": 815883890
        },
        {
            "start": 815883970,
            "stop": 815884051
        },
        {
            "start": 815884058,
            "stop": 815885843
        },
        {
            "start": 815885850,
            "stop": 815886055
        },
        {
            "start": 815886062,
            "stop": 815886515
        }
    ]
}