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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=194",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 195,
    "results": [
        {
            "start": 826970885,
            "stop": 826970886
        },
        {
            "start": 826970890,
            "stop": 826970914
        },
        {
            "start": 826970916,
            "stop": 826970918
        },
        {
            "start": 826970920,
            "stop": 826970921
        },
        {
            "start": 826970923,
            "stop": 826970931
        },
        {
            "start": 826970937,
            "stop": 826970941
        },
        {
            "start": 826970947,
            "stop": 826971266
        },
        {
            "start": 826971273,
            "stop": 826971275
        },
        {
            "start": 826971277,
            "stop": 826971281
        },
        {
            "start": 826971285,
            "stop": 826973470
        },
        {
            "start": 826973472,
            "stop": 826973502
        },
        {
            "start": 826973504,
            "stop": 826973632
        },
        {
            "start": 826973634,
            "stop": 826986687
        },
        {
            "start": 826986693,
            "stop": 826986695
        },
        {
            "start": 826986700,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827025210
        },
        {
            "start": 827025212,
            "stop": 827025236
        },
        {
            "start": 827025238,
            "stop": 827025255
        },
        {
            "start": 827025257,
            "stop": 827025273
        },
        {
            "start": 827025275,
            "stop": 827025279
        }
    ]
}