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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2335",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2336,
    "results": [
        {
            "start": 871780040,
            "stop": 871780057
        },
        {
            "start": 871780086,
            "stop": 871780092
        },
        {
            "start": 871780109,
            "stop": 871780490
        },
        {
            "start": 871780570,
            "stop": 871780595
        },
        {
            "start": 871780612,
            "stop": 871780670
        },
        {
            "start": 871780750,
            "stop": 871781259
        },
        {
            "start": 871781276,
            "stop": 871781454
        },
        {
            "start": 871781471,
            "stop": 871781472
        },
        {
            "start": 871781489,
            "stop": 871781530
        },
        {
            "start": 871781547,
            "stop": 871781549
        },
        {
            "start": 871781567,
            "stop": 871781582
        },
        {
            "start": 871781599,
            "stop": 871781632
        },
        {
            "start": 871781655,
            "stop": 871781685
        },
        {
            "start": 871781702,
            "stop": 871781962
        },
        {
            "start": 871781979,
            "stop": 871782103
        },
        {
            "start": 871782120,
            "stop": 871782188
        },
        {
            "start": 871782205,
            "stop": 871783512
        },
        {
            "start": 871783529,
            "stop": 871783538
        },
        {
            "start": 871783567,
            "stop": 871783595
        },
        {
            "start": 871783628,
            "stop": 871783748
        }
    ]
}