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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=26",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 27,
    "results": [
        {
            "start": 931170826,
            "stop": 931170859
        },
        {
            "start": 931170860,
            "stop": 931170872
        },
        {
            "start": 931170874,
            "stop": 931170882
        },
        {
            "start": 931170885,
            "stop": 931170891
        },
        {
            "start": 931170893,
            "stop": 931170897
        },
        {
            "start": 931170899,
            "stop": 931170900
        },
        {
            "start": 931170902,
            "stop": 931170909
        },
        {
            "start": 931170911,
            "stop": 931170916
        },
        {
            "start": 931170918,
            "stop": 931170924
        },
        {
            "start": 931170925,
            "stop": 931170932
        },
        {
            "start": 931170935,
            "stop": 931170938
        },
        {
            "start": 931170939,
            "stop": 931170941
        },
        {
            "start": 931170943,
            "stop": 931170949
        },
        {
            "start": 931170951,
            "stop": 931170952
        },
        {
            "start": 931170955,
            "stop": 931170959
        },
        {
            "start": 931170961,
            "stop": 931170967
        },
        {
            "start": 931173201,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        }
    ]
}