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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=203",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 204,
    "results": [
        {
            "start": 820501327,
            "stop": 820501914
        },
        {
            "start": 820501917,
            "stop": 820502141
        },
        {
            "start": 820502144,
            "stop": 820502155
        },
        {
            "start": 820502159,
            "stop": 820502162
        },
        {
            "start": 820502166,
            "stop": 820502354
        },
        {
            "start": 820502358,
            "stop": 820502525
        },
        {
            "start": 820502528,
            "stop": 820502741
        },
        {
            "start": 820502745,
            "stop": 820502753
        },
        {
            "start": 820502756,
            "stop": 820503289
        },
        {
            "start": 820503293,
            "stop": 820503295
        },
        {
            "start": 820503298,
            "stop": 820503326
        },
        {
            "start": 820503330,
            "stop": 820503389
        },
        {
            "start": 820503392,
            "stop": 820503492
        },
        {
            "start": 820503495,
            "stop": 820503498
        },
        {
            "start": 820503502,
            "stop": 820503534
        },
        {
            "start": 820503537,
            "stop": 820504399
        },
        {
            "start": 820504403,
            "stop": 820504988
        },
        {
            "start": 820504992,
            "stop": 820504995
        },
        {
            "start": 820504998,
            "stop": 820505123
        },
        {
            "start": 820505126,
            "stop": 820505172
        }
    ]
}