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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=357",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 358,
    "results": [
        {
            "start": 824980023,
            "stop": 824983321
        },
        {
            "start": 824983796,
            "stop": 824989008
        },
        {
            "start": 824996749,
            "stop": 824996768
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999744,
            "stop": 824999933
        },
        {
            "start": 825001114,
            "stop": 825002579
        },
        {
            "start": 825003135,
            "stop": 825004166
        },
        {
            "start": 825004326,
            "stop": 825004341
        },
        {
            "start": 825004600,
            "stop": 825014691
        },
        {
            "start": 825014898,
            "stop": 825015976
        },
        {
            "start": 825016108,
            "stop": 825019587
        },
        {
            "start": 825019756,
            "stop": 825019908
        },
        {
            "start": 825020496,
            "stop": 825020644
        },
        {
            "start": 825020825,
            "stop": 825020970
        },
        {
            "start": 825021395,
            "stop": 825021857
        },
        {
            "start": 825022026,
            "stop": 825022200
        },
        {
            "start": 825022506,
            "stop": 825024112
        },
        {
            "start": 825024612,
            "stop": 825026208
        },
        {
            "start": 825026703,
            "stop": 825027808
        },
        {
            "start": 825028055,
            "stop": 825028133
        }
    ]
}