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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4602",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4603,
    "results": [
        {
            "start": 874117115,
            "stop": 874117260
        },
        {
            "start": 874117320,
            "stop": 874117440
        },
        {
            "start": 874117620,
            "stop": 874117740
        },
        {
            "start": 874117920,
            "stop": 874118040
        },
        {
            "start": 874118100,
            "stop": 874118142
        },
        {
            "start": 874118161,
            "stop": 874118220
        },
        {
            "start": 874118280,
            "stop": 874118425
        },
        {
            "start": 874118444,
            "stop": 874118520
        },
        {
            "start": 874118770,
            "stop": 874118790
        },
        {
            "start": 874118809,
            "stop": 874118880
        },
        {
            "start": 874119000,
            "stop": 874119214
        },
        {
            "start": 874119233,
            "stop": 874119234
        },
        {
            "start": 874119253,
            "stop": 874119258
        },
        {
            "start": 874119277,
            "stop": 874119480
        },
        {
            "start": 874119540,
            "stop": 874119595
        },
        {
            "start": 874119614,
            "stop": 874119670
        },
        {
            "start": 874119689,
            "stop": 874119720
        },
        {
            "start": 874119780,
            "stop": 874119840
        },
        {
            "start": 874119960,
            "stop": 874120010
        },
        {
            "start": 874120260,
            "stop": 874120320
        }
    ]
}