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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=155",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 156,
    "results": [
        {
            "start": 832052864,
            "stop": 832052870
        },
        {
            "start": 832052878,
            "stop": 832052889
        },
        {
            "start": 832052903,
            "stop": 832052909
        },
        {
            "start": 832052913,
            "stop": 832052924
        },
        {
            "start": 832052937,
            "stop": 832053068
        },
        {
            "start": 832053086,
            "stop": 832053119
        },
        {
            "start": 832053124,
            "stop": 832053229
        },
        {
            "start": 832053232,
            "stop": 832053311
        },
        {
            "start": 832053328,
            "stop": 832053359
        },
        {
            "start": 832053363,
            "stop": 832053402
        },
        {
            "start": 832053405,
            "stop": 832053596
        },
        {
            "start": 832053605,
            "stop": 832053616
        },
        {
            "start": 832053620,
            "stop": 832053626
        },
        {
            "start": 832053634,
            "stop": 832054142
        },
        {
            "start": 832054146,
            "stop": 832054162
        },
        {
            "start": 832054165,
            "stop": 832054187
        },
        {
            "start": 832054204,
            "stop": 832054275
        },
        {
            "start": 832054279,
            "stop": 832054425
        },
        {
            "start": 832054429,
            "stop": 832054530
        },
        {
            "start": 832054535,
            "stop": 832081892
        }
    ]
}