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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=161",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 162,
    "results": [
        {
            "start": 826810245,
            "stop": 826810542
        },
        {
            "start": 826812562,
            "stop": 826812909
        },
        {
            "start": 826816794,
            "stop": 826816955
        },
        {
            "start": 826816957,
            "stop": 826817126
        },
        {
            "start": 826817128,
            "stop": 826822028
        },
        {
            "start": 826822031,
            "stop": 826824696
        },
        {
            "start": 826824699,
            "stop": 826829250
        },
        {
            "start": 826829556,
            "stop": 826829561
        },
        {
            "start": 826830145,
            "stop": 826830177
        },
        {
            "start": 826830287,
            "stop": 826830982
        },
        {
            "start": 826831282,
            "stop": 826831673
        },
        {
            "start": 826831675,
            "stop": 826837352
        },
        {
            "start": 826837355,
            "stop": 826845306
        },
        {
            "start": 826845309,
            "stop": 826845388
        },
        {
            "start": 826845390,
            "stop": 826847110
        },
        {
            "start": 826847112,
            "stop": 826847168
        },
        {
            "start": 826847170,
            "stop": 826847188
        },
        {
            "start": 826847192,
            "stop": 826847203
        },
        {
            "start": 826847205,
            "stop": 826847318
        },
        {
            "start": 826847320,
            "stop": 826847347
        }
    ]
}