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=8670
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=8671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8669",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8670,
    "results": [
        {
            "start": 871778751,
            "stop": 871778765
        },
        {
            "start": 871778782,
            "stop": 871778865
        },
        {
            "start": 871778893,
            "stop": 871778903
        },
        {
            "start": 871778920,
            "stop": 871779365
        },
        {
            "start": 871779382,
            "stop": 871779901
        },
        {
            "start": 871779918,
            "stop": 871779996
        },
        {
            "start": 871780015,
            "stop": 871780018
        },
        {
            "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
        }
    ]
}