Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=174
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=173",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 174,
    "results": [
        {
            "start": 834811658,
            "stop": 834811731
        },
        {
            "start": 834811735,
            "stop": 834811905
        },
        {
            "start": 834811909,
            "stop": 834811953
        },
        {
            "start": 834811957,
            "stop": 834812122
        },
        {
            "start": 834812125,
            "stop": 834812199
        },
        {
            "start": 834812203,
            "stop": 834812228
        },
        {
            "start": 834812237,
            "stop": 834812452
        },
        {
            "start": 834812455,
            "stop": 834812586
        },
        {
            "start": 834812589,
            "stop": 834812731
        },
        {
            "start": 834812745,
            "stop": 834812751
        },
        {
            "start": 834812754,
            "stop": 834812881
        },
        {
            "start": 834812889,
            "stop": 834813311
        },
        {
            "start": 834813319,
            "stop": 834813330
        },
        {
            "start": 834813338,
            "stop": 834833047
        },
        {
            "start": 834836413,
            "stop": 834841011
        },
        {
            "start": 834842593,
            "stop": 834844453
        },
        {
            "start": 834845533,
            "stop": 834846542
        },
        {
            "start": 834848413,
            "stop": 834850813
        },
        {
            "start": 834850827,
            "stop": 834850830
        },
        {
            "start": 834870073,
            "stop": 834873793
        }
    ]
}