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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8632",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8633,
    "results": [
        {
            "start": 871356300,
            "stop": 871356600
        },
        {
            "start": 871357740,
            "stop": 871357800
        },
        {
            "start": 871359780,
            "stop": 871359840
        },
        {
            "start": 871360440,
            "stop": 871360500
        },
        {
            "start": 871360680,
            "stop": 871360800
        },
        {
            "start": 871360860,
            "stop": 871360920
        },
        {
            "start": 871360980,
            "stop": 871361460
        },
        {
            "start": 871361580,
            "stop": 871363020
        },
        {
            "start": 871363080,
            "stop": 871363620
        },
        {
            "start": 871363680,
            "stop": 871363860
        },
        {
            "start": 871363920,
            "stop": 871364220
        },
        {
            "start": 871364280,
            "stop": 871366020
        },
        {
            "start": 871366080,
            "stop": 871367414
        },
        {
            "start": 871367422,
            "stop": 871367436
        },
        {
            "start": 871367445,
            "stop": 871369260
        },
        {
            "start": 871369380,
            "stop": 871369560
        },
        {
            "start": 871369620,
            "stop": 871376441
        },
        {
            "start": 871376458,
            "stop": 871380248
        },
        {
            "start": 871380249,
            "stop": 871380329
        },
        {
            "start": 871380346,
            "stop": 871389110
        }
    ]
}