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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=94",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 95,
    "results": [
        {
            "start": 931588210,
            "stop": 931588223
        },
        {
            "start": 931588225,
            "stop": 931588237
        },
        {
            "start": 931588241,
            "stop": 931590015
        },
        {
            "start": 931590375,
            "stop": 931590444
        },
        {
            "start": 931590446,
            "stop": 931590819
        },
        {
            "start": 931590821,
            "stop": 931591223
        },
        {
            "start": 931591225,
            "stop": 931591358
        },
        {
            "start": 931591360,
            "stop": 931591373
        },
        {
            "start": 931591375,
            "stop": 931591387
        },
        {
            "start": 931591390,
            "stop": 931591417
        },
        {
            "start": 931591420,
            "stop": 931591875
        },
        {
            "start": 931591877,
            "stop": 931592243
        },
        {
            "start": 931600810,
            "stop": 931600815
        },
        {
            "start": 931601175,
            "stop": 931601289
        },
        {
            "start": 931601291,
            "stop": 931601410
        },
        {
            "start": 931601413,
            "stop": 931601654
        },
        {
            "start": 931601673,
            "stop": 931602428
        },
        {
            "start": 931602435,
            "stop": 931602893
        },
        {
            "start": 931602911,
            "stop": 931602923
        },
        {
            "start": 931602926,
            "stop": 931603845
        }
    ]
}