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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=266",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 267,
    "results": [
        {
            "start": 820502520,
            "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": 820503720
        },
        {
            "start": 820503780,
            "stop": 820504399
        },
        {
            "start": 820504403,
            "stop": 820504988
        },
        {
            "start": 820504992,
            "stop": 820504995
        },
        {
            "start": 820504998,
            "stop": 820505123
        },
        {
            "start": 820505126,
            "stop": 820505172
        },
        {
            "start": 820505175,
            "stop": 820505525
        },
        {
            "start": 820505528,
            "stop": 820505732
        },
        {
            "start": 820505735,
            "stop": 820505860
        },
        {
            "start": 820505863,
            "stop": 820505866
        }
    ]
}