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_CW_CAT1/segments?format=api&page=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=389",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 390,
    "results": [
        {
            "start": 862202010,
            "stop": 862202287
        },
        {
            "start": 862202291,
            "stop": 862202324
        },
        {
            "start": 862202347,
            "stop": 862202358
        },
        {
            "start": 862202376,
            "stop": 862202391
        },
        {
            "start": 862202395,
            "stop": 862202828
        },
        {
            "start": 862202832,
            "stop": 862202955
        },
        {
            "start": 862202964,
            "stop": 862202979
        },
        {
            "start": 862202983,
            "stop": 862203031
        },
        {
            "start": 862203040,
            "stop": 862203279
        },
        {
            "start": 862203283,
            "stop": 862203681
        },
        {
            "start": 862203685,
            "stop": 862203695
        },
        {
            "start": 862203699,
            "stop": 862203887
        },
        {
            "start": 862203891,
            "stop": 862258315
        },
        {
            "start": 862259928,
            "stop": 862262555
        },
        {
            "start": 862262720,
            "stop": 862271897
        },
        {
            "start": 862271901,
            "stop": 862271916
        },
        {
            "start": 862271920,
            "stop": 862348580
        },
        {
            "start": 862348585,
            "stop": 862350558
        },
        {
            "start": 862350705,
            "stop": 862356118
        },
        {
            "start": 862357244,
            "stop": 862381092
        }
    ]
}