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=7488
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=7489",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7487",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7488,
    "results": [
        {
            "start": 970162323,
            "stop": 970162496
        },
        {
            "start": 970162502,
            "stop": 970162508
        },
        {
            "start": 970162517,
            "stop": 970162523
        },
        {
            "start": 970162537,
            "stop": 970162564
        },
        {
            "start": 970162570,
            "stop": 970162578
        },
        {
            "start": 970162584,
            "stop": 970163305
        },
        {
            "start": 970163308,
            "stop": 970163329
        },
        {
            "start": 970163335,
            "stop": 970163358
        },
        {
            "start": 970163364,
            "stop": 970163758
        },
        {
            "start": 970163761,
            "stop": 970163941
        },
        {
            "start": 970163944,
            "stop": 970164854
        },
        {
            "start": 970164860,
            "stop": 970165541
        },
        {
            "start": 970165547,
            "stop": 970165807
        },
        {
            "start": 970165818,
            "stop": 970165821
        },
        {
            "start": 970165835,
            "stop": 970165840
        },
        {
            "start": 970165859,
            "stop": 970165861
        },
        {
            "start": 970165867,
            "stop": 970165868
        },
        {
            "start": 970165885,
            "stop": 970165889
        },
        {
            "start": 970165897,
            "stop": 970167049
        },
        {
            "start": 970167055,
            "stop": 970167060
        }
    ]
}