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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5177",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5178,
    "results": [
        {
            "start": 874763980,
            "stop": 874763986
        },
        {
            "start": 874763994,
            "stop": 874764007
        },
        {
            "start": 874764015,
            "stop": 874764085
        },
        {
            "start": 874764092,
            "stop": 874764113
        },
        {
            "start": 874764120,
            "stop": 874764129
        },
        {
            "start": 874764137,
            "stop": 874764177
        },
        {
            "start": 874764184,
            "stop": 874764436
        },
        {
            "start": 874764443,
            "stop": 874764469
        },
        {
            "start": 874764476,
            "stop": 874764638
        },
        {
            "start": 874764650,
            "stop": 874764688
        },
        {
            "start": 874764695,
            "stop": 874764706
        },
        {
            "start": 874764714,
            "stop": 874764720
        },
        {
            "start": 874764736,
            "stop": 874764766
        },
        {
            "start": 874764779,
            "stop": 874764809
        },
        {
            "start": 874764816,
            "stop": 874764830
        },
        {
            "start": 874764837,
            "stop": 874764843
        },
        {
            "start": 874764850,
            "stop": 874764882
        },
        {
            "start": 874764894,
            "stop": 874764941
        },
        {
            "start": 874764948,
            "stop": 874764964
        },
        {
            "start": 874764977,
            "stop": 874765033
        }
    ]
}