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=5028
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=5029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5027",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5028,
    "results": [
        {
            "start": 874564204,
            "stop": 874564220
        },
        {
            "start": 874564228,
            "stop": 874564312
        },
        {
            "start": 874564319,
            "stop": 874564331
        },
        {
            "start": 874564338,
            "stop": 874564370
        },
        {
            "start": 874564378,
            "stop": 874564436
        },
        {
            "start": 874564443,
            "stop": 874564453
        },
        {
            "start": 874564460,
            "stop": 874564505
        },
        {
            "start": 874564514,
            "stop": 874564524
        },
        {
            "start": 874564531,
            "stop": 874564532
        },
        {
            "start": 874564540,
            "stop": 874564667
        },
        {
            "start": 874564674,
            "stop": 874564678
        },
        {
            "start": 874564686,
            "stop": 874564729
        },
        {
            "start": 874564736,
            "stop": 874564794
        },
        {
            "start": 874564802,
            "stop": 874564843
        },
        {
            "start": 874564850,
            "stop": 874564882
        },
        {
            "start": 874564889,
            "stop": 874564964
        },
        {
            "start": 874564971,
            "stop": 874564983
        },
        {
            "start": 874565004,
            "stop": 874565126
        },
        {
            "start": 874565134,
            "stop": 874565149
        },
        {
            "start": 874565157,
            "stop": 874565164
        }
    ]
}