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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=96",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 97,
    "results": [
        {
            "start": 931663306,
            "stop": 931663312
        },
        {
            "start": 931663321,
            "stop": 931663325
        },
        {
            "start": 931663332,
            "stop": 931663334
        },
        {
            "start": 931663341,
            "stop": 931663346
        },
        {
            "start": 931663383,
            "stop": 931663386
        },
        {
            "start": 931665101,
            "stop": 931665103
        },
        {
            "start": 931665110,
            "stop": 931665111
        },
        {
            "start": 931665123,
            "stop": 931665130
        },
        {
            "start": 931665151,
            "stop": 931665155
        },
        {
            "start": 931665173,
            "stop": 931665176
        },
        {
            "start": 931665195,
            "stop": 931665199
        },
        {
            "start": 931665206,
            "stop": 931665211
        },
        {
            "start": 931667884,
            "stop": 931667894
        },
        {
            "start": 931667911,
            "stop": 931667913
        },
        {
            "start": 931667920,
            "stop": 931667963
        },
        {
            "start": 931667970,
            "stop": 931667975
        },
        {
            "start": 931667989,
            "stop": 931667995
        },
        {
            "start": 931668002,
            "stop": 931668007
        },
        {
            "start": 931668031,
            "stop": 931668032
        },
        {
            "start": 931668040,
            "stop": 931668044
        }
    ]
}