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=8616
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=8617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8615",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8616,
    "results": [
        {
            "start": 871008600,
            "stop": 871008900
        },
        {
            "start": 871009080,
            "stop": 871009260
        },
        {
            "start": 871009320,
            "stop": 871009740
        },
        {
            "start": 871009800,
            "stop": 871009920
        },
        {
            "start": 871009980,
            "stop": 871010400
        },
        {
            "start": 871010460,
            "stop": 871015411
        },
        {
            "start": 871015428,
            "stop": 871016525
        },
        {
            "start": 871017579,
            "stop": 871019629
        },
        {
            "start": 871019646,
            "stop": 871021061
        },
        {
            "start": 871021078,
            "stop": 871022712
        },
        {
            "start": 871022729,
            "stop": 871022743
        },
        {
            "start": 871022760,
            "stop": 871022807
        },
        {
            "start": 871022824,
            "stop": 871026138
        },
        {
            "start": 871026155,
            "stop": 871027488
        },
        {
            "start": 871027505,
            "stop": 871029830
        },
        {
            "start": 871029847,
            "stop": 871032403
        },
        {
            "start": 871034076,
            "stop": 871039970
        },
        {
            "start": 871040110,
            "stop": 871041900
        },
        {
            "start": 871041960,
            "stop": 871043670
        },
        {
            "start": 871043760,
            "stop": 871044410
        }
    ]
}