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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1976",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1977,
    "results": [
        {
            "start": 855621155,
            "stop": 855621431
        },
        {
            "start": 855621731,
            "stop": 855672519
        },
        {
            "start": 855672523,
            "stop": 855672740
        },
        {
            "start": 855672743,
            "stop": 855673419
        },
        {
            "start": 855673422,
            "stop": 855673507
        },
        {
            "start": 855673510,
            "stop": 855673735
        },
        {
            "start": 855673739,
            "stop": 855673898
        },
        {
            "start": 855673901,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676072
        },
        {
            "start": 855676075,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855679377
        },
        {
            "start": 855679393,
            "stop": 855679405
        },
        {
            "start": 855679410,
            "stop": 855679480
        },
        {
            "start": 855679485,
            "stop": 855684390
        },
        {
            "start": 855684395,
            "stop": 855684415
        },
        {
            "start": 855684423,
            "stop": 855684425
        },
        {
            "start": 855684430,
            "stop": 855684440
        },
        {
            "start": 855684445,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689051
        },
        {
            "start": 855693274,
            "stop": 855694935
        }
    ]
}