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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=635",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 636,
    "results": [
        {
            "start": 829240075,
            "stop": 829240078
        },
        {
            "start": 829240081,
            "stop": 829240119
        },
        {
            "start": 829240138,
            "stop": 829240154
        },
        {
            "start": 829240180,
            "stop": 829240289
        },
        {
            "start": 829240292,
            "stop": 829240341
        },
        {
            "start": 829240362,
            "stop": 829240424
        },
        {
            "start": 829240427,
            "stop": 829240513
        },
        {
            "start": 829240532,
            "stop": 829240575
        },
        {
            "start": 829240578,
            "stop": 829240664
        },
        {
            "start": 829240667,
            "stop": 829240723
        },
        {
            "start": 829240726,
            "stop": 829240835
        },
        {
            "start": 829240838,
            "stop": 829240860
        },
        {
            "start": 829240932,
            "stop": 829240940
        },
        {
            "start": 829240943,
            "stop": 829240990
        },
        {
            "start": 829240993,
            "stop": 829240996
        },
        {
            "start": 829240999,
            "stop": 829241010
        },
        {
            "start": 829241013,
            "stop": 829241046
        },
        {
            "start": 829241050,
            "stop": 829241075
        },
        {
            "start": 829241079,
            "stop": 829241174
        },
        {
            "start": 829241177,
            "stop": 829241276
        }
    ]
}