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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=127",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 128,
    "results": [
        {
            "start": 931820775,
            "stop": 931820912
        },
        {
            "start": 931820915,
            "stop": 931821417
        },
        {
            "start": 931821421,
            "stop": 931821422
        },
        {
            "start": 931821425,
            "stop": 931821437
        },
        {
            "start": 931821441,
            "stop": 931821462
        },
        {
            "start": 931821465,
            "stop": 931821497
        },
        {
            "start": 931821500,
            "stop": 931821507
        },
        {
            "start": 931821510,
            "stop": 931821513
        },
        {
            "start": 931821515,
            "stop": 931821522
        },
        {
            "start": 931821526,
            "stop": 931821542
        },
        {
            "start": 931821546,
            "stop": 931821553
        },
        {
            "start": 931821555,
            "stop": 931821558
        },
        {
            "start": 931821560,
            "stop": 931821567
        },
        {
            "start": 931821570,
            "stop": 931821573
        },
        {
            "start": 931821575,
            "stop": 931821582
        },
        {
            "start": 931821585,
            "stop": 931821587
        },
        {
            "start": 931821590,
            "stop": 931821817
        },
        {
            "start": 931821819,
            "stop": 931821892
        },
        {
            "start": 931821895,
            "stop": 931822192
        },
        {
            "start": 931822194,
            "stop": 931822296
        }
    ]
}