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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=171",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 172,
    "results": [
        {
            "start": 820436530,
            "stop": 820436544
        },
        {
            "start": 820436552,
            "stop": 820436662
        },
        {
            "start": 820436669,
            "stop": 820437591
        },
        {
            "start": 820437599,
            "stop": 820438493
        },
        {
            "start": 820438500,
            "stop": 820438508
        },
        {
            "start": 820438614,
            "stop": 820438750
        },
        {
            "start": 820438758,
            "stop": 820438809
        },
        {
            "start": 820438816,
            "stop": 820439142
        },
        {
            "start": 820439149,
            "stop": 820439220
        },
        {
            "start": 820439227,
            "stop": 820439534
        },
        {
            "start": 820439541,
            "stop": 820439630
        },
        {
            "start": 820439710,
            "stop": 820439928
        },
        {
            "start": 820439935,
            "stop": 820440652
        },
        {
            "start": 820440659,
            "stop": 820440716
        },
        {
            "start": 820440723,
            "stop": 820440865
        },
        {
            "start": 820440879,
            "stop": 820440961
        },
        {
            "start": 820440968,
            "stop": 820441010
        },
        {
            "start": 820441090,
            "stop": 820441433
        },
        {
            "start": 820441447,
            "stop": 820441536
        },
        {
            "start": 820441551,
            "stop": 820441668
        }
    ]
}