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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=212",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 213,
    "results": [
        {
            "start": 931453752,
            "stop": 931453757
        },
        {
            "start": 931453759,
            "stop": 931453763
        },
        {
            "start": 931453765,
            "stop": 931453771
        },
        {
            "start": 931453774,
            "stop": 931453780
        },
        {
            "start": 931453820,
            "stop": 931453823
        },
        {
            "start": 931453856,
            "stop": 931453858
        },
        {
            "start": 931453860,
            "stop": 931453862
        },
        {
            "start": 931453869,
            "stop": 931453874
        },
        {
            "start": 931453884,
            "stop": 931453885
        },
        {
            "start": 931453891,
            "stop": 931453892
        },
        {
            "start": 931453901,
            "stop": 931453905
        },
        {
            "start": 931453907,
            "stop": 931453909
        },
        {
            "start": 931453911,
            "stop": 931453913
        },
        {
            "start": 931453915,
            "stop": 931453917
        },
        {
            "start": 931453924,
            "stop": 931453928
        },
        {
            "start": 931453930,
            "stop": 931453937
        },
        {
            "start": 931453940,
            "stop": 931453941
        },
        {
            "start": 931453976,
            "stop": 931453977
        },
        {
            "start": 931453984,
            "stop": 931453989
        },
        {
            "start": 931453994,
            "stop": 931453997
        }
    ]
}