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_CBCLOW_CAT3/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/H2_CBCLOW_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=161",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 162,
    "results": [
        {
            "start": 819962846,
            "stop": 819962988
        },
        {
            "start": 819963001,
            "stop": 819963119
        },
        {
            "start": 819963126,
            "stop": 819963351
        },
        {
            "start": 819963365,
            "stop": 819963664
        },
        {
            "start": 819963672,
            "stop": 819963882
        },
        {
            "start": 819963890,
            "stop": 819964322
        },
        {
            "start": 819964329,
            "stop": 819964435
        },
        {
            "start": 819964443,
            "stop": 819964639
        },
        {
            "start": 819964647,
            "stop": 819964732
        },
        {
            "start": 819964739,
            "stop": 819964871
        },
        {
            "start": 819964878,
            "stop": 819964880
        },
        {
            "start": 819964892,
            "stop": 819964970
        },
        {
            "start": 819964977,
            "stop": 819965273
        },
        {
            "start": 819965283,
            "stop": 819965463
        },
        {
            "start": 819965471,
            "stop": 819965729
        },
        {
            "start": 819965736,
            "stop": 819965775
        },
        {
            "start": 819965782,
            "stop": 819965861
        },
        {
            "start": 819965868,
            "stop": 819965939
        },
        {
            "start": 819965947,
            "stop": 819965987
        },
        {
            "start": 819965994,
            "stop": 819966069
        }
    ]
}