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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7473",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7471",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7472,
    "results": [
        {
            "start": 970160094,
            "stop": 970160114
        },
        {
            "start": 970160120,
            "stop": 970160128
        },
        {
            "start": 970160134,
            "stop": 970160677
        },
        {
            "start": 970160680,
            "stop": 970162277
        },
        {
            "start": 970162280,
            "stop": 970162320
        },
        {
            "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
        }
    ]
}