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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=220",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 221,
    "results": [
        {
            "start": 842923572,
            "stop": 842923777
        },
        {
            "start": 842923782,
            "stop": 842923973
        },
        {
            "start": 842923977,
            "stop": 842923997
        },
        {
            "start": 842924001,
            "stop": 842924006
        },
        {
            "start": 842924010,
            "stop": 842924016
        },
        {
            "start": 842924020,
            "stop": 842924060
        },
        {
            "start": 842924064,
            "stop": 842924803
        },
        {
            "start": 842924807,
            "stop": 842924837
        },
        {
            "start": 842924841,
            "stop": 842924880
        },
        {
            "start": 842924884,
            "stop": 842924919
        },
        {
            "start": 842924923,
            "stop": 842925025
        },
        {
            "start": 842925039,
            "stop": 842925114
        },
        {
            "start": 842925127,
            "stop": 842925133
        },
        {
            "start": 842925151,
            "stop": 842925186
        },
        {
            "start": 842925195,
            "stop": 842925210
        },
        {
            "start": 842925214,
            "stop": 842925234
        },
        {
            "start": 842925243,
            "stop": 842925273
        },
        {
            "start": 842925276,
            "stop": 842925292
        },
        {
            "start": 842925296,
            "stop": 842925350
        },
        {
            "start": 842925354,
            "stop": 842925389
        }
    ]
}